pycarlo 0.10.168__py3-none-any.whl → 0.10.170__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 +960 -181
- pycarlo/lib/schema.py +365 -0
- {pycarlo-0.10.168.dist-info → pycarlo-0.10.170.dist-info}/METADATA +1 -1
- {pycarlo-0.10.168.dist-info → pycarlo-0.10.170.dist-info}/RECORD +7 -7
- {pycarlo-0.10.168.dist-info → pycarlo-0.10.170.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.168.dist-info → pycarlo-0.10.170.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.168.dist-info → pycarlo-0.10.170.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -11191,6 +11191,53 @@
|
|
|
11191
11191
|
"ofType": null
|
|
11192
11192
|
}
|
|
11193
11193
|
},
|
|
11194
|
+
{
|
|
11195
|
+
"args": [
|
|
11196
|
+
{
|
|
11197
|
+
"defaultValue": null,
|
|
11198
|
+
"description": "UUID of the table monitor",
|
|
11199
|
+
"name": "monitorUuid",
|
|
11200
|
+
"type": {
|
|
11201
|
+
"kind": "NON_NULL",
|
|
11202
|
+
"name": null,
|
|
11203
|
+
"ofType": {
|
|
11204
|
+
"kind": "SCALAR",
|
|
11205
|
+
"name": "UUID",
|
|
11206
|
+
"ofType": null
|
|
11207
|
+
}
|
|
11208
|
+
}
|
|
11209
|
+
},
|
|
11210
|
+
{
|
|
11211
|
+
"defaultValue": null,
|
|
11212
|
+
"description": "Search for tables by name, database, or schema (case-insensitive substring match)",
|
|
11213
|
+
"name": "search",
|
|
11214
|
+
"type": {
|
|
11215
|
+
"kind": "SCALAR",
|
|
11216
|
+
"name": "String",
|
|
11217
|
+
"ofType": null
|
|
11218
|
+
}
|
|
11219
|
+
},
|
|
11220
|
+
{
|
|
11221
|
+
"defaultValue": null,
|
|
11222
|
+
"description": "Search for monitors by description (case-insensitive substring match)",
|
|
11223
|
+
"name": "monitorsSearch",
|
|
11224
|
+
"type": {
|
|
11225
|
+
"kind": "SCALAR",
|
|
11226
|
+
"name": "String",
|
|
11227
|
+
"ofType": null
|
|
11228
|
+
}
|
|
11229
|
+
}
|
|
11230
|
+
],
|
|
11231
|
+
"deprecationReason": null,
|
|
11232
|
+
"description": "(experimental) Get table monitor coverage information",
|
|
11233
|
+
"isDeprecated": false,
|
|
11234
|
+
"name": "getTableMonitorCoverage",
|
|
11235
|
+
"type": {
|
|
11236
|
+
"kind": "OBJECT",
|
|
11237
|
+
"name": "TableMonitorCoverage",
|
|
11238
|
+
"ofType": null
|
|
11239
|
+
}
|
|
11240
|
+
},
|
|
11194
11241
|
{
|
|
11195
11242
|
"args": [
|
|
11196
11243
|
{
|
|
@@ -29718,8 +29765,8 @@
|
|
|
29718
29765
|
"args": [
|
|
29719
29766
|
{
|
|
29720
29767
|
"defaultValue": null,
|
|
29721
|
-
"description": "
|
|
29722
|
-
"name": "
|
|
29768
|
+
"description": "Monitor uuid",
|
|
29769
|
+
"name": "monitorUuid",
|
|
29723
29770
|
"type": {
|
|
29724
29771
|
"kind": "NON_NULL",
|
|
29725
29772
|
"name": null,
|
|
@@ -29732,15 +29779,42 @@
|
|
|
29732
29779
|
}
|
|
29733
29780
|
],
|
|
29734
29781
|
"deprecationReason": null,
|
|
29735
|
-
"description": "
|
|
29782
|
+
"description": "(experimental) Collibra monitor note. Has extra debug information about table relationships if they could not be found",
|
|
29736
29783
|
"isDeprecated": false,
|
|
29737
|
-
"name": "
|
|
29784
|
+
"name": "getCollibraMonitorNote",
|
|
29785
|
+
"type": {
|
|
29786
|
+
"kind": "OBJECT",
|
|
29787
|
+
"name": "CollibraMonitorNoteResponse",
|
|
29788
|
+
"ofType": null
|
|
29789
|
+
}
|
|
29790
|
+
},
|
|
29791
|
+
{
|
|
29792
|
+
"args": [
|
|
29793
|
+
{
|
|
29794
|
+
"defaultValue": null,
|
|
29795
|
+
"description": "Monitor uuid",
|
|
29796
|
+
"name": "monitorUuid",
|
|
29797
|
+
"type": {
|
|
29798
|
+
"kind": "NON_NULL",
|
|
29799
|
+
"name": null,
|
|
29800
|
+
"ofType": {
|
|
29801
|
+
"kind": "SCALAR",
|
|
29802
|
+
"name": "String",
|
|
29803
|
+
"ofType": null
|
|
29804
|
+
}
|
|
29805
|
+
}
|
|
29806
|
+
}
|
|
29807
|
+
],
|
|
29808
|
+
"deprecationReason": null,
|
|
29809
|
+
"description": "(experimental) Get table search names for a monitor in Collibra format",
|
|
29810
|
+
"isDeprecated": false,
|
|
29811
|
+
"name": "getCollibraMonitorTableSearchNames",
|
|
29738
29812
|
"type": {
|
|
29739
29813
|
"kind": "LIST",
|
|
29740
29814
|
"name": null,
|
|
29741
29815
|
"ofType": {
|
|
29742
|
-
"kind": "
|
|
29743
|
-
"name": "
|
|
29816
|
+
"kind": "SCALAR",
|
|
29817
|
+
"name": "String",
|
|
29744
29818
|
"ofType": null
|
|
29745
29819
|
}
|
|
29746
29820
|
}
|
|
@@ -29749,80 +29823,10 @@
|
|
|
29749
29823
|
"args": [
|
|
29750
29824
|
{
|
|
29751
29825
|
"defaultValue": null,
|
|
29752
|
-
"description": "
|
|
29753
|
-
"name": "
|
|
29754
|
-
"type": {
|
|
29755
|
-
"kind": "SCALAR",
|
|
29756
|
-
"name": "String",
|
|
29757
|
-
"ofType": null
|
|
29758
|
-
}
|
|
29759
|
-
},
|
|
29760
|
-
{
|
|
29761
|
-
"defaultValue": null,
|
|
29762
|
-
"description": "Filter date range start, optional only if runId is specified",
|
|
29763
|
-
"name": "fromDate",
|
|
29764
|
-
"type": {
|
|
29765
|
-
"kind": "SCALAR",
|
|
29766
|
-
"name": "DateTime",
|
|
29767
|
-
"ofType": null
|
|
29768
|
-
}
|
|
29769
|
-
},
|
|
29770
|
-
{
|
|
29771
|
-
"defaultValue": null,
|
|
29772
|
-
"description": "Filter date range end",
|
|
29773
|
-
"name": "toDate",
|
|
29774
|
-
"type": {
|
|
29775
|
-
"kind": "SCALAR",
|
|
29776
|
-
"name": "DateTime",
|
|
29777
|
-
"ofType": null
|
|
29778
|
-
}
|
|
29779
|
-
},
|
|
29780
|
-
{
|
|
29781
|
-
"defaultValue": null,
|
|
29782
|
-
"description": "Filter by success or failure",
|
|
29783
|
-
"name": "success",
|
|
29784
|
-
"type": {
|
|
29785
|
-
"kind": "SCALAR",
|
|
29786
|
-
"name": "Boolean",
|
|
29787
|
-
"ofType": null
|
|
29788
|
-
}
|
|
29789
|
-
},
|
|
29790
|
-
{
|
|
29791
|
-
"defaultValue": null,
|
|
29792
|
-
"description": "Filter by state",
|
|
29793
|
-
"name": "state",
|
|
29794
|
-
"type": {
|
|
29795
|
-
"kind": "SCALAR",
|
|
29796
|
-
"name": "String",
|
|
29797
|
-
"ofType": null
|
|
29798
|
-
}
|
|
29799
|
-
},
|
|
29800
|
-
{
|
|
29801
|
-
"defaultValue": null,
|
|
29802
|
-
"description": "Deprecated, use jobMcon. Filter by DAG ID",
|
|
29803
|
-
"name": "dagId",
|
|
29804
|
-
"type": {
|
|
29805
|
-
"kind": "SCALAR",
|
|
29806
|
-
"name": "String",
|
|
29807
|
-
"ofType": null
|
|
29808
|
-
}
|
|
29809
|
-
},
|
|
29810
|
-
{
|
|
29811
|
-
"defaultValue": null,
|
|
29812
|
-
"description": "Deprecated, use taskMcon. Filter by Task ID",
|
|
29813
|
-
"name": "taskId",
|
|
29814
|
-
"type": {
|
|
29815
|
-
"kind": "SCALAR",
|
|
29816
|
-
"name": "String",
|
|
29817
|
-
"ofType": null
|
|
29818
|
-
}
|
|
29819
|
-
},
|
|
29820
|
-
{
|
|
29821
|
-
"defaultValue": null,
|
|
29822
|
-
"description": "Deprecated, use tableMcons. Filter by list of table MCONs",
|
|
29823
|
-
"name": "mcons",
|
|
29826
|
+
"description": "Table search name in Collibra format (e.g., '>project>dataset>table')",
|
|
29827
|
+
"name": "tableSearchName",
|
|
29824
29828
|
"type": {
|
|
29825
|
-
"kind": "
|
|
29829
|
+
"kind": "NON_NULL",
|
|
29826
29830
|
"name": null,
|
|
29827
29831
|
"ofType": {
|
|
29828
29832
|
"kind": "SCALAR",
|
|
@@ -29830,33 +29834,30 @@
|
|
|
29830
29834
|
"ofType": null
|
|
29831
29835
|
}
|
|
29832
29836
|
}
|
|
29833
|
-
}
|
|
29834
|
-
|
|
29835
|
-
|
|
29836
|
-
|
|
29837
|
-
|
|
29838
|
-
|
|
29839
|
-
|
|
29840
|
-
|
|
29841
|
-
|
|
29842
|
-
|
|
29843
|
-
|
|
29844
|
-
|
|
29845
|
-
"
|
|
29846
|
-
|
|
29847
|
-
|
|
29848
|
-
|
|
29849
|
-
|
|
29850
|
-
|
|
29851
|
-
"ofType": null
|
|
29852
|
-
}
|
|
29853
|
-
},
|
|
29837
|
+
}
|
|
29838
|
+
],
|
|
29839
|
+
"deprecationReason": null,
|
|
29840
|
+
"description": "(experimental) Get Collibra domain information for a table search name",
|
|
29841
|
+
"isDeprecated": false,
|
|
29842
|
+
"name": "getCollibraDomainsForTableSearchName",
|
|
29843
|
+
"type": {
|
|
29844
|
+
"kind": "LIST",
|
|
29845
|
+
"name": null,
|
|
29846
|
+
"ofType": {
|
|
29847
|
+
"kind": "OBJECT",
|
|
29848
|
+
"name": "CollibraDomainSearchResponse",
|
|
29849
|
+
"ofType": null
|
|
29850
|
+
}
|
|
29851
|
+
}
|
|
29852
|
+
},
|
|
29853
|
+
{
|
|
29854
|
+
"args": [
|
|
29854
29855
|
{
|
|
29855
29856
|
"defaultValue": null,
|
|
29856
|
-
"description": "
|
|
29857
|
-
"name": "
|
|
29857
|
+
"description": "The MCON of the table",
|
|
29858
|
+
"name": "mcon",
|
|
29858
29859
|
"type": {
|
|
29859
|
-
"kind": "
|
|
29860
|
+
"kind": "NON_NULL",
|
|
29860
29861
|
"name": null,
|
|
29861
29862
|
"ofType": {
|
|
29862
29863
|
"kind": "SCALAR",
|
|
@@ -29864,76 +29865,20 @@
|
|
|
29864
29865
|
"ofType": null
|
|
29865
29866
|
}
|
|
29866
29867
|
}
|
|
29867
|
-
},
|
|
29868
|
-
{
|
|
29869
|
-
"defaultValue": null,
|
|
29870
|
-
"description": "Filter by Run ID",
|
|
29871
|
-
"name": "runId",
|
|
29872
|
-
"type": {
|
|
29873
|
-
"kind": "SCALAR",
|
|
29874
|
-
"name": "String",
|
|
29875
|
-
"ofType": null
|
|
29876
|
-
}
|
|
29877
|
-
},
|
|
29878
|
-
{
|
|
29879
|
-
"defaultValue": null,
|
|
29880
|
-
"description": null,
|
|
29881
|
-
"name": "offset",
|
|
29882
|
-
"type": {
|
|
29883
|
-
"kind": "SCALAR",
|
|
29884
|
-
"name": "Int",
|
|
29885
|
-
"ofType": null
|
|
29886
|
-
}
|
|
29887
|
-
},
|
|
29888
|
-
{
|
|
29889
|
-
"defaultValue": null,
|
|
29890
|
-
"description": null,
|
|
29891
|
-
"name": "before",
|
|
29892
|
-
"type": {
|
|
29893
|
-
"kind": "SCALAR",
|
|
29894
|
-
"name": "String",
|
|
29895
|
-
"ofType": null
|
|
29896
|
-
}
|
|
29897
|
-
},
|
|
29898
|
-
{
|
|
29899
|
-
"defaultValue": null,
|
|
29900
|
-
"description": null,
|
|
29901
|
-
"name": "after",
|
|
29902
|
-
"type": {
|
|
29903
|
-
"kind": "SCALAR",
|
|
29904
|
-
"name": "String",
|
|
29905
|
-
"ofType": null
|
|
29906
|
-
}
|
|
29907
|
-
},
|
|
29908
|
-
{
|
|
29909
|
-
"defaultValue": null,
|
|
29910
|
-
"description": null,
|
|
29911
|
-
"name": "first",
|
|
29912
|
-
"type": {
|
|
29913
|
-
"kind": "SCALAR",
|
|
29914
|
-
"name": "Int",
|
|
29915
|
-
"ofType": null
|
|
29916
|
-
}
|
|
29917
|
-
},
|
|
29918
|
-
{
|
|
29919
|
-
"defaultValue": null,
|
|
29920
|
-
"description": null,
|
|
29921
|
-
"name": "last",
|
|
29922
|
-
"type": {
|
|
29923
|
-
"kind": "SCALAR",
|
|
29924
|
-
"name": "Int",
|
|
29925
|
-
"ofType": null
|
|
29926
|
-
}
|
|
29927
29868
|
}
|
|
29928
29869
|
],
|
|
29929
29870
|
"deprecationReason": null,
|
|
29930
|
-
"description": "
|
|
29871
|
+
"description": "Gets warning and deprecation flags set in Alation for this table.",
|
|
29931
29872
|
"isDeprecated": false,
|
|
29932
|
-
"name": "
|
|
29873
|
+
"name": "getAlationTableFlags",
|
|
29933
29874
|
"type": {
|
|
29934
|
-
"kind": "
|
|
29935
|
-
"name":
|
|
29936
|
-
"ofType":
|
|
29875
|
+
"kind": "LIST",
|
|
29876
|
+
"name": null,
|
|
29877
|
+
"ofType": {
|
|
29878
|
+
"kind": "OBJECT",
|
|
29879
|
+
"name": "GetAlationTableFlags",
|
|
29880
|
+
"ofType": null
|
|
29881
|
+
}
|
|
29937
29882
|
}
|
|
29938
29883
|
},
|
|
29939
29884
|
{
|
|
@@ -29950,16 +29895,207 @@
|
|
|
29950
29895
|
},
|
|
29951
29896
|
{
|
|
29952
29897
|
"defaultValue": null,
|
|
29953
|
-
"description": "Filter date range start",
|
|
29898
|
+
"description": "Filter date range start, optional only if runId is specified",
|
|
29954
29899
|
"name": "fromDate",
|
|
29955
29900
|
"type": {
|
|
29956
|
-
"kind": "
|
|
29957
|
-
"name":
|
|
29958
|
-
"ofType":
|
|
29959
|
-
|
|
29960
|
-
|
|
29961
|
-
|
|
29962
|
-
|
|
29901
|
+
"kind": "SCALAR",
|
|
29902
|
+
"name": "DateTime",
|
|
29903
|
+
"ofType": null
|
|
29904
|
+
}
|
|
29905
|
+
},
|
|
29906
|
+
{
|
|
29907
|
+
"defaultValue": null,
|
|
29908
|
+
"description": "Filter date range end",
|
|
29909
|
+
"name": "toDate",
|
|
29910
|
+
"type": {
|
|
29911
|
+
"kind": "SCALAR",
|
|
29912
|
+
"name": "DateTime",
|
|
29913
|
+
"ofType": null
|
|
29914
|
+
}
|
|
29915
|
+
},
|
|
29916
|
+
{
|
|
29917
|
+
"defaultValue": null,
|
|
29918
|
+
"description": "Filter by success or failure",
|
|
29919
|
+
"name": "success",
|
|
29920
|
+
"type": {
|
|
29921
|
+
"kind": "SCALAR",
|
|
29922
|
+
"name": "Boolean",
|
|
29923
|
+
"ofType": null
|
|
29924
|
+
}
|
|
29925
|
+
},
|
|
29926
|
+
{
|
|
29927
|
+
"defaultValue": null,
|
|
29928
|
+
"description": "Filter by state",
|
|
29929
|
+
"name": "state",
|
|
29930
|
+
"type": {
|
|
29931
|
+
"kind": "SCALAR",
|
|
29932
|
+
"name": "String",
|
|
29933
|
+
"ofType": null
|
|
29934
|
+
}
|
|
29935
|
+
},
|
|
29936
|
+
{
|
|
29937
|
+
"defaultValue": null,
|
|
29938
|
+
"description": "Deprecated, use jobMcon. Filter by DAG ID",
|
|
29939
|
+
"name": "dagId",
|
|
29940
|
+
"type": {
|
|
29941
|
+
"kind": "SCALAR",
|
|
29942
|
+
"name": "String",
|
|
29943
|
+
"ofType": null
|
|
29944
|
+
}
|
|
29945
|
+
},
|
|
29946
|
+
{
|
|
29947
|
+
"defaultValue": null,
|
|
29948
|
+
"description": "Deprecated, use taskMcon. Filter by Task ID",
|
|
29949
|
+
"name": "taskId",
|
|
29950
|
+
"type": {
|
|
29951
|
+
"kind": "SCALAR",
|
|
29952
|
+
"name": "String",
|
|
29953
|
+
"ofType": null
|
|
29954
|
+
}
|
|
29955
|
+
},
|
|
29956
|
+
{
|
|
29957
|
+
"defaultValue": null,
|
|
29958
|
+
"description": "Deprecated, use tableMcons. Filter by list of table MCONs",
|
|
29959
|
+
"name": "mcons",
|
|
29960
|
+
"type": {
|
|
29961
|
+
"kind": "LIST",
|
|
29962
|
+
"name": null,
|
|
29963
|
+
"ofType": {
|
|
29964
|
+
"kind": "SCALAR",
|
|
29965
|
+
"name": "String",
|
|
29966
|
+
"ofType": null
|
|
29967
|
+
}
|
|
29968
|
+
}
|
|
29969
|
+
},
|
|
29970
|
+
{
|
|
29971
|
+
"defaultValue": null,
|
|
29972
|
+
"description": "Filter by Job MCON",
|
|
29973
|
+
"name": "jobMcon",
|
|
29974
|
+
"type": {
|
|
29975
|
+
"kind": "SCALAR",
|
|
29976
|
+
"name": "String",
|
|
29977
|
+
"ofType": null
|
|
29978
|
+
}
|
|
29979
|
+
},
|
|
29980
|
+
{
|
|
29981
|
+
"defaultValue": null,
|
|
29982
|
+
"description": "Filter by Task MCON",
|
|
29983
|
+
"name": "taskMcon",
|
|
29984
|
+
"type": {
|
|
29985
|
+
"kind": "SCALAR",
|
|
29986
|
+
"name": "String",
|
|
29987
|
+
"ofType": null
|
|
29988
|
+
}
|
|
29989
|
+
},
|
|
29990
|
+
{
|
|
29991
|
+
"defaultValue": null,
|
|
29992
|
+
"description": "Filter by list of table MCONs",
|
|
29993
|
+
"name": "tableMcons",
|
|
29994
|
+
"type": {
|
|
29995
|
+
"kind": "LIST",
|
|
29996
|
+
"name": null,
|
|
29997
|
+
"ofType": {
|
|
29998
|
+
"kind": "SCALAR",
|
|
29999
|
+
"name": "String",
|
|
30000
|
+
"ofType": null
|
|
30001
|
+
}
|
|
30002
|
+
}
|
|
30003
|
+
},
|
|
30004
|
+
{
|
|
30005
|
+
"defaultValue": null,
|
|
30006
|
+
"description": "Filter by Run ID",
|
|
30007
|
+
"name": "runId",
|
|
30008
|
+
"type": {
|
|
30009
|
+
"kind": "SCALAR",
|
|
30010
|
+
"name": "String",
|
|
30011
|
+
"ofType": null
|
|
30012
|
+
}
|
|
30013
|
+
},
|
|
30014
|
+
{
|
|
30015
|
+
"defaultValue": null,
|
|
30016
|
+
"description": null,
|
|
30017
|
+
"name": "offset",
|
|
30018
|
+
"type": {
|
|
30019
|
+
"kind": "SCALAR",
|
|
30020
|
+
"name": "Int",
|
|
30021
|
+
"ofType": null
|
|
30022
|
+
}
|
|
30023
|
+
},
|
|
30024
|
+
{
|
|
30025
|
+
"defaultValue": null,
|
|
30026
|
+
"description": null,
|
|
30027
|
+
"name": "before",
|
|
30028
|
+
"type": {
|
|
30029
|
+
"kind": "SCALAR",
|
|
30030
|
+
"name": "String",
|
|
30031
|
+
"ofType": null
|
|
30032
|
+
}
|
|
30033
|
+
},
|
|
30034
|
+
{
|
|
30035
|
+
"defaultValue": null,
|
|
30036
|
+
"description": null,
|
|
30037
|
+
"name": "after",
|
|
30038
|
+
"type": {
|
|
30039
|
+
"kind": "SCALAR",
|
|
30040
|
+
"name": "String",
|
|
30041
|
+
"ofType": null
|
|
30042
|
+
}
|
|
30043
|
+
},
|
|
30044
|
+
{
|
|
30045
|
+
"defaultValue": null,
|
|
30046
|
+
"description": null,
|
|
30047
|
+
"name": "first",
|
|
30048
|
+
"type": {
|
|
30049
|
+
"kind": "SCALAR",
|
|
30050
|
+
"name": "Int",
|
|
30051
|
+
"ofType": null
|
|
30052
|
+
}
|
|
30053
|
+
},
|
|
30054
|
+
{
|
|
30055
|
+
"defaultValue": null,
|
|
30056
|
+
"description": null,
|
|
30057
|
+
"name": "last",
|
|
30058
|
+
"type": {
|
|
30059
|
+
"kind": "SCALAR",
|
|
30060
|
+
"name": "Int",
|
|
30061
|
+
"ofType": null
|
|
30062
|
+
}
|
|
30063
|
+
}
|
|
30064
|
+
],
|
|
30065
|
+
"deprecationReason": null,
|
|
30066
|
+
"description": "Get Airflow Task runs",
|
|
30067
|
+
"isDeprecated": false,
|
|
30068
|
+
"name": "getAirflowTaskResults",
|
|
30069
|
+
"type": {
|
|
30070
|
+
"kind": "OBJECT",
|
|
30071
|
+
"name": "AirflowTaskRunConnection",
|
|
30072
|
+
"ofType": null
|
|
30073
|
+
}
|
|
30074
|
+
},
|
|
30075
|
+
{
|
|
30076
|
+
"args": [
|
|
30077
|
+
{
|
|
30078
|
+
"defaultValue": null,
|
|
30079
|
+
"description": "Filter by ETL container",
|
|
30080
|
+
"name": "resourceName",
|
|
30081
|
+
"type": {
|
|
30082
|
+
"kind": "SCALAR",
|
|
30083
|
+
"name": "String",
|
|
30084
|
+
"ofType": null
|
|
30085
|
+
}
|
|
30086
|
+
},
|
|
30087
|
+
{
|
|
30088
|
+
"defaultValue": null,
|
|
30089
|
+
"description": "Filter date range start",
|
|
30090
|
+
"name": "fromDate",
|
|
30091
|
+
"type": {
|
|
30092
|
+
"kind": "NON_NULL",
|
|
30093
|
+
"name": null,
|
|
30094
|
+
"ofType": {
|
|
30095
|
+
"kind": "SCALAR",
|
|
30096
|
+
"name": "DateTime",
|
|
30097
|
+
"ofType": null
|
|
30098
|
+
}
|
|
29963
30099
|
}
|
|
29964
30100
|
},
|
|
29965
30101
|
{
|
|
@@ -30320,6 +30456,33 @@
|
|
|
30320
30456
|
}
|
|
30321
30457
|
}
|
|
30322
30458
|
},
|
|
30459
|
+
{
|
|
30460
|
+
"args": [
|
|
30461
|
+
{
|
|
30462
|
+
"defaultValue": null,
|
|
30463
|
+
"description": "Type of AI agent to retrieve configuration for",
|
|
30464
|
+
"name": "agentType",
|
|
30465
|
+
"type": {
|
|
30466
|
+
"kind": "NON_NULL",
|
|
30467
|
+
"name": null,
|
|
30468
|
+
"ofType": {
|
|
30469
|
+
"kind": "ENUM",
|
|
30470
|
+
"name": "AiAgentType",
|
|
30471
|
+
"ofType": null
|
|
30472
|
+
}
|
|
30473
|
+
}
|
|
30474
|
+
}
|
|
30475
|
+
],
|
|
30476
|
+
"deprecationReason": null,
|
|
30477
|
+
"description": "(experimental) Get AI agent configuration for the account",
|
|
30478
|
+
"isDeprecated": false,
|
|
30479
|
+
"name": "getAiAgentConfig",
|
|
30480
|
+
"type": {
|
|
30481
|
+
"kind": "OBJECT",
|
|
30482
|
+
"name": "AiAgent",
|
|
30483
|
+
"ofType": null
|
|
30484
|
+
}
|
|
30485
|
+
},
|
|
30323
30486
|
{
|
|
30324
30487
|
"args": [
|
|
30325
30488
|
{
|
|
@@ -49684,6 +49847,18 @@
|
|
|
49684
49847
|
}
|
|
49685
49848
|
}
|
|
49686
49849
|
}
|
|
49850
|
+
},
|
|
49851
|
+
{
|
|
49852
|
+
"args": [],
|
|
49853
|
+
"deprecationReason": null,
|
|
49854
|
+
"description": "Number of table monitors covering this table (eventually consistent)",
|
|
49855
|
+
"isDeprecated": false,
|
|
49856
|
+
"name": "tableMonitorCount",
|
|
49857
|
+
"type": {
|
|
49858
|
+
"kind": "SCALAR",
|
|
49859
|
+
"name": "Int",
|
|
49860
|
+
"ofType": null
|
|
49861
|
+
}
|
|
49687
49862
|
}
|
|
49688
49863
|
],
|
|
49689
49864
|
"inputFields": null,
|
|
@@ -115507,7 +115682,242 @@
|
|
|
115507
115682
|
"name": null,
|
|
115508
115683
|
"ofType": {
|
|
115509
115684
|
"kind": "OBJECT",
|
|
115510
|
-
"name": "JobExecutionHistoryLogEdge",
|
|
115685
|
+
"name": "JobExecutionHistoryLogEdge",
|
|
115686
|
+
"ofType": null
|
|
115687
|
+
}
|
|
115688
|
+
}
|
|
115689
|
+
}
|
|
115690
|
+
}
|
|
115691
|
+
],
|
|
115692
|
+
"inputFields": null,
|
|
115693
|
+
"interfaces": [],
|
|
115694
|
+
"kind": "OBJECT",
|
|
115695
|
+
"name": "JobExecutionHistoryLogConnection",
|
|
115696
|
+
"possibleTypes": null
|
|
115697
|
+
},
|
|
115698
|
+
{
|
|
115699
|
+
"description": "A Relay edge containing a `JobExecutionHistoryLog` and its cursor.",
|
|
115700
|
+
"enumValues": null,
|
|
115701
|
+
"fields": [
|
|
115702
|
+
{
|
|
115703
|
+
"args": [],
|
|
115704
|
+
"deprecationReason": null,
|
|
115705
|
+
"description": "The item at the end of the edge",
|
|
115706
|
+
"isDeprecated": false,
|
|
115707
|
+
"name": "node",
|
|
115708
|
+
"type": {
|
|
115709
|
+
"kind": "OBJECT",
|
|
115710
|
+
"name": "JobExecutionHistoryLog",
|
|
115711
|
+
"ofType": null
|
|
115712
|
+
}
|
|
115713
|
+
},
|
|
115714
|
+
{
|
|
115715
|
+
"args": [],
|
|
115716
|
+
"deprecationReason": null,
|
|
115717
|
+
"description": "A cursor for use in pagination",
|
|
115718
|
+
"isDeprecated": false,
|
|
115719
|
+
"name": "cursor",
|
|
115720
|
+
"type": {
|
|
115721
|
+
"kind": "NON_NULL",
|
|
115722
|
+
"name": null,
|
|
115723
|
+
"ofType": {
|
|
115724
|
+
"kind": "SCALAR",
|
|
115725
|
+
"name": "String",
|
|
115726
|
+
"ofType": null
|
|
115727
|
+
}
|
|
115728
|
+
}
|
|
115729
|
+
}
|
|
115730
|
+
],
|
|
115731
|
+
"inputFields": null,
|
|
115732
|
+
"interfaces": [],
|
|
115733
|
+
"kind": "OBJECT",
|
|
115734
|
+
"name": "JobExecutionHistoryLogEdge",
|
|
115735
|
+
"possibleTypes": null
|
|
115736
|
+
},
|
|
115737
|
+
{
|
|
115738
|
+
"description": "Coverage information for a table monitor",
|
|
115739
|
+
"enumValues": null,
|
|
115740
|
+
"fields": [
|
|
115741
|
+
{
|
|
115742
|
+
"args": [
|
|
115743
|
+
{
|
|
115744
|
+
"defaultValue": null,
|
|
115745
|
+
"description": null,
|
|
115746
|
+
"name": "before",
|
|
115747
|
+
"type": {
|
|
115748
|
+
"kind": "SCALAR",
|
|
115749
|
+
"name": "String",
|
|
115750
|
+
"ofType": null
|
|
115751
|
+
}
|
|
115752
|
+
},
|
|
115753
|
+
{
|
|
115754
|
+
"defaultValue": null,
|
|
115755
|
+
"description": null,
|
|
115756
|
+
"name": "after",
|
|
115757
|
+
"type": {
|
|
115758
|
+
"kind": "SCALAR",
|
|
115759
|
+
"name": "String",
|
|
115760
|
+
"ofType": null
|
|
115761
|
+
}
|
|
115762
|
+
},
|
|
115763
|
+
{
|
|
115764
|
+
"defaultValue": null,
|
|
115765
|
+
"description": null,
|
|
115766
|
+
"name": "first",
|
|
115767
|
+
"type": {
|
|
115768
|
+
"kind": "SCALAR",
|
|
115769
|
+
"name": "Int",
|
|
115770
|
+
"ofType": null
|
|
115771
|
+
}
|
|
115772
|
+
},
|
|
115773
|
+
{
|
|
115774
|
+
"defaultValue": null,
|
|
115775
|
+
"description": null,
|
|
115776
|
+
"name": "last",
|
|
115777
|
+
"type": {
|
|
115778
|
+
"kind": "SCALAR",
|
|
115779
|
+
"name": "Int",
|
|
115780
|
+
"ofType": null
|
|
115781
|
+
}
|
|
115782
|
+
}
|
|
115783
|
+
],
|
|
115784
|
+
"deprecationReason": null,
|
|
115785
|
+
"description": "Paginated list of tables that are only covered by this monitor and would become unmonitored if this monitor is deleted",
|
|
115786
|
+
"isDeprecated": false,
|
|
115787
|
+
"name": "tablesAtRisk",
|
|
115788
|
+
"type": {
|
|
115789
|
+
"kind": "OBJECT",
|
|
115790
|
+
"name": "WarehouseTableConnection",
|
|
115791
|
+
"ofType": null
|
|
115792
|
+
}
|
|
115793
|
+
},
|
|
115794
|
+
{
|
|
115795
|
+
"args": [],
|
|
115796
|
+
"deprecationReason": null,
|
|
115797
|
+
"description": "Number of tables that will become unmonitored if this monitor is deleted (tables only covered by this monitor)",
|
|
115798
|
+
"isDeprecated": false,
|
|
115799
|
+
"name": "tablesAtRiskCount",
|
|
115800
|
+
"type": {
|
|
115801
|
+
"kind": "NON_NULL",
|
|
115802
|
+
"name": null,
|
|
115803
|
+
"ofType": {
|
|
115804
|
+
"kind": "SCALAR",
|
|
115805
|
+
"name": "Int",
|
|
115806
|
+
"ofType": null
|
|
115807
|
+
}
|
|
115808
|
+
}
|
|
115809
|
+
},
|
|
115810
|
+
{
|
|
115811
|
+
"args": [
|
|
115812
|
+
{
|
|
115813
|
+
"defaultValue": null,
|
|
115814
|
+
"description": null,
|
|
115815
|
+
"name": "before",
|
|
115816
|
+
"type": {
|
|
115817
|
+
"kind": "SCALAR",
|
|
115818
|
+
"name": "String",
|
|
115819
|
+
"ofType": null
|
|
115820
|
+
}
|
|
115821
|
+
},
|
|
115822
|
+
{
|
|
115823
|
+
"defaultValue": null,
|
|
115824
|
+
"description": null,
|
|
115825
|
+
"name": "after",
|
|
115826
|
+
"type": {
|
|
115827
|
+
"kind": "SCALAR",
|
|
115828
|
+
"name": "String",
|
|
115829
|
+
"ofType": null
|
|
115830
|
+
}
|
|
115831
|
+
},
|
|
115832
|
+
{
|
|
115833
|
+
"defaultValue": null,
|
|
115834
|
+
"description": null,
|
|
115835
|
+
"name": "first",
|
|
115836
|
+
"type": {
|
|
115837
|
+
"kind": "SCALAR",
|
|
115838
|
+
"name": "Int",
|
|
115839
|
+
"ofType": null
|
|
115840
|
+
}
|
|
115841
|
+
},
|
|
115842
|
+
{
|
|
115843
|
+
"defaultValue": null,
|
|
115844
|
+
"description": null,
|
|
115845
|
+
"name": "last",
|
|
115846
|
+
"type": {
|
|
115847
|
+
"kind": "SCALAR",
|
|
115848
|
+
"name": "Int",
|
|
115849
|
+
"ofType": null
|
|
115850
|
+
}
|
|
115851
|
+
}
|
|
115852
|
+
],
|
|
115853
|
+
"deprecationReason": null,
|
|
115854
|
+
"description": "Paginated list of monitors that cover tables which are only covered by this monitor. These monitors are at risk of covering unmonitored tables if this monitor is deleted. Sorted by creation date descending.",
|
|
115855
|
+
"isDeprecated": false,
|
|
115856
|
+
"name": "nonTableMonitorsAtRisk",
|
|
115857
|
+
"type": {
|
|
115858
|
+
"kind": "OBJECT",
|
|
115859
|
+
"name": "MonitorAtRiskConnection",
|
|
115860
|
+
"ofType": null
|
|
115861
|
+
}
|
|
115862
|
+
},
|
|
115863
|
+
{
|
|
115864
|
+
"args": [],
|
|
115865
|
+
"deprecationReason": null,
|
|
115866
|
+
"description": "Number of non-table monitors that cover tables which are only covered by this monitor (monitors at risk of covering unmonitored tables if this monitor is deleted)",
|
|
115867
|
+
"isDeprecated": false,
|
|
115868
|
+
"name": "nonTableMonitorsAtRiskCount",
|
|
115869
|
+
"type": {
|
|
115870
|
+
"kind": "NON_NULL",
|
|
115871
|
+
"name": null,
|
|
115872
|
+
"ofType": {
|
|
115873
|
+
"kind": "SCALAR",
|
|
115874
|
+
"name": "Int",
|
|
115875
|
+
"ofType": null
|
|
115876
|
+
}
|
|
115877
|
+
}
|
|
115878
|
+
}
|
|
115879
|
+
],
|
|
115880
|
+
"inputFields": null,
|
|
115881
|
+
"interfaces": [],
|
|
115882
|
+
"kind": "OBJECT",
|
|
115883
|
+
"name": "TableMonitorCoverage",
|
|
115884
|
+
"possibleTypes": null
|
|
115885
|
+
},
|
|
115886
|
+
{
|
|
115887
|
+
"description": "Relay connection for monitors at risk",
|
|
115888
|
+
"enumValues": null,
|
|
115889
|
+
"fields": [
|
|
115890
|
+
{
|
|
115891
|
+
"args": [],
|
|
115892
|
+
"deprecationReason": null,
|
|
115893
|
+
"description": "Pagination data for this connection.",
|
|
115894
|
+
"isDeprecated": false,
|
|
115895
|
+
"name": "pageInfo",
|
|
115896
|
+
"type": {
|
|
115897
|
+
"kind": "NON_NULL",
|
|
115898
|
+
"name": null,
|
|
115899
|
+
"ofType": {
|
|
115900
|
+
"kind": "OBJECT",
|
|
115901
|
+
"name": "PageInfo",
|
|
115902
|
+
"ofType": null
|
|
115903
|
+
}
|
|
115904
|
+
}
|
|
115905
|
+
},
|
|
115906
|
+
{
|
|
115907
|
+
"args": [],
|
|
115908
|
+
"deprecationReason": null,
|
|
115909
|
+
"description": "Contains the nodes in this connection.",
|
|
115910
|
+
"isDeprecated": false,
|
|
115911
|
+
"name": "edges",
|
|
115912
|
+
"type": {
|
|
115913
|
+
"kind": "NON_NULL",
|
|
115914
|
+
"name": null,
|
|
115915
|
+
"ofType": {
|
|
115916
|
+
"kind": "LIST",
|
|
115917
|
+
"name": null,
|
|
115918
|
+
"ofType": {
|
|
115919
|
+
"kind": "OBJECT",
|
|
115920
|
+
"name": "MonitorAtRiskEdge",
|
|
115511
115921
|
"ofType": null
|
|
115512
115922
|
}
|
|
115513
115923
|
}
|
|
@@ -115517,11 +115927,11 @@
|
|
|
115517
115927
|
"inputFields": null,
|
|
115518
115928
|
"interfaces": [],
|
|
115519
115929
|
"kind": "OBJECT",
|
|
115520
|
-
"name": "
|
|
115930
|
+
"name": "MonitorAtRiskConnection",
|
|
115521
115931
|
"possibleTypes": null
|
|
115522
115932
|
},
|
|
115523
115933
|
{
|
|
115524
|
-
"description": "A Relay edge containing a `
|
|
115934
|
+
"description": "A Relay edge containing a `MonitorAtRisk` and its cursor.",
|
|
115525
115935
|
"enumValues": null,
|
|
115526
115936
|
"fields": [
|
|
115527
115937
|
{
|
|
@@ -115532,7 +115942,7 @@
|
|
|
115532
115942
|
"name": "node",
|
|
115533
115943
|
"type": {
|
|
115534
115944
|
"kind": "OBJECT",
|
|
115535
|
-
"name": "
|
|
115945
|
+
"name": "MonitorAtRisk",
|
|
115536
115946
|
"ofType": null
|
|
115537
115947
|
}
|
|
115538
115948
|
},
|
|
@@ -115556,7 +115966,94 @@
|
|
|
115556
115966
|
"inputFields": null,
|
|
115557
115967
|
"interfaces": [],
|
|
115558
115968
|
"kind": "OBJECT",
|
|
115559
|
-
"name": "
|
|
115969
|
+
"name": "MonitorAtRiskEdge",
|
|
115970
|
+
"possibleTypes": null
|
|
115971
|
+
},
|
|
115972
|
+
{
|
|
115973
|
+
"description": "Monitor that could be affected if this table monitor is deleted",
|
|
115974
|
+
"enumValues": null,
|
|
115975
|
+
"fields": [
|
|
115976
|
+
{
|
|
115977
|
+
"args": [],
|
|
115978
|
+
"deprecationReason": null,
|
|
115979
|
+
"description": "Monitor UUID",
|
|
115980
|
+
"isDeprecated": false,
|
|
115981
|
+
"name": "uuid",
|
|
115982
|
+
"type": {
|
|
115983
|
+
"kind": "NON_NULL",
|
|
115984
|
+
"name": null,
|
|
115985
|
+
"ofType": {
|
|
115986
|
+
"kind": "SCALAR",
|
|
115987
|
+
"name": "UUID",
|
|
115988
|
+
"ofType": null
|
|
115989
|
+
}
|
|
115990
|
+
}
|
|
115991
|
+
},
|
|
115992
|
+
{
|
|
115993
|
+
"args": [],
|
|
115994
|
+
"deprecationReason": null,
|
|
115995
|
+
"description": "Monitor description",
|
|
115996
|
+
"isDeprecated": false,
|
|
115997
|
+
"name": "description",
|
|
115998
|
+
"type": {
|
|
115999
|
+
"kind": "NON_NULL",
|
|
116000
|
+
"name": null,
|
|
116001
|
+
"ofType": {
|
|
116002
|
+
"kind": "SCALAR",
|
|
116003
|
+
"name": "String",
|
|
116004
|
+
"ofType": null
|
|
116005
|
+
}
|
|
116006
|
+
}
|
|
116007
|
+
},
|
|
116008
|
+
{
|
|
116009
|
+
"args": [],
|
|
116010
|
+
"deprecationReason": null,
|
|
116011
|
+
"description": "ID of user who created the monitor",
|
|
116012
|
+
"isDeprecated": false,
|
|
116013
|
+
"name": "creator",
|
|
116014
|
+
"type": {
|
|
116015
|
+
"kind": "SCALAR",
|
|
116016
|
+
"name": "String",
|
|
116017
|
+
"ofType": null
|
|
116018
|
+
}
|
|
116019
|
+
},
|
|
116020
|
+
{
|
|
116021
|
+
"args": [],
|
|
116022
|
+
"deprecationReason": null,
|
|
116023
|
+
"description": "When the monitor was created",
|
|
116024
|
+
"isDeprecated": false,
|
|
116025
|
+
"name": "createdTime",
|
|
116026
|
+
"type": {
|
|
116027
|
+
"kind": "NON_NULL",
|
|
116028
|
+
"name": null,
|
|
116029
|
+
"ofType": {
|
|
116030
|
+
"kind": "SCALAR",
|
|
116031
|
+
"name": "DateTime",
|
|
116032
|
+
"ofType": null
|
|
116033
|
+
}
|
|
116034
|
+
}
|
|
116035
|
+
},
|
|
116036
|
+
{
|
|
116037
|
+
"args": [],
|
|
116038
|
+
"deprecationReason": null,
|
|
116039
|
+
"description": "Type of monitor",
|
|
116040
|
+
"isDeprecated": false,
|
|
116041
|
+
"name": "monitorType",
|
|
116042
|
+
"type": {
|
|
116043
|
+
"kind": "NON_NULL",
|
|
116044
|
+
"name": null,
|
|
116045
|
+
"ofType": {
|
|
116046
|
+
"kind": "ENUM",
|
|
116047
|
+
"name": "UserDefinedMonitors",
|
|
116048
|
+
"ofType": null
|
|
116049
|
+
}
|
|
116050
|
+
}
|
|
116051
|
+
}
|
|
116052
|
+
],
|
|
116053
|
+
"inputFields": null,
|
|
116054
|
+
"interfaces": [],
|
|
116055
|
+
"kind": "OBJECT",
|
|
116056
|
+
"name": "MonitorAtRisk",
|
|
115560
116057
|
"possibleTypes": null
|
|
115561
116058
|
},
|
|
115562
116059
|
{
|
|
@@ -146605,6 +147102,124 @@
|
|
|
146605
147102
|
"name": "CollibraPingResponse",
|
|
146606
147103
|
"possibleTypes": null
|
|
146607
147104
|
},
|
|
147105
|
+
{
|
|
147106
|
+
"description": "Collibra monitor note response. ",
|
|
147107
|
+
"enumValues": null,
|
|
147108
|
+
"fields": [
|
|
147109
|
+
{
|
|
147110
|
+
"args": [],
|
|
147111
|
+
"deprecationReason": null,
|
|
147112
|
+
"description": "Monitor uuid",
|
|
147113
|
+
"isDeprecated": false,
|
|
147114
|
+
"name": "monitorUuid",
|
|
147115
|
+
"type": {
|
|
147116
|
+
"kind": "NON_NULL",
|
|
147117
|
+
"name": null,
|
|
147118
|
+
"ofType": {
|
|
147119
|
+
"kind": "SCALAR",
|
|
147120
|
+
"name": "String",
|
|
147121
|
+
"ofType": null
|
|
147122
|
+
}
|
|
147123
|
+
}
|
|
147124
|
+
},
|
|
147125
|
+
{
|
|
147126
|
+
"args": [],
|
|
147127
|
+
"deprecationReason": null,
|
|
147128
|
+
"description": "Collibra note",
|
|
147129
|
+
"isDeprecated": false,
|
|
147130
|
+
"name": "collibraNote",
|
|
147131
|
+
"type": {
|
|
147132
|
+
"kind": "SCALAR",
|
|
147133
|
+
"name": "String",
|
|
147134
|
+
"ofType": null
|
|
147135
|
+
}
|
|
147136
|
+
}
|
|
147137
|
+
],
|
|
147138
|
+
"inputFields": null,
|
|
147139
|
+
"interfaces": [],
|
|
147140
|
+
"kind": "OBJECT",
|
|
147141
|
+
"name": "CollibraMonitorNoteResponse",
|
|
147142
|
+
"possibleTypes": null
|
|
147143
|
+
},
|
|
147144
|
+
{
|
|
147145
|
+
"description": "Collibra domain search response for table search name",
|
|
147146
|
+
"enumValues": null,
|
|
147147
|
+
"fields": [
|
|
147148
|
+
{
|
|
147149
|
+
"args": [],
|
|
147150
|
+
"deprecationReason": null,
|
|
147151
|
+
"description": "Collibra table asset ID",
|
|
147152
|
+
"isDeprecated": false,
|
|
147153
|
+
"name": "collibraTableAssetId",
|
|
147154
|
+
"type": {
|
|
147155
|
+
"kind": "NON_NULL",
|
|
147156
|
+
"name": null,
|
|
147157
|
+
"ofType": {
|
|
147158
|
+
"kind": "SCALAR",
|
|
147159
|
+
"name": "String",
|
|
147160
|
+
"ofType": null
|
|
147161
|
+
}
|
|
147162
|
+
}
|
|
147163
|
+
},
|
|
147164
|
+
{
|
|
147165
|
+
"args": [],
|
|
147166
|
+
"deprecationReason": null,
|
|
147167
|
+
"description": "Collibra table asset domain ID",
|
|
147168
|
+
"isDeprecated": false,
|
|
147169
|
+
"name": "collibraTableAssetDomainId",
|
|
147170
|
+
"type": {
|
|
147171
|
+
"kind": "NON_NULL",
|
|
147172
|
+
"name": null,
|
|
147173
|
+
"ofType": {
|
|
147174
|
+
"kind": "SCALAR",
|
|
147175
|
+
"name": "String",
|
|
147176
|
+
"ofType": null
|
|
147177
|
+
}
|
|
147178
|
+
}
|
|
147179
|
+
},
|
|
147180
|
+
{
|
|
147181
|
+
"args": [],
|
|
147182
|
+
"deprecationReason": null,
|
|
147183
|
+
"description": "Collibra schema asset ID",
|
|
147184
|
+
"isDeprecated": false,
|
|
147185
|
+
"name": "collibraSchemaAssetId",
|
|
147186
|
+
"type": {
|
|
147187
|
+
"kind": "SCALAR",
|
|
147188
|
+
"name": "String",
|
|
147189
|
+
"ofType": null
|
|
147190
|
+
}
|
|
147191
|
+
},
|
|
147192
|
+
{
|
|
147193
|
+
"args": [],
|
|
147194
|
+
"deprecationReason": null,
|
|
147195
|
+
"description": "Collibra database asset ID",
|
|
147196
|
+
"isDeprecated": false,
|
|
147197
|
+
"name": "collibraDatabaseAssetId",
|
|
147198
|
+
"type": {
|
|
147199
|
+
"kind": "SCALAR",
|
|
147200
|
+
"name": "String",
|
|
147201
|
+
"ofType": null
|
|
147202
|
+
}
|
|
147203
|
+
},
|
|
147204
|
+
{
|
|
147205
|
+
"args": [],
|
|
147206
|
+
"deprecationReason": null,
|
|
147207
|
+
"description": "Collibra database asset domain ID",
|
|
147208
|
+
"isDeprecated": false,
|
|
147209
|
+
"name": "collibraDatabaseAssetDomainId",
|
|
147210
|
+
"type": {
|
|
147211
|
+
"kind": "SCALAR",
|
|
147212
|
+
"name": "String",
|
|
147213
|
+
"ofType": null
|
|
147214
|
+
}
|
|
147215
|
+
}
|
|
147216
|
+
],
|
|
147217
|
+
"inputFields": null,
|
|
147218
|
+
"interfaces": [],
|
|
147219
|
+
"kind": "OBJECT",
|
|
147220
|
+
"name": "CollibraDomainSearchResponse",
|
|
147221
|
+
"possibleTypes": null
|
|
147222
|
+
},
|
|
146608
147223
|
{
|
|
146609
147224
|
"description": null,
|
|
146610
147225
|
"enumValues": null,
|
|
@@ -147139,6 +147754,94 @@
|
|
|
147139
147754
|
"name": "AirflowCapabilitiesResponse",
|
|
147140
147755
|
"possibleTypes": null
|
|
147141
147756
|
},
|
|
147757
|
+
{
|
|
147758
|
+
"description": "AI Agent configuration for an account.",
|
|
147759
|
+
"enumValues": null,
|
|
147760
|
+
"fields": [
|
|
147761
|
+
{
|
|
147762
|
+
"args": [],
|
|
147763
|
+
"deprecationReason": null,
|
|
147764
|
+
"description": "",
|
|
147765
|
+
"isDeprecated": false,
|
|
147766
|
+
"name": "createdTime",
|
|
147767
|
+
"type": {
|
|
147768
|
+
"kind": "NON_NULL",
|
|
147769
|
+
"name": null,
|
|
147770
|
+
"ofType": {
|
|
147771
|
+
"kind": "SCALAR",
|
|
147772
|
+
"name": "DateTime",
|
|
147773
|
+
"ofType": null
|
|
147774
|
+
}
|
|
147775
|
+
}
|
|
147776
|
+
},
|
|
147777
|
+
{
|
|
147778
|
+
"args": [],
|
|
147779
|
+
"deprecationReason": null,
|
|
147780
|
+
"description": "",
|
|
147781
|
+
"isDeprecated": false,
|
|
147782
|
+
"name": "updatedTime",
|
|
147783
|
+
"type": {
|
|
147784
|
+
"kind": "NON_NULL",
|
|
147785
|
+
"name": null,
|
|
147786
|
+
"ofType": {
|
|
147787
|
+
"kind": "SCALAR",
|
|
147788
|
+
"name": "DateTime",
|
|
147789
|
+
"ofType": null
|
|
147790
|
+
}
|
|
147791
|
+
}
|
|
147792
|
+
},
|
|
147793
|
+
{
|
|
147794
|
+
"args": [],
|
|
147795
|
+
"deprecationReason": null,
|
|
147796
|
+
"description": null,
|
|
147797
|
+
"isDeprecated": false,
|
|
147798
|
+
"name": "agentType",
|
|
147799
|
+
"type": {
|
|
147800
|
+
"kind": "NON_NULL",
|
|
147801
|
+
"name": null,
|
|
147802
|
+
"ofType": {
|
|
147803
|
+
"kind": "ENUM",
|
|
147804
|
+
"name": "AiAgentType",
|
|
147805
|
+
"ofType": null
|
|
147806
|
+
}
|
|
147807
|
+
}
|
|
147808
|
+
},
|
|
147809
|
+
{
|
|
147810
|
+
"args": [],
|
|
147811
|
+
"deprecationReason": null,
|
|
147812
|
+
"description": "Custom context prompt for the AI agent",
|
|
147813
|
+
"isDeprecated": false,
|
|
147814
|
+
"name": "contextPrompt",
|
|
147815
|
+
"type": {
|
|
147816
|
+
"kind": "SCALAR",
|
|
147817
|
+
"name": "String",
|
|
147818
|
+
"ofType": null
|
|
147819
|
+
}
|
|
147820
|
+
}
|
|
147821
|
+
],
|
|
147822
|
+
"inputFields": null,
|
|
147823
|
+
"interfaces": [],
|
|
147824
|
+
"kind": "OBJECT",
|
|
147825
|
+
"name": "AiAgent",
|
|
147826
|
+
"possibleTypes": null
|
|
147827
|
+
},
|
|
147828
|
+
{
|
|
147829
|
+
"description": "Types of AI agents available in the system.",
|
|
147830
|
+
"enumValues": [
|
|
147831
|
+
{
|
|
147832
|
+
"deprecationReason": null,
|
|
147833
|
+
"description": null,
|
|
147834
|
+
"isDeprecated": false,
|
|
147835
|
+
"name": "TROUBLESHOOTING"
|
|
147836
|
+
}
|
|
147837
|
+
],
|
|
147838
|
+
"fields": null,
|
|
147839
|
+
"inputFields": null,
|
|
147840
|
+
"interfaces": null,
|
|
147841
|
+
"kind": "ENUM",
|
|
147842
|
+
"name": "AiAgentType",
|
|
147843
|
+
"possibleTypes": null
|
|
147844
|
+
},
|
|
147142
147845
|
{
|
|
147143
147846
|
"description": null,
|
|
147144
147847
|
"enumValues": null,
|
|
@@ -173587,6 +174290,43 @@
|
|
|
173587
174290
|
"ofType": null
|
|
173588
174291
|
}
|
|
173589
174292
|
},
|
|
174293
|
+
{
|
|
174294
|
+
"args": [
|
|
174295
|
+
{
|
|
174296
|
+
"defaultValue": null,
|
|
174297
|
+
"description": "Type of AI agent to configure",
|
|
174298
|
+
"name": "agentType",
|
|
174299
|
+
"type": {
|
|
174300
|
+
"kind": "NON_NULL",
|
|
174301
|
+
"name": null,
|
|
174302
|
+
"ofType": {
|
|
174303
|
+
"kind": "ENUM",
|
|
174304
|
+
"name": "AiAgentType",
|
|
174305
|
+
"ofType": null
|
|
174306
|
+
}
|
|
174307
|
+
}
|
|
174308
|
+
},
|
|
174309
|
+
{
|
|
174310
|
+
"defaultValue": null,
|
|
174311
|
+
"description": "Custom context prompt for the agent. Pass null to clear.",
|
|
174312
|
+
"name": "contextPrompt",
|
|
174313
|
+
"type": {
|
|
174314
|
+
"kind": "SCALAR",
|
|
174315
|
+
"name": "String",
|
|
174316
|
+
"ofType": null
|
|
174317
|
+
}
|
|
174318
|
+
}
|
|
174319
|
+
],
|
|
174320
|
+
"deprecationReason": null,
|
|
174321
|
+
"description": "(experimental) Configure the context prompt for an AI agent",
|
|
174322
|
+
"isDeprecated": false,
|
|
174323
|
+
"name": "configureAiAgentPrompt",
|
|
174324
|
+
"type": {
|
|
174325
|
+
"kind": "OBJECT",
|
|
174326
|
+
"name": "ConfigureAiAgentPrompt",
|
|
174327
|
+
"ofType": null
|
|
174328
|
+
}
|
|
174329
|
+
},
|
|
173590
174330
|
{
|
|
173591
174331
|
"args": [
|
|
173592
174332
|
{
|
|
@@ -194394,6 +195134,45 @@
|
|
|
194394
195134
|
"name": "BulkSetEtlJobGeneratesAlerts",
|
|
194395
195135
|
"possibleTypes": null
|
|
194396
195136
|
},
|
|
195137
|
+
{
|
|
195138
|
+
"description": "Configure or update the context prompt for an AI agent type",
|
|
195139
|
+
"enumValues": null,
|
|
195140
|
+
"fields": [
|
|
195141
|
+
{
|
|
195142
|
+
"args": [],
|
|
195143
|
+
"deprecationReason": null,
|
|
195144
|
+
"description": "The configured AI agent",
|
|
195145
|
+
"isDeprecated": false,
|
|
195146
|
+
"name": "aiAgent",
|
|
195147
|
+
"type": {
|
|
195148
|
+
"kind": "OBJECT",
|
|
195149
|
+
"name": "AiAgent",
|
|
195150
|
+
"ofType": null
|
|
195151
|
+
}
|
|
195152
|
+
},
|
|
195153
|
+
{
|
|
195154
|
+
"args": [],
|
|
195155
|
+
"deprecationReason": null,
|
|
195156
|
+
"description": "Whether the operation succeeded",
|
|
195157
|
+
"isDeprecated": false,
|
|
195158
|
+
"name": "success",
|
|
195159
|
+
"type": {
|
|
195160
|
+
"kind": "NON_NULL",
|
|
195161
|
+
"name": null,
|
|
195162
|
+
"ofType": {
|
|
195163
|
+
"kind": "SCALAR",
|
|
195164
|
+
"name": "Boolean",
|
|
195165
|
+
"ofType": null
|
|
195166
|
+
}
|
|
195167
|
+
}
|
|
195168
|
+
}
|
|
195169
|
+
],
|
|
195170
|
+
"inputFields": null,
|
|
195171
|
+
"interfaces": [],
|
|
195172
|
+
"kind": "OBJECT",
|
|
195173
|
+
"name": "ConfigureAiAgentPrompt",
|
|
195174
|
+
"possibleTypes": null
|
|
195175
|
+
},
|
|
194397
195176
|
{
|
|
194398
195177
|
"description": "Create an account secret",
|
|
194399
195178
|
"enumValues": null,
|