pycarlo 0.10.158__py3-none-any.whl → 0.10.160__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 +299 -122
- pycarlo/lib/schema.py +112 -0
- {pycarlo-0.10.158.dist-info → pycarlo-0.10.160.dist-info}/METADATA +1 -1
- {pycarlo-0.10.158.dist-info → pycarlo-0.10.160.dist-info}/RECORD +7 -7
- {pycarlo-0.10.158.dist-info → pycarlo-0.10.160.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.158.dist-info → pycarlo-0.10.160.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.158.dist-info → pycarlo-0.10.160.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -4620,6 +4620,22 @@
|
|
|
4620
4620
|
"ofType": null
|
|
4621
4621
|
}
|
|
4622
4622
|
},
|
|
4623
|
+
{
|
|
4624
|
+
"args": [],
|
|
4625
|
+
"deprecationReason": null,
|
|
4626
|
+
"description": "(experimental) Retrieve MCP integration keys created by the current user",
|
|
4627
|
+
"isDeprecated": false,
|
|
4628
|
+
"name": "getMyMcpIntegrationKeys",
|
|
4629
|
+
"type": {
|
|
4630
|
+
"kind": "LIST",
|
|
4631
|
+
"name": null,
|
|
4632
|
+
"ofType": {
|
|
4633
|
+
"kind": "OBJECT",
|
|
4634
|
+
"name": "IntegrationKeyMetadata",
|
|
4635
|
+
"ofType": null
|
|
4636
|
+
}
|
|
4637
|
+
}
|
|
4638
|
+
},
|
|
4623
4639
|
{
|
|
4624
4640
|
"args": [
|
|
4625
4641
|
{
|
|
@@ -17851,6 +17867,71 @@
|
|
|
17851
17867
|
}
|
|
17852
17868
|
}
|
|
17853
17869
|
},
|
|
17870
|
+
{
|
|
17871
|
+
"args": [
|
|
17872
|
+
{
|
|
17873
|
+
"defaultValue": null,
|
|
17874
|
+
"description": "The UUID identifying the data collector.",
|
|
17875
|
+
"name": "dcId",
|
|
17876
|
+
"type": {
|
|
17877
|
+
"kind": "NON_NULL",
|
|
17878
|
+
"name": null,
|
|
17879
|
+
"ofType": {
|
|
17880
|
+
"kind": "SCALAR",
|
|
17881
|
+
"name": "UUID",
|
|
17882
|
+
"ofType": null
|
|
17883
|
+
}
|
|
17884
|
+
}
|
|
17885
|
+
},
|
|
17886
|
+
{
|
|
17887
|
+
"defaultValue": null,
|
|
17888
|
+
"description": "The type of job (e.g., METADATA, QUERY_LOGS, BI_REPORTS).",
|
|
17889
|
+
"name": "jobType",
|
|
17890
|
+
"type": {
|
|
17891
|
+
"kind": "NON_NULL",
|
|
17892
|
+
"name": null,
|
|
17893
|
+
"ofType": {
|
|
17894
|
+
"kind": "ENUM",
|
|
17895
|
+
"name": "InternalJobType",
|
|
17896
|
+
"ofType": null
|
|
17897
|
+
}
|
|
17898
|
+
}
|
|
17899
|
+
},
|
|
17900
|
+
{
|
|
17901
|
+
"defaultValue": null,
|
|
17902
|
+
"description": "Connection type (e.g., snowflake, tableau).",
|
|
17903
|
+
"name": "connectionType",
|
|
17904
|
+
"type": {
|
|
17905
|
+
"kind": "NON_NULL",
|
|
17906
|
+
"name": null,
|
|
17907
|
+
"ofType": {
|
|
17908
|
+
"kind": "ENUM",
|
|
17909
|
+
"name": "ConnectionTypeEnum",
|
|
17910
|
+
"ofType": null
|
|
17911
|
+
}
|
|
17912
|
+
}
|
|
17913
|
+
},
|
|
17914
|
+
{
|
|
17915
|
+
"defaultValue": null,
|
|
17916
|
+
"description": "Optional, for transactional DB subtype (e.g., sap-hana). When provided, it will be used instead of connection_type.",
|
|
17917
|
+
"name": "connectionSubtype",
|
|
17918
|
+
"type": {
|
|
17919
|
+
"kind": "ENUM",
|
|
17920
|
+
"name": "ConnectionSubtypeEnum",
|
|
17921
|
+
"ofType": null
|
|
17922
|
+
}
|
|
17923
|
+
}
|
|
17924
|
+
],
|
|
17925
|
+
"deprecationReason": null,
|
|
17926
|
+
"description": "(experimental) Get default job limits for a specific job type and connection type.",
|
|
17927
|
+
"isDeprecated": false,
|
|
17928
|
+
"name": "getCollectorJobLimits",
|
|
17929
|
+
"type": {
|
|
17930
|
+
"kind": "SCALAR",
|
|
17931
|
+
"name": "JSONString",
|
|
17932
|
+
"ofType": null
|
|
17933
|
+
}
|
|
17934
|
+
},
|
|
17854
17935
|
{
|
|
17855
17936
|
"args": [
|
|
17856
17937
|
{
|
|
@@ -97563,6 +97644,93 @@
|
|
|
97563
97644
|
"name": "SizeCollectionQuery",
|
|
97564
97645
|
"possibleTypes": null
|
|
97565
97646
|
},
|
|
97647
|
+
{
|
|
97648
|
+
"description": "Metadata for an integration key (will not include the associated secret)",
|
|
97649
|
+
"enumValues": null,
|
|
97650
|
+
"fields": [
|
|
97651
|
+
{
|
|
97652
|
+
"args": [],
|
|
97653
|
+
"deprecationReason": null,
|
|
97654
|
+
"description": "Key id",
|
|
97655
|
+
"isDeprecated": false,
|
|
97656
|
+
"name": "id",
|
|
97657
|
+
"type": {
|
|
97658
|
+
"kind": "SCALAR",
|
|
97659
|
+
"name": "String",
|
|
97660
|
+
"ofType": null
|
|
97661
|
+
}
|
|
97662
|
+
},
|
|
97663
|
+
{
|
|
97664
|
+
"args": [],
|
|
97665
|
+
"deprecationReason": null,
|
|
97666
|
+
"description": "Key description",
|
|
97667
|
+
"isDeprecated": false,
|
|
97668
|
+
"name": "description",
|
|
97669
|
+
"type": {
|
|
97670
|
+
"kind": "SCALAR",
|
|
97671
|
+
"name": "String",
|
|
97672
|
+
"ofType": null
|
|
97673
|
+
}
|
|
97674
|
+
},
|
|
97675
|
+
{
|
|
97676
|
+
"args": [],
|
|
97677
|
+
"deprecationReason": null,
|
|
97678
|
+
"description": "Key scope (integration it can be used for)",
|
|
97679
|
+
"isDeprecated": false,
|
|
97680
|
+
"name": "scope",
|
|
97681
|
+
"type": {
|
|
97682
|
+
"kind": "SCALAR",
|
|
97683
|
+
"name": "String",
|
|
97684
|
+
"ofType": null
|
|
97685
|
+
}
|
|
97686
|
+
},
|
|
97687
|
+
{
|
|
97688
|
+
"args": [],
|
|
97689
|
+
"deprecationReason": null,
|
|
97690
|
+
"description": "Warehouses associated with key",
|
|
97691
|
+
"isDeprecated": false,
|
|
97692
|
+
"name": "warehouses",
|
|
97693
|
+
"type": {
|
|
97694
|
+
"kind": "LIST",
|
|
97695
|
+
"name": null,
|
|
97696
|
+
"ofType": {
|
|
97697
|
+
"kind": "OBJECT",
|
|
97698
|
+
"name": "Warehouse",
|
|
97699
|
+
"ofType": null
|
|
97700
|
+
}
|
|
97701
|
+
}
|
|
97702
|
+
},
|
|
97703
|
+
{
|
|
97704
|
+
"args": [],
|
|
97705
|
+
"deprecationReason": null,
|
|
97706
|
+
"description": "Time key was created",
|
|
97707
|
+
"isDeprecated": false,
|
|
97708
|
+
"name": "createdTime",
|
|
97709
|
+
"type": {
|
|
97710
|
+
"kind": "SCALAR",
|
|
97711
|
+
"name": "DateTime",
|
|
97712
|
+
"ofType": null
|
|
97713
|
+
}
|
|
97714
|
+
},
|
|
97715
|
+
{
|
|
97716
|
+
"args": [],
|
|
97717
|
+
"deprecationReason": null,
|
|
97718
|
+
"description": "Who created the key",
|
|
97719
|
+
"isDeprecated": false,
|
|
97720
|
+
"name": "createdBy",
|
|
97721
|
+
"type": {
|
|
97722
|
+
"kind": "OBJECT",
|
|
97723
|
+
"name": "User",
|
|
97724
|
+
"ofType": null
|
|
97725
|
+
}
|
|
97726
|
+
}
|
|
97727
|
+
],
|
|
97728
|
+
"inputFields": null,
|
|
97729
|
+
"interfaces": [],
|
|
97730
|
+
"kind": "OBJECT",
|
|
97731
|
+
"name": "IntegrationKeyMetadata",
|
|
97732
|
+
"possibleTypes": null
|
|
97733
|
+
},
|
|
97566
97734
|
{
|
|
97567
97735
|
"description": "A PagerDuty service integration",
|
|
97568
97736
|
"enumValues": null,
|
|
@@ -142098,93 +142266,6 @@
|
|
|
142098
142266
|
"name": "AccessKeyIndexEnum",
|
|
142099
142267
|
"possibleTypes": null
|
|
142100
142268
|
},
|
|
142101
|
-
{
|
|
142102
|
-
"description": "Metadata for an integration key (will not include the associated secret)",
|
|
142103
|
-
"enumValues": null,
|
|
142104
|
-
"fields": [
|
|
142105
|
-
{
|
|
142106
|
-
"args": [],
|
|
142107
|
-
"deprecationReason": null,
|
|
142108
|
-
"description": "Key id",
|
|
142109
|
-
"isDeprecated": false,
|
|
142110
|
-
"name": "id",
|
|
142111
|
-
"type": {
|
|
142112
|
-
"kind": "SCALAR",
|
|
142113
|
-
"name": "String",
|
|
142114
|
-
"ofType": null
|
|
142115
|
-
}
|
|
142116
|
-
},
|
|
142117
|
-
{
|
|
142118
|
-
"args": [],
|
|
142119
|
-
"deprecationReason": null,
|
|
142120
|
-
"description": "Key description",
|
|
142121
|
-
"isDeprecated": false,
|
|
142122
|
-
"name": "description",
|
|
142123
|
-
"type": {
|
|
142124
|
-
"kind": "SCALAR",
|
|
142125
|
-
"name": "String",
|
|
142126
|
-
"ofType": null
|
|
142127
|
-
}
|
|
142128
|
-
},
|
|
142129
|
-
{
|
|
142130
|
-
"args": [],
|
|
142131
|
-
"deprecationReason": null,
|
|
142132
|
-
"description": "Key scope (integration it can be used for)",
|
|
142133
|
-
"isDeprecated": false,
|
|
142134
|
-
"name": "scope",
|
|
142135
|
-
"type": {
|
|
142136
|
-
"kind": "SCALAR",
|
|
142137
|
-
"name": "String",
|
|
142138
|
-
"ofType": null
|
|
142139
|
-
}
|
|
142140
|
-
},
|
|
142141
|
-
{
|
|
142142
|
-
"args": [],
|
|
142143
|
-
"deprecationReason": null,
|
|
142144
|
-
"description": "Warehouses associated with key",
|
|
142145
|
-
"isDeprecated": false,
|
|
142146
|
-
"name": "warehouses",
|
|
142147
|
-
"type": {
|
|
142148
|
-
"kind": "LIST",
|
|
142149
|
-
"name": null,
|
|
142150
|
-
"ofType": {
|
|
142151
|
-
"kind": "OBJECT",
|
|
142152
|
-
"name": "Warehouse",
|
|
142153
|
-
"ofType": null
|
|
142154
|
-
}
|
|
142155
|
-
}
|
|
142156
|
-
},
|
|
142157
|
-
{
|
|
142158
|
-
"args": [],
|
|
142159
|
-
"deprecationReason": null,
|
|
142160
|
-
"description": "Time key was created",
|
|
142161
|
-
"isDeprecated": false,
|
|
142162
|
-
"name": "createdTime",
|
|
142163
|
-
"type": {
|
|
142164
|
-
"kind": "SCALAR",
|
|
142165
|
-
"name": "DateTime",
|
|
142166
|
-
"ofType": null
|
|
142167
|
-
}
|
|
142168
|
-
},
|
|
142169
|
-
{
|
|
142170
|
-
"args": [],
|
|
142171
|
-
"deprecationReason": null,
|
|
142172
|
-
"description": "Who created the key",
|
|
142173
|
-
"isDeprecated": false,
|
|
142174
|
-
"name": "createdBy",
|
|
142175
|
-
"type": {
|
|
142176
|
-
"kind": "OBJECT",
|
|
142177
|
-
"name": "User",
|
|
142178
|
-
"ofType": null
|
|
142179
|
-
}
|
|
142180
|
-
}
|
|
142181
|
-
],
|
|
142182
|
-
"inputFields": null,
|
|
142183
|
-
"interfaces": [],
|
|
142184
|
-
"kind": "OBJECT",
|
|
142185
|
-
"name": "IntegrationKeyMetadata",
|
|
142186
|
-
"possibleTypes": null
|
|
142187
|
-
},
|
|
142188
142269
|
{
|
|
142189
142270
|
"description": null,
|
|
142190
142271
|
"enumValues": null,
|
|
@@ -152944,6 +153025,56 @@
|
|
|
152944
153025
|
"ofType": null
|
|
152945
153026
|
}
|
|
152946
153027
|
},
|
|
153028
|
+
{
|
|
153029
|
+
"args": [
|
|
153030
|
+
{
|
|
153031
|
+
"defaultValue": null,
|
|
153032
|
+
"description": "Key description",
|
|
153033
|
+
"name": "description",
|
|
153034
|
+
"type": {
|
|
153035
|
+
"kind": "SCALAR",
|
|
153036
|
+
"name": "String",
|
|
153037
|
+
"ofType": null
|
|
153038
|
+
}
|
|
153039
|
+
}
|
|
153040
|
+
],
|
|
153041
|
+
"deprecationReason": null,
|
|
153042
|
+
"description": "(experimental) Create an MCP integration key",
|
|
153043
|
+
"isDeprecated": false,
|
|
153044
|
+
"name": "createMcpIntegrationKey",
|
|
153045
|
+
"type": {
|
|
153046
|
+
"kind": "OBJECT",
|
|
153047
|
+
"name": "CreateMcpIntegrationKey",
|
|
153048
|
+
"ofType": null
|
|
153049
|
+
}
|
|
153050
|
+
},
|
|
153051
|
+
{
|
|
153052
|
+
"args": [
|
|
153053
|
+
{
|
|
153054
|
+
"defaultValue": null,
|
|
153055
|
+
"description": "Integration key id",
|
|
153056
|
+
"name": "keyId",
|
|
153057
|
+
"type": {
|
|
153058
|
+
"kind": "NON_NULL",
|
|
153059
|
+
"name": null,
|
|
153060
|
+
"ofType": {
|
|
153061
|
+
"kind": "SCALAR",
|
|
153062
|
+
"name": "String",
|
|
153063
|
+
"ofType": null
|
|
153064
|
+
}
|
|
153065
|
+
}
|
|
153066
|
+
}
|
|
153067
|
+
],
|
|
153068
|
+
"deprecationReason": null,
|
|
153069
|
+
"description": "(experimental) Delete an MCP integration key created by the current user",
|
|
153070
|
+
"isDeprecated": false,
|
|
153071
|
+
"name": "deleteMcpIntegrationKey",
|
|
153072
|
+
"type": {
|
|
153073
|
+
"kind": "OBJECT",
|
|
153074
|
+
"name": "DeleteMcpIntegrationKey",
|
|
153075
|
+
"ofType": null
|
|
153076
|
+
}
|
|
153077
|
+
},
|
|
152947
153078
|
{
|
|
152948
153079
|
"args": [
|
|
152949
153080
|
{
|
|
@@ -179126,6 +179257,87 @@
|
|
|
179126
179257
|
"name": "ToggleSizeCollection",
|
|
179127
179258
|
"possibleTypes": null
|
|
179128
179259
|
},
|
|
179260
|
+
{
|
|
179261
|
+
"description": "Create an MCP integration key",
|
|
179262
|
+
"enumValues": null,
|
|
179263
|
+
"fields": [
|
|
179264
|
+
{
|
|
179265
|
+
"args": [],
|
|
179266
|
+
"deprecationReason": null,
|
|
179267
|
+
"description": "Integration key id and secret (only available once).",
|
|
179268
|
+
"isDeprecated": false,
|
|
179269
|
+
"name": "key",
|
|
179270
|
+
"type": {
|
|
179271
|
+
"kind": "OBJECT",
|
|
179272
|
+
"name": "IntegrationKey",
|
|
179273
|
+
"ofType": null
|
|
179274
|
+
}
|
|
179275
|
+
}
|
|
179276
|
+
],
|
|
179277
|
+
"inputFields": null,
|
|
179278
|
+
"interfaces": [],
|
|
179279
|
+
"kind": "OBJECT",
|
|
179280
|
+
"name": "CreateMcpIntegrationKey",
|
|
179281
|
+
"possibleTypes": null
|
|
179282
|
+
},
|
|
179283
|
+
{
|
|
179284
|
+
"description": "Integration key id and secret. Only available once.",
|
|
179285
|
+
"enumValues": null,
|
|
179286
|
+
"fields": [
|
|
179287
|
+
{
|
|
179288
|
+
"args": [],
|
|
179289
|
+
"deprecationReason": null,
|
|
179290
|
+
"description": "Key id",
|
|
179291
|
+
"isDeprecated": false,
|
|
179292
|
+
"name": "id",
|
|
179293
|
+
"type": {
|
|
179294
|
+
"kind": "SCALAR",
|
|
179295
|
+
"name": "String",
|
|
179296
|
+
"ofType": null
|
|
179297
|
+
}
|
|
179298
|
+
},
|
|
179299
|
+
{
|
|
179300
|
+
"args": [],
|
|
179301
|
+
"deprecationReason": null,
|
|
179302
|
+
"description": "Key secret",
|
|
179303
|
+
"isDeprecated": false,
|
|
179304
|
+
"name": "secret",
|
|
179305
|
+
"type": {
|
|
179306
|
+
"kind": "SCALAR",
|
|
179307
|
+
"name": "String",
|
|
179308
|
+
"ofType": null
|
|
179309
|
+
}
|
|
179310
|
+
}
|
|
179311
|
+
],
|
|
179312
|
+
"inputFields": null,
|
|
179313
|
+
"interfaces": [],
|
|
179314
|
+
"kind": "OBJECT",
|
|
179315
|
+
"name": "IntegrationKey",
|
|
179316
|
+
"possibleTypes": null
|
|
179317
|
+
},
|
|
179318
|
+
{
|
|
179319
|
+
"description": "Delete an MCP integration key created by the current user",
|
|
179320
|
+
"enumValues": null,
|
|
179321
|
+
"fields": [
|
|
179322
|
+
{
|
|
179323
|
+
"args": [],
|
|
179324
|
+
"deprecationReason": null,
|
|
179325
|
+
"description": "True if the key was deleted, false otherwise",
|
|
179326
|
+
"isDeprecated": false,
|
|
179327
|
+
"name": "deleted",
|
|
179328
|
+
"type": {
|
|
179329
|
+
"kind": "SCALAR",
|
|
179330
|
+
"name": "Boolean",
|
|
179331
|
+
"ofType": null
|
|
179332
|
+
}
|
|
179333
|
+
}
|
|
179334
|
+
],
|
|
179335
|
+
"inputFields": null,
|
|
179336
|
+
"interfaces": [],
|
|
179337
|
+
"kind": "OBJECT",
|
|
179338
|
+
"name": "DeleteMcpIntegrationKey",
|
|
179339
|
+
"possibleTypes": null
|
|
179340
|
+
},
|
|
179129
179341
|
{
|
|
179130
179342
|
"description": null,
|
|
179131
179343
|
"enumValues": null,
|
|
@@ -190702,41 +190914,6 @@
|
|
|
190702
190914
|
"name": "CreateIntegrationKey",
|
|
190703
190915
|
"possibleTypes": null
|
|
190704
190916
|
},
|
|
190705
|
-
{
|
|
190706
|
-
"description": "Integration key id and secret. Only available once.",
|
|
190707
|
-
"enumValues": null,
|
|
190708
|
-
"fields": [
|
|
190709
|
-
{
|
|
190710
|
-
"args": [],
|
|
190711
|
-
"deprecationReason": null,
|
|
190712
|
-
"description": "Key id",
|
|
190713
|
-
"isDeprecated": false,
|
|
190714
|
-
"name": "id",
|
|
190715
|
-
"type": {
|
|
190716
|
-
"kind": "SCALAR",
|
|
190717
|
-
"name": "String",
|
|
190718
|
-
"ofType": null
|
|
190719
|
-
}
|
|
190720
|
-
},
|
|
190721
|
-
{
|
|
190722
|
-
"args": [],
|
|
190723
|
-
"deprecationReason": null,
|
|
190724
|
-
"description": "Key secret",
|
|
190725
|
-
"isDeprecated": false,
|
|
190726
|
-
"name": "secret",
|
|
190727
|
-
"type": {
|
|
190728
|
-
"kind": "SCALAR",
|
|
190729
|
-
"name": "String",
|
|
190730
|
-
"ofType": null
|
|
190731
|
-
}
|
|
190732
|
-
}
|
|
190733
|
-
],
|
|
190734
|
-
"inputFields": null,
|
|
190735
|
-
"interfaces": [],
|
|
190736
|
-
"kind": "OBJECT",
|
|
190737
|
-
"name": "IntegrationKey",
|
|
190738
|
-
"possibleTypes": null
|
|
190739
|
-
},
|
|
190740
190917
|
{
|
|
190741
190918
|
"description": null,
|
|
190742
190919
|
"enumValues": [
|
pycarlo/lib/schema.py
CHANGED
|
@@ -15939,6 +15939,15 @@ class CreateLogsIntegration(sgqlc.types.Type):
|
|
|
15939
15939
|
"""The integration that was created"""
|
|
15940
15940
|
|
|
15941
15941
|
|
|
15942
|
+
class CreateMcpIntegrationKey(sgqlc.types.Type):
|
|
15943
|
+
"""Create an MCP integration key"""
|
|
15944
|
+
|
|
15945
|
+
__schema__ = schema
|
|
15946
|
+
__field_names__ = ("key",)
|
|
15947
|
+
key = sgqlc.types.Field("IntegrationKey", graphql_name="key")
|
|
15948
|
+
"""Integration key id and secret (only available once)."""
|
|
15949
|
+
|
|
15950
|
+
|
|
15942
15951
|
class CreateOpsgenieIntegration(sgqlc.types.Type):
|
|
15943
15952
|
__schema__ = schema
|
|
15944
15953
|
__field_names__ = ("opsgenie_integration",)
|
|
@@ -18893,6 +18902,15 @@ class DeleteLogsIntegration(sgqlc.types.Type):
|
|
|
18893
18902
|
success = sgqlc.types.Field(Boolean, graphql_name="success")
|
|
18894
18903
|
|
|
18895
18904
|
|
|
18905
|
+
class DeleteMcpIntegrationKey(sgqlc.types.Type):
|
|
18906
|
+
"""Delete an MCP integration key created by the current user"""
|
|
18907
|
+
|
|
18908
|
+
__schema__ = schema
|
|
18909
|
+
__field_names__ = ("deleted",)
|
|
18910
|
+
deleted = sgqlc.types.Field(Boolean, graphql_name="deleted")
|
|
18911
|
+
"""True if the key was deleted, false otherwise"""
|
|
18912
|
+
|
|
18913
|
+
|
|
18896
18914
|
class DeleteMonitor(sgqlc.types.Type):
|
|
18897
18915
|
__schema__ = schema
|
|
18898
18916
|
__field_names__ = ("success",)
|
|
@@ -25078,6 +25096,8 @@ class Mutation(sgqlc.types.Type):
|
|
|
25078
25096
|
"update_streaming_system_name",
|
|
25079
25097
|
"update_streaming_cluster_name",
|
|
25080
25098
|
"toggle_size_collection",
|
|
25099
|
+
"create_mcp_integration_key",
|
|
25100
|
+
"delete_mcp_integration_key",
|
|
25081
25101
|
"create_opsgenie_integration",
|
|
25082
25102
|
"update_opsgenie_integration",
|
|
25083
25103
|
"update_opsgenie_integration_webhook_secret",
|
|
@@ -29340,6 +29360,42 @@ class Mutation(sgqlc.types.Type):
|
|
|
29340
29360
|
to the collection query
|
|
29341
29361
|
"""
|
|
29342
29362
|
|
|
29363
|
+
create_mcp_integration_key = sgqlc.types.Field(
|
|
29364
|
+
CreateMcpIntegrationKey,
|
|
29365
|
+
graphql_name="createMcpIntegrationKey",
|
|
29366
|
+
args=sgqlc.types.ArgDict(
|
|
29367
|
+
(("description", sgqlc.types.Arg(String, graphql_name="description", default=None)),)
|
|
29368
|
+
),
|
|
29369
|
+
)
|
|
29370
|
+
"""(experimental) Create an MCP integration key
|
|
29371
|
+
|
|
29372
|
+
Arguments:
|
|
29373
|
+
|
|
29374
|
+
* `description` (`String`): Key description
|
|
29375
|
+
"""
|
|
29376
|
+
|
|
29377
|
+
delete_mcp_integration_key = sgqlc.types.Field(
|
|
29378
|
+
DeleteMcpIntegrationKey,
|
|
29379
|
+
graphql_name="deleteMcpIntegrationKey",
|
|
29380
|
+
args=sgqlc.types.ArgDict(
|
|
29381
|
+
(
|
|
29382
|
+
(
|
|
29383
|
+
"key_id",
|
|
29384
|
+
sgqlc.types.Arg(
|
|
29385
|
+
sgqlc.types.non_null(String), graphql_name="keyId", default=None
|
|
29386
|
+
),
|
|
29387
|
+
),
|
|
29388
|
+
)
|
|
29389
|
+
),
|
|
29390
|
+
)
|
|
29391
|
+
"""(experimental) Delete an MCP integration key created by the
|
|
29392
|
+
current user
|
|
29393
|
+
|
|
29394
|
+
Arguments:
|
|
29395
|
+
|
|
29396
|
+
* `key_id` (`String!`): Integration key id
|
|
29397
|
+
"""
|
|
29398
|
+
|
|
29343
29399
|
create_opsgenie_integration = sgqlc.types.Field(
|
|
29344
29400
|
CreateOpsgenieIntegration,
|
|
29345
29401
|
graphql_name="createOpsgenieIntegration",
|
|
@@ -43579,6 +43635,7 @@ class Query(sgqlc.types.Type):
|
|
|
43579
43635
|
"get_azure_devops_organization",
|
|
43580
43636
|
"get_size_collection_configuration",
|
|
43581
43637
|
"get_size_collection_query",
|
|
43638
|
+
"get_my_mcp_integration_keys",
|
|
43582
43639
|
"get_opsgenie_integrations",
|
|
43583
43640
|
"get_pagerduty_service_integrations",
|
|
43584
43641
|
"get_volume_change_table_monitor",
|
|
@@ -43756,6 +43813,7 @@ class Query(sgqlc.types.Type):
|
|
|
43756
43813
|
"evaluate_comparisons",
|
|
43757
43814
|
"get_delta_logs",
|
|
43758
43815
|
"get_job_schedules",
|
|
43816
|
+
"get_collector_job_limits",
|
|
43759
43817
|
"get_data_assets_dashboard",
|
|
43760
43818
|
"get_incident_dashboard_data",
|
|
43761
43819
|
"get_incident_data_weekly",
|
|
@@ -46531,6 +46589,13 @@ class Query(sgqlc.types.Type):
|
|
|
46531
46589
|
collection query
|
|
46532
46590
|
"""
|
|
46533
46591
|
|
|
46592
|
+
get_my_mcp_integration_keys = sgqlc.types.Field(
|
|
46593
|
+
sgqlc.types.list_of(IntegrationKeyMetadata), graphql_name="getMyMcpIntegrationKeys"
|
|
46594
|
+
)
|
|
46595
|
+
"""(experimental) Retrieve MCP integration keys created by the
|
|
46596
|
+
current user
|
|
46597
|
+
"""
|
|
46598
|
+
|
|
46534
46599
|
get_opsgenie_integrations = sgqlc.types.Field(
|
|
46535
46600
|
sgqlc.types.list_of(OpsgenieIntegrationOutput),
|
|
46536
46601
|
graphql_name="getOpsgenieIntegrations",
|
|
@@ -53903,6 +53968,53 @@ class Query(sgqlc.types.Type):
|
|
|
53903
53968
|
(default: `false`)
|
|
53904
53969
|
"""
|
|
53905
53970
|
|
|
53971
|
+
get_collector_job_limits = sgqlc.types.Field(
|
|
53972
|
+
JSONString,
|
|
53973
|
+
graphql_name="getCollectorJobLimits",
|
|
53974
|
+
args=sgqlc.types.ArgDict(
|
|
53975
|
+
(
|
|
53976
|
+
(
|
|
53977
|
+
"dc_id",
|
|
53978
|
+
sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name="dcId", default=None),
|
|
53979
|
+
),
|
|
53980
|
+
(
|
|
53981
|
+
"job_type",
|
|
53982
|
+
sgqlc.types.Arg(
|
|
53983
|
+
sgqlc.types.non_null(InternalJobType), graphql_name="jobType", default=None
|
|
53984
|
+
),
|
|
53985
|
+
),
|
|
53986
|
+
(
|
|
53987
|
+
"connection_type",
|
|
53988
|
+
sgqlc.types.Arg(
|
|
53989
|
+
sgqlc.types.non_null(ConnectionTypeEnum),
|
|
53990
|
+
graphql_name="connectionType",
|
|
53991
|
+
default=None,
|
|
53992
|
+
),
|
|
53993
|
+
),
|
|
53994
|
+
(
|
|
53995
|
+
"connection_subtype",
|
|
53996
|
+
sgqlc.types.Arg(
|
|
53997
|
+
ConnectionSubtypeEnum, graphql_name="connectionSubtype", default=None
|
|
53998
|
+
),
|
|
53999
|
+
),
|
|
54000
|
+
)
|
|
54001
|
+
),
|
|
54002
|
+
)
|
|
54003
|
+
"""(experimental) Get default job limits for a specific job type and
|
|
54004
|
+
connection type.
|
|
54005
|
+
|
|
54006
|
+
Arguments:
|
|
54007
|
+
|
|
54008
|
+
* `dc_id` (`UUID!`): The UUID identifying the data collector.
|
|
54009
|
+
* `job_type` (`InternalJobType!`): The type of job (e.g.,
|
|
54010
|
+
METADATA, QUERY_LOGS, BI_REPORTS).
|
|
54011
|
+
* `connection_type` (`ConnectionTypeEnum!`): Connection type
|
|
54012
|
+
(e.g., snowflake, tableau).
|
|
54013
|
+
* `connection_subtype` (`ConnectionSubtypeEnum`): Optional, for
|
|
54014
|
+
transactional DB subtype (e.g., sap-hana). When provided, it
|
|
54015
|
+
will be used instead of connection_type.
|
|
54016
|
+
"""
|
|
54017
|
+
|
|
53906
54018
|
get_data_assets_dashboard = sgqlc.types.Field(
|
|
53907
54019
|
DataAssetDashboard,
|
|
53908
54020
|
graphql_name="getDataAssetsDashboard",
|
|
@@ -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=JDWwlA5ZYda7XHQH7QI1KLrerJnedLD_qgRlaewwtLo,6225093
|
|
39
|
+
pycarlo/lib/schema.py,sha256=Lwp7wcYLoqXDdbE8hRtt3fQ0RZJ08e4gk0AVYqBydxI,2702829
|
|
40
|
+
pycarlo-0.10.160.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.160.dist-info/METADATA,sha256=IqZA40ZmRNTfJesHXbLk9lf_eFHrdAnK6Z9amuayYms,8742
|
|
42
|
+
pycarlo-0.10.160.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.160.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.160.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|