pycarlo 0.10.72__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 +332 -6
- pycarlo/lib/schema.py +177 -6
- {pycarlo-0.10.72.dist-info → pycarlo-0.10.74.dist-info}/METADATA +1 -1
- {pycarlo-0.10.72.dist-info → pycarlo-0.10.74.dist-info}/RECORD +7 -7
- {pycarlo-0.10.72.dist-info → pycarlo-0.10.74.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.72.dist-info → pycarlo-0.10.74.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.72.dist-info → pycarlo-0.10.74.dist-info}/top_level.txt +0 -0
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
|
{
|
|
@@ -10758,7 +10785,7 @@
|
|
|
10758
10785
|
},
|
|
10759
10786
|
{
|
|
10760
10787
|
"defaultValue": null,
|
|
10761
|
-
"description": "Filter by
|
|
10788
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
10762
10789
|
"name": "mcons",
|
|
10763
10790
|
"type": {
|
|
10764
10791
|
"kind": "LIST",
|
|
@@ -11129,7 +11156,7 @@
|
|
|
11129
11156
|
},
|
|
11130
11157
|
{
|
|
11131
11158
|
"defaultValue": null,
|
|
11132
|
-
"description": "Filter by
|
|
11159
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
11133
11160
|
"name": "mcons",
|
|
11134
11161
|
"type": {
|
|
11135
11162
|
"kind": "LIST",
|
|
@@ -11496,7 +11523,7 @@
|
|
|
11496
11523
|
},
|
|
11497
11524
|
{
|
|
11498
11525
|
"defaultValue": null,
|
|
11499
|
-
"description": "Filter by
|
|
11526
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
11500
11527
|
"name": "mcons",
|
|
11501
11528
|
"type": {
|
|
11502
11529
|
"kind": "LIST",
|
|
@@ -11871,7 +11898,7 @@
|
|
|
11871
11898
|
},
|
|
11872
11899
|
{
|
|
11873
11900
|
"defaultValue": null,
|
|
11874
|
-
"description": "Filter by
|
|
11901
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
11875
11902
|
"name": "mcons",
|
|
11876
11903
|
"type": {
|
|
11877
11904
|
"kind": "LIST",
|
|
@@ -12242,7 +12269,7 @@
|
|
|
12242
12269
|
},
|
|
12243
12270
|
{
|
|
12244
12271
|
"defaultValue": null,
|
|
12245
|
-
"description": "Filter by
|
|
12272
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
12246
12273
|
"name": "mcons",
|
|
12247
12274
|
"type": {
|
|
12248
12275
|
"kind": "LIST",
|
|
@@ -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,
|
|
@@ -40829,7 +40915,7 @@
|
|
|
40829
40915
|
},
|
|
40830
40916
|
{
|
|
40831
40917
|
"defaultValue": null,
|
|
40832
|
-
"description": "Filter by
|
|
40918
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
40833
40919
|
"name": "mcons",
|
|
40834
40920
|
"type": {
|
|
40835
40921
|
"kind": "LIST",
|
|
@@ -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
|
|
|
@@ -23560,7 +23593,8 @@ class MonitorLabelObject(sgqlc.types.Type):
|
|
|
23560
23593
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
23561
23594
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
23562
23595
|
monitors will be included in result (default: `false`)
|
|
23563
|
-
* `mcons` (`[String]`): Filter by
|
|
23596
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
23597
|
+
or tables (MCON)
|
|
23564
23598
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
23565
23599
|
only the ones that are breached.
|
|
23566
23600
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -24020,6 +24054,9 @@ class Mutation(sgqlc.types.Type):
|
|
|
24020
24054
|
"update_logs_integration",
|
|
24021
24055
|
"delete_logs_integration",
|
|
24022
24056
|
"generate_report",
|
|
24057
|
+
"create_datadog_integration",
|
|
24058
|
+
"update_datadog_integration",
|
|
24059
|
+
"delete_datadog_integration",
|
|
24023
24060
|
"create_or_update_table_monitor",
|
|
24024
24061
|
"pause_table_monitor",
|
|
24025
24062
|
"delete_table_monitor",
|
|
@@ -24612,6 +24649,111 @@ class Mutation(sgqlc.types.Type):
|
|
|
24612
24649
|
* `report_parameters` (`ReportArgumentsUnionInput!`)None
|
|
24613
24650
|
"""
|
|
24614
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
|
+
|
|
24615
24757
|
create_or_update_table_monitor = sgqlc.types.Field(
|
|
24616
24758
|
CreateOrUpdateTableMonitor,
|
|
24617
24759
|
graphql_name="createOrUpdateTableMonitor",
|
|
@@ -41971,6 +42113,7 @@ class Query(sgqlc.types.Type):
|
|
|
41971
42113
|
"get_table_monitor_validation_statuses",
|
|
41972
42114
|
"get_table_monitor_configuration",
|
|
41973
42115
|
"get_default_monitor_configuration",
|
|
42116
|
+
"get_datadog_integrations",
|
|
41974
42117
|
"get_billing_credit_grants",
|
|
41975
42118
|
"get_contract_commits",
|
|
41976
42119
|
"get_billing_invoices",
|
|
@@ -42973,6 +43116,20 @@ class Query(sgqlc.types.Type):
|
|
|
42973
43116
|
* `mcon` (`String!`)None
|
|
42974
43117
|
"""
|
|
42975
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
|
+
|
|
42976
43133
|
get_billing_credit_grants = sgqlc.types.Field(
|
|
42977
43134
|
BillingCreditGrantResults,
|
|
42978
43135
|
graphql_name="getBillingCreditGrants",
|
|
@@ -48383,7 +48540,8 @@ class Query(sgqlc.types.Type):
|
|
|
48383
48540
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
48384
48541
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
48385
48542
|
monitors will be included in result (default: `false`)
|
|
48386
|
-
* `mcons` (`[String]`): Filter by
|
|
48543
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
48544
|
+
or tables (MCON)
|
|
48387
48545
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
48388
48546
|
only the ones that are breached.
|
|
48389
48547
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -48595,7 +48753,8 @@ class Query(sgqlc.types.Type):
|
|
|
48595
48753
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
48596
48754
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
48597
48755
|
monitors will be included in result (default: `false`)
|
|
48598
|
-
* `mcons` (`[String]`): Filter by
|
|
48756
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
48757
|
+
or tables (MCON)
|
|
48599
48758
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
48600
48759
|
only the ones that are breached.
|
|
48601
48760
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -48807,7 +48966,8 @@ class Query(sgqlc.types.Type):
|
|
|
48807
48966
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
48808
48967
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
48809
48968
|
monitors will be included in result (default: `false`)
|
|
48810
|
-
* `mcons` (`[String]`): Filter by
|
|
48969
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
48970
|
+
or tables (MCON)
|
|
48811
48971
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
48812
48972
|
only the ones that are breached.
|
|
48813
48973
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -49019,7 +49179,8 @@ class Query(sgqlc.types.Type):
|
|
|
49019
49179
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
49020
49180
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
49021
49181
|
monitors will be included in result (default: `false`)
|
|
49022
|
-
* `mcons` (`[String]`): Filter by
|
|
49182
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
49183
|
+
or tables (MCON)
|
|
49023
49184
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
49024
49185
|
only the ones that are breached.
|
|
49025
49186
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -49231,7 +49392,8 @@ class Query(sgqlc.types.Type):
|
|
|
49231
49392
|
* `include_ootb_replacement` (`Boolean`): If set to true and
|
|
49232
49393
|
is_ootb_replacement is not specified or false, ootb_replacement
|
|
49233
49394
|
monitors will be included in result (default: `false`)
|
|
49234
|
-
* `mcons` (`[String]`): Filter by
|
|
49395
|
+
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
49396
|
+
or tables (MCON)
|
|
49235
49397
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
49236
49398
|
only the ones that are breached.
|
|
49237
49399
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -63224,6 +63386,15 @@ class UpdateDatabricksSQLWarehouseCredentialsV2Mutation(sgqlc.types.Type):
|
|
|
63224
63386
|
result = sgqlc.types.Field(UpdateCredentialsV2Result, graphql_name="result")
|
|
63225
63387
|
|
|
63226
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
|
+
|
|
63227
63398
|
class UpdateDbtCloudCredentialsV2Mutation(sgqlc.types.Type):
|
|
63228
63399
|
"""Update credentials for an existing dbt cloud connection. Note:
|
|
63229
63400
|
This mutation only uploads credentials and returns a temporary
|
|
@@ -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=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|