pycarlo 0.10.73__py3-none-any.whl → 0.10.74__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pycarlo might be problematic. Click here for more details.

pycarlo/lib/schema.json CHANGED
@@ -1069,6 +1069,33 @@
1069
1069
  "ofType": null
1070
1070
  }
1071
1071
  },
1072
+ {
1073
+ "args": [
1074
+ {
1075
+ "defaultValue": null,
1076
+ "description": "Filter by integration ID",
1077
+ "name": "integrationId",
1078
+ "type": {
1079
+ "kind": "SCALAR",
1080
+ "name": "UUID",
1081
+ "ofType": null
1082
+ }
1083
+ }
1084
+ ],
1085
+ "deprecationReason": null,
1086
+ "description": "(experimental) Get Datadog integrations",
1087
+ "isDeprecated": false,
1088
+ "name": "getDatadogIntegrations",
1089
+ "type": {
1090
+ "kind": "LIST",
1091
+ "name": null,
1092
+ "ofType": {
1093
+ "kind": "OBJECT",
1094
+ "name": "DatadogIntegrationOutput",
1095
+ "ofType": null
1096
+ }
1097
+ }
1098
+ },
1072
1099
  {
1073
1100
  "args": [
1074
1101
  {
@@ -33651,6 +33678,65 @@
33651
33678
  "name": "MonitorConfigurationStatus",
33652
33679
  "possibleTypes": null
33653
33680
  },
33681
+ {
33682
+ "description": "A Datadog integration",
33683
+ "enumValues": null,
33684
+ "fields": [
33685
+ {
33686
+ "args": [],
33687
+ "deprecationReason": null,
33688
+ "description": "The integration ID",
33689
+ "isDeprecated": false,
33690
+ "name": "integrationId",
33691
+ "type": {
33692
+ "kind": "NON_NULL",
33693
+ "name": null,
33694
+ "ofType": {
33695
+ "kind": "SCALAR",
33696
+ "name": "UUID",
33697
+ "ofType": null
33698
+ }
33699
+ }
33700
+ },
33701
+ {
33702
+ "args": [],
33703
+ "deprecationReason": null,
33704
+ "description": "A short name to identify the integration",
33705
+ "isDeprecated": false,
33706
+ "name": "integrationName",
33707
+ "type": {
33708
+ "kind": "NON_NULL",
33709
+ "name": null,
33710
+ "ofType": {
33711
+ "kind": "SCALAR",
33712
+ "name": "String",
33713
+ "ofType": null
33714
+ }
33715
+ }
33716
+ },
33717
+ {
33718
+ "args": [],
33719
+ "deprecationReason": null,
33720
+ "description": "Datadog site (e.g. datadoghq.com)",
33721
+ "isDeprecated": false,
33722
+ "name": "site",
33723
+ "type": {
33724
+ "kind": "NON_NULL",
33725
+ "name": null,
33726
+ "ofType": {
33727
+ "kind": "SCALAR",
33728
+ "name": "String",
33729
+ "ofType": null
33730
+ }
33731
+ }
33732
+ }
33733
+ ],
33734
+ "inputFields": null,
33735
+ "interfaces": [],
33736
+ "kind": "OBJECT",
33737
+ "name": "DatadogIntegrationOutput",
33738
+ "possibleTypes": null
33739
+ },
33654
33740
  {
33655
33741
  "description": null,
33656
33742
  "enumValues": null,
@@ -141453,6 +141539,177 @@
141453
141539
  "ofType": null
141454
141540
  }
141455
141541
  },
141542
+ {
141543
+ "args": [
141544
+ {
141545
+ "defaultValue": null,
141546
+ "description": "Datadog API key",
141547
+ "name": "apiKey",
141548
+ "type": {
141549
+ "kind": "NON_NULL",
141550
+ "name": null,
141551
+ "ofType": {
141552
+ "kind": "SCALAR",
141553
+ "name": "String",
141554
+ "ofType": null
141555
+ }
141556
+ }
141557
+ },
141558
+ {
141559
+ "defaultValue": null,
141560
+ "description": "Datadog Application key",
141561
+ "name": "applicationKey",
141562
+ "type": {
141563
+ "kind": "NON_NULL",
141564
+ "name": null,
141565
+ "ofType": {
141566
+ "kind": "SCALAR",
141567
+ "name": "String",
141568
+ "ofType": null
141569
+ }
141570
+ }
141571
+ },
141572
+ {
141573
+ "defaultValue": null,
141574
+ "description": "Identifying name",
141575
+ "name": "integrationName",
141576
+ "type": {
141577
+ "kind": "NON_NULL",
141578
+ "name": null,
141579
+ "ofType": {
141580
+ "kind": "SCALAR",
141581
+ "name": "String",
141582
+ "ofType": null
141583
+ }
141584
+ }
141585
+ },
141586
+ {
141587
+ "defaultValue": null,
141588
+ "description": "Datadog site (e.g. datadoghq.com)",
141589
+ "name": "site",
141590
+ "type": {
141591
+ "kind": "NON_NULL",
141592
+ "name": null,
141593
+ "ofType": {
141594
+ "kind": "SCALAR",
141595
+ "name": "String",
141596
+ "ofType": null
141597
+ }
141598
+ }
141599
+ }
141600
+ ],
141601
+ "deprecationReason": null,
141602
+ "description": "(experimental) Create a Datadog integration",
141603
+ "isDeprecated": false,
141604
+ "name": "createDatadogIntegration",
141605
+ "type": {
141606
+ "kind": "OBJECT",
141607
+ "name": "CreateDatadogIntegration",
141608
+ "ofType": null
141609
+ }
141610
+ },
141611
+ {
141612
+ "args": [
141613
+ {
141614
+ "defaultValue": null,
141615
+ "description": "Datadog API key",
141616
+ "name": "apiKey",
141617
+ "type": {
141618
+ "kind": "SCALAR",
141619
+ "name": "String",
141620
+ "ofType": null
141621
+ }
141622
+ },
141623
+ {
141624
+ "defaultValue": null,
141625
+ "description": "Datadog Application key",
141626
+ "name": "applicationKey",
141627
+ "type": {
141628
+ "kind": "SCALAR",
141629
+ "name": "String",
141630
+ "ofType": null
141631
+ }
141632
+ },
141633
+ {
141634
+ "defaultValue": null,
141635
+ "description": "The integration ID",
141636
+ "name": "integrationId",
141637
+ "type": {
141638
+ "kind": "NON_NULL",
141639
+ "name": null,
141640
+ "ofType": {
141641
+ "kind": "SCALAR",
141642
+ "name": "UUID",
141643
+ "ofType": null
141644
+ }
141645
+ }
141646
+ },
141647
+ {
141648
+ "defaultValue": null,
141649
+ "description": "Identifying name",
141650
+ "name": "integrationName",
141651
+ "type": {
141652
+ "kind": "NON_NULL",
141653
+ "name": null,
141654
+ "ofType": {
141655
+ "kind": "SCALAR",
141656
+ "name": "String",
141657
+ "ofType": null
141658
+ }
141659
+ }
141660
+ },
141661
+ {
141662
+ "defaultValue": null,
141663
+ "description": "Datadog site (e.g. datadoghq.com)",
141664
+ "name": "site",
141665
+ "type": {
141666
+ "kind": "NON_NULL",
141667
+ "name": null,
141668
+ "ofType": {
141669
+ "kind": "SCALAR",
141670
+ "name": "String",
141671
+ "ofType": null
141672
+ }
141673
+ }
141674
+ }
141675
+ ],
141676
+ "deprecationReason": null,
141677
+ "description": "(experimental) Update a Datadog integration",
141678
+ "isDeprecated": false,
141679
+ "name": "updateDatadogIntegration",
141680
+ "type": {
141681
+ "kind": "OBJECT",
141682
+ "name": "UpdateDatadogIntegration",
141683
+ "ofType": null
141684
+ }
141685
+ },
141686
+ {
141687
+ "args": [
141688
+ {
141689
+ "defaultValue": null,
141690
+ "description": "The integration ID",
141691
+ "name": "integrationId",
141692
+ "type": {
141693
+ "kind": "NON_NULL",
141694
+ "name": null,
141695
+ "ofType": {
141696
+ "kind": "SCALAR",
141697
+ "name": "UUID",
141698
+ "ofType": null
141699
+ }
141700
+ }
141701
+ }
141702
+ ],
141703
+ "deprecationReason": null,
141704
+ "description": "(experimental) Delete a Datadog integration",
141705
+ "isDeprecated": false,
141706
+ "name": "deleteDatadogIntegration",
141707
+ "type": {
141708
+ "kind": "OBJECT",
141709
+ "name": "DeleteDatadogIntegration",
141710
+ "ofType": null
141711
+ }
141712
+ },
141456
141713
  {
141457
141714
  "args": [
141458
141715
  {
@@ -166391,6 +166648,75 @@
166391
166648
  "name": "ReportArgumentsUnionInput",
166392
166649
  "possibleTypes": null
166393
166650
  },
166651
+ {
166652
+ "description": null,
166653
+ "enumValues": null,
166654
+ "fields": [
166655
+ {
166656
+ "args": [],
166657
+ "deprecationReason": null,
166658
+ "description": "The integration",
166659
+ "isDeprecated": false,
166660
+ "name": "datadogIntegration",
166661
+ "type": {
166662
+ "kind": "OBJECT",
166663
+ "name": "DatadogIntegrationOutput",
166664
+ "ofType": null
166665
+ }
166666
+ }
166667
+ ],
166668
+ "inputFields": null,
166669
+ "interfaces": [],
166670
+ "kind": "OBJECT",
166671
+ "name": "CreateDatadogIntegration",
166672
+ "possibleTypes": null
166673
+ },
166674
+ {
166675
+ "description": null,
166676
+ "enumValues": null,
166677
+ "fields": [
166678
+ {
166679
+ "args": [],
166680
+ "deprecationReason": null,
166681
+ "description": "The integration",
166682
+ "isDeprecated": false,
166683
+ "name": "datadogIntegration",
166684
+ "type": {
166685
+ "kind": "OBJECT",
166686
+ "name": "DatadogIntegrationOutput",
166687
+ "ofType": null
166688
+ }
166689
+ }
166690
+ ],
166691
+ "inputFields": null,
166692
+ "interfaces": [],
166693
+ "kind": "OBJECT",
166694
+ "name": "UpdateDatadogIntegration",
166695
+ "possibleTypes": null
166696
+ },
166697
+ {
166698
+ "description": null,
166699
+ "enumValues": null,
166700
+ "fields": [
166701
+ {
166702
+ "args": [],
166703
+ "deprecationReason": null,
166704
+ "description": "If the integration was deleted",
166705
+ "isDeprecated": false,
166706
+ "name": "deleted",
166707
+ "type": {
166708
+ "kind": "SCALAR",
166709
+ "name": "Boolean",
166710
+ "ofType": null
166711
+ }
166712
+ }
166713
+ ],
166714
+ "inputFields": null,
166715
+ "interfaces": [],
166716
+ "kind": "OBJECT",
166717
+ "name": "DeleteDatadogIntegration",
166718
+ "possibleTypes": null
166719
+ },
166394
166720
  {
166395
166721
  "description": "Create or update a table monitor",
166396
166722
  "enumValues": null,
pycarlo/lib/schema.py CHANGED
@@ -15269,6 +15269,15 @@ class CreateDatabricksSecret(sgqlc.types.Type):
15269
15269
  """Name of the secret that was created"""
15270
15270
 
15271
15271
 
15272
+ class CreateDatadogIntegration(sgqlc.types.Type):
15273
+ __schema__ = schema
15274
+ __field_names__ = ("datadog_integration",)
15275
+ datadog_integration = sgqlc.types.Field(
15276
+ "DatadogIntegrationOutput", graphql_name="datadogIntegration"
15277
+ )
15278
+ """The integration"""
15279
+
15280
+
15272
15281
  class CreateIntegrationKey(sgqlc.types.Type):
15273
15282
  """Create an integration key"""
15274
15283
 
@@ -17382,6 +17391,23 @@ class DatabricksWarehouseResponse(sgqlc.types.Type):
17382
17391
  """State of the warehouse."""
17383
17392
 
17384
17393
 
17394
+ class DatadogIntegrationOutput(sgqlc.types.Type):
17395
+ """A Datadog integration"""
17396
+
17397
+ __schema__ = schema
17398
+ __field_names__ = ("integration_id", "integration_name", "site")
17399
+ integration_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="integrationId")
17400
+ """The integration ID"""
17401
+
17402
+ integration_name = sgqlc.types.Field(
17403
+ sgqlc.types.non_null(String), graphql_name="integrationName"
17404
+ )
17405
+ """A short name to identify the integration"""
17406
+
17407
+ site = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="site")
17408
+ """Datadog site (e.g. datadoghq.com)"""
17409
+
17410
+
17385
17411
  class DatasetConnection(sgqlc.types.relay.Connection):
17386
17412
  __schema__ = schema
17387
17413
  __field_names__ = ("page_info", "edges")
@@ -18091,6 +18117,13 @@ class DeleteDataProductV2(sgqlc.types.Type):
18091
18117
  """Status of the deletion operation."""
18092
18118
 
18093
18119
 
18120
+ class DeleteDatadogIntegration(sgqlc.types.Type):
18121
+ __schema__ = schema
18122
+ __field_names__ = ("deleted",)
18123
+ deleted = sgqlc.types.Field(Boolean, graphql_name="deleted")
18124
+ """If the integration was deleted"""
18125
+
18126
+
18094
18127
  class DeleteDomain(sgqlc.types.Type):
18095
18128
  """Delete a domain"""
18096
18129
 
@@ -24021,6 +24054,9 @@ class Mutation(sgqlc.types.Type):
24021
24054
  "update_logs_integration",
24022
24055
  "delete_logs_integration",
24023
24056
  "generate_report",
24057
+ "create_datadog_integration",
24058
+ "update_datadog_integration",
24059
+ "delete_datadog_integration",
24024
24060
  "create_or_update_table_monitor",
24025
24061
  "pause_table_monitor",
24026
24062
  "delete_table_monitor",
@@ -24613,6 +24649,111 @@ class Mutation(sgqlc.types.Type):
24613
24649
  * `report_parameters` (`ReportArgumentsUnionInput!`)None
24614
24650
  """
24615
24651
 
24652
+ create_datadog_integration = sgqlc.types.Field(
24653
+ CreateDatadogIntegration,
24654
+ graphql_name="createDatadogIntegration",
24655
+ args=sgqlc.types.ArgDict(
24656
+ (
24657
+ (
24658
+ "api_key",
24659
+ sgqlc.types.Arg(
24660
+ sgqlc.types.non_null(String), graphql_name="apiKey", default=None
24661
+ ),
24662
+ ),
24663
+ (
24664
+ "application_key",
24665
+ sgqlc.types.Arg(
24666
+ sgqlc.types.non_null(String), graphql_name="applicationKey", default=None
24667
+ ),
24668
+ ),
24669
+ (
24670
+ "integration_name",
24671
+ sgqlc.types.Arg(
24672
+ sgqlc.types.non_null(String), graphql_name="integrationName", default=None
24673
+ ),
24674
+ ),
24675
+ (
24676
+ "site",
24677
+ sgqlc.types.Arg(
24678
+ sgqlc.types.non_null(String), graphql_name="site", default=None
24679
+ ),
24680
+ ),
24681
+ )
24682
+ ),
24683
+ )
24684
+ """(experimental) Create a Datadog integration
24685
+
24686
+ Arguments:
24687
+
24688
+ * `api_key` (`String!`): Datadog API key
24689
+ * `application_key` (`String!`): Datadog Application key
24690
+ * `integration_name` (`String!`): Identifying name
24691
+ * `site` (`String!`): Datadog site (e.g. datadoghq.com)
24692
+ """
24693
+
24694
+ update_datadog_integration = sgqlc.types.Field(
24695
+ "UpdateDatadogIntegration",
24696
+ graphql_name="updateDatadogIntegration",
24697
+ args=sgqlc.types.ArgDict(
24698
+ (
24699
+ ("api_key", sgqlc.types.Arg(String, graphql_name="apiKey", default=None)),
24700
+ (
24701
+ "application_key",
24702
+ sgqlc.types.Arg(String, graphql_name="applicationKey", default=None),
24703
+ ),
24704
+ (
24705
+ "integration_id",
24706
+ sgqlc.types.Arg(
24707
+ sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
24708
+ ),
24709
+ ),
24710
+ (
24711
+ "integration_name",
24712
+ sgqlc.types.Arg(
24713
+ sgqlc.types.non_null(String), graphql_name="integrationName", default=None
24714
+ ),
24715
+ ),
24716
+ (
24717
+ "site",
24718
+ sgqlc.types.Arg(
24719
+ sgqlc.types.non_null(String), graphql_name="site", default=None
24720
+ ),
24721
+ ),
24722
+ )
24723
+ ),
24724
+ )
24725
+ """(experimental) Update a Datadog integration
24726
+
24727
+ Arguments:
24728
+
24729
+ * `api_key` (`String`): Datadog API key
24730
+ * `application_key` (`String`): Datadog Application key
24731
+ * `integration_id` (`UUID!`): The integration ID
24732
+ * `integration_name` (`String!`): Identifying name
24733
+ * `site` (`String!`): Datadog site (e.g. datadoghq.com)
24734
+ """
24735
+
24736
+ delete_datadog_integration = sgqlc.types.Field(
24737
+ DeleteDatadogIntegration,
24738
+ graphql_name="deleteDatadogIntegration",
24739
+ args=sgqlc.types.ArgDict(
24740
+ (
24741
+ (
24742
+ "integration_id",
24743
+ sgqlc.types.Arg(
24744
+ sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
24745
+ ),
24746
+ ),
24747
+ )
24748
+ ),
24749
+ )
24750
+ """(experimental) Delete a Datadog integration
24751
+
24752
+ Arguments:
24753
+
24754
+ * `integration_id` (`UUID!`): The integration ID
24755
+ """
24756
+
24616
24757
  create_or_update_table_monitor = sgqlc.types.Field(
24617
24758
  CreateOrUpdateTableMonitor,
24618
24759
  graphql_name="createOrUpdateTableMonitor",
@@ -41972,6 +42113,7 @@ class Query(sgqlc.types.Type):
41972
42113
  "get_table_monitor_validation_statuses",
41973
42114
  "get_table_monitor_configuration",
41974
42115
  "get_default_monitor_configuration",
42116
+ "get_datadog_integrations",
41975
42117
  "get_billing_credit_grants",
41976
42118
  "get_contract_commits",
41977
42119
  "get_billing_invoices",
@@ -42974,6 +43116,20 @@ class Query(sgqlc.types.Type):
42974
43116
  * `mcon` (`String!`)None
42975
43117
  """
42976
43118
 
43119
+ get_datadog_integrations = sgqlc.types.Field(
43120
+ sgqlc.types.list_of(DatadogIntegrationOutput),
43121
+ graphql_name="getDatadogIntegrations",
43122
+ args=sgqlc.types.ArgDict(
43123
+ (("integration_id", sgqlc.types.Arg(UUID, graphql_name="integrationId", default=None)),)
43124
+ ),
43125
+ )
43126
+ """(experimental) Get Datadog integrations
43127
+
43128
+ Arguments:
43129
+
43130
+ * `integration_id` (`UUID`): Filter by integration ID
43131
+ """
43132
+
42977
43133
  get_billing_credit_grants = sgqlc.types.Field(
42978
43134
  BillingCreditGrantResults,
42979
43135
  graphql_name="getBillingCreditGrants",
@@ -63230,6 +63386,15 @@ class UpdateDatabricksSQLWarehouseCredentialsV2Mutation(sgqlc.types.Type):
63230
63386
  result = sgqlc.types.Field(UpdateCredentialsV2Result, graphql_name="result")
63231
63387
 
63232
63388
 
63389
+ class UpdateDatadogIntegration(sgqlc.types.Type):
63390
+ __schema__ = schema
63391
+ __field_names__ = ("datadog_integration",)
63392
+ datadog_integration = sgqlc.types.Field(
63393
+ DatadogIntegrationOutput, graphql_name="datadogIntegration"
63394
+ )
63395
+ """The integration"""
63396
+
63397
+
63233
63398
  class UpdateDbtCloudCredentialsV2Mutation(sgqlc.types.Type):
63234
63399
  """Update credentials for an existing dbt cloud connection. Note:
63235
63400
  This mutation only uploads credentials and returns a temporary
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.73
3
+ Version: 0.10.74
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
35
35
  pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
36
36
  pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
37
37
  pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- pycarlo/lib/schema.json,sha256=GN8sQR70SfF7Q6nytQBW9nUN5nNVgnwGU-thC_fwgj0,5965418
39
- pycarlo/lib/schema.py,sha256=5r7Sv-GrOmUl_tc0k06WYgBBy0ql_ShjUJ-v0D6MjvQ,2576967
40
- pycarlo-0.10.73.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.73.dist-info/METADATA,sha256=g1MTu2okli3bu1DA-as54NJ4ggXudtwYAIA45uTCoo0,8741
42
- pycarlo-0.10.73.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.73.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.73.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=3B_0jf4rgTsudSSHH8ooJD5C9G9UDAjnxjyB96EKUwk,5975740
39
+ pycarlo/lib/schema.py,sha256=iCukLXAiFyJIYvYvRICMlKzY0nTUmRFdvCbZXjo5g4g,2582393
40
+ pycarlo-0.10.74.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.74.dist-info/METADATA,sha256=9y4ch90UNiIfzuHL0IUQC_9N0EoysTyINgTxWNkzQfU,8741
42
+ pycarlo-0.10.74.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.74.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.74.dist-info/RECORD,,