pycarlo 0.10.108__py3-none-any.whl → 0.10.109__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 +1950 -10
- pycarlo/lib/schema.py +1081 -13
- {pycarlo-0.10.108.dist-info → pycarlo-0.10.109.dist-info}/METADATA +1 -1
- {pycarlo-0.10.108.dist-info → pycarlo-0.10.109.dist-info}/RECORD +7 -7
- {pycarlo-0.10.108.dist-info → pycarlo-0.10.109.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.108.dist-info → pycarlo-0.10.109.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.108.dist-info → pycarlo-0.10.109.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -11017,7 +11017,7 @@
|
|
|
11017
11017
|
},
|
|
11018
11018
|
{
|
|
11019
11019
|
"defaultValue": null,
|
|
11020
|
-
"description": "Filter by asset tags. Returns monitors
|
|
11020
|
+
"description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
|
|
11021
11021
|
"name": "assetTags",
|
|
11022
11022
|
"type": {
|
|
11023
11023
|
"kind": "LIST",
|
|
@@ -11033,6 +11033,24 @@
|
|
|
11033
11033
|
}
|
|
11034
11034
|
}
|
|
11035
11035
|
},
|
|
11036
|
+
{
|
|
11037
|
+
"defaultValue": null,
|
|
11038
|
+
"description": "Exclude monitors that have any linked table whose tags consist only of the provided tags. Tables with additional tags or no tags are included",
|
|
11039
|
+
"name": "excludeAssetTags",
|
|
11040
|
+
"type": {
|
|
11041
|
+
"kind": "LIST",
|
|
11042
|
+
"name": null,
|
|
11043
|
+
"ofType": {
|
|
11044
|
+
"kind": "NON_NULL",
|
|
11045
|
+
"name": null,
|
|
11046
|
+
"ofType": {
|
|
11047
|
+
"kind": "INPUT_OBJECT",
|
|
11048
|
+
"name": "TagKeyValuePairInput",
|
|
11049
|
+
"ofType": null
|
|
11050
|
+
}
|
|
11051
|
+
}
|
|
11052
|
+
}
|
|
11053
|
+
},
|
|
11036
11054
|
{
|
|
11037
11055
|
"defaultValue": null,
|
|
11038
11056
|
"description": "Filter by data quality dimensions",
|
|
@@ -11402,7 +11420,7 @@
|
|
|
11402
11420
|
},
|
|
11403
11421
|
{
|
|
11404
11422
|
"defaultValue": null,
|
|
11405
|
-
"description": "Filter by asset tags. Returns monitors
|
|
11423
|
+
"description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
|
|
11406
11424
|
"name": "assetTags",
|
|
11407
11425
|
"type": {
|
|
11408
11426
|
"kind": "LIST",
|
|
@@ -11418,6 +11436,24 @@
|
|
|
11418
11436
|
}
|
|
11419
11437
|
}
|
|
11420
11438
|
},
|
|
11439
|
+
{
|
|
11440
|
+
"defaultValue": null,
|
|
11441
|
+
"description": "Exclude monitors that have any linked table whose tags consist only of the provided tags. Tables with additional tags or no tags are included",
|
|
11442
|
+
"name": "excludeAssetTags",
|
|
11443
|
+
"type": {
|
|
11444
|
+
"kind": "LIST",
|
|
11445
|
+
"name": null,
|
|
11446
|
+
"ofType": {
|
|
11447
|
+
"kind": "NON_NULL",
|
|
11448
|
+
"name": null,
|
|
11449
|
+
"ofType": {
|
|
11450
|
+
"kind": "INPUT_OBJECT",
|
|
11451
|
+
"name": "TagKeyValuePairInput",
|
|
11452
|
+
"ofType": null
|
|
11453
|
+
}
|
|
11454
|
+
}
|
|
11455
|
+
}
|
|
11456
|
+
},
|
|
11421
11457
|
{
|
|
11422
11458
|
"defaultValue": null,
|
|
11423
11459
|
"description": "Filter by data quality dimensions",
|
|
@@ -11783,7 +11819,1635 @@
|
|
|
11783
11819
|
},
|
|
11784
11820
|
{
|
|
11785
11821
|
"defaultValue": null,
|
|
11786
|
-
"description": "Filter by asset tags. Returns monitors
|
|
11822
|
+
"description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
|
|
11823
|
+
"name": "assetTags",
|
|
11824
|
+
"type": {
|
|
11825
|
+
"kind": "LIST",
|
|
11826
|
+
"name": null,
|
|
11827
|
+
"ofType": {
|
|
11828
|
+
"kind": "NON_NULL",
|
|
11829
|
+
"name": null,
|
|
11830
|
+
"ofType": {
|
|
11831
|
+
"kind": "INPUT_OBJECT",
|
|
11832
|
+
"name": "TagKeyValuePairInput",
|
|
11833
|
+
"ofType": null
|
|
11834
|
+
}
|
|
11835
|
+
}
|
|
11836
|
+
}
|
|
11837
|
+
},
|
|
11838
|
+
{
|
|
11839
|
+
"defaultValue": null,
|
|
11840
|
+
"description": "Exclude monitors that have any linked table whose tags consist only of the provided tags. Tables with additional tags or no tags are included",
|
|
11841
|
+
"name": "excludeAssetTags",
|
|
11842
|
+
"type": {
|
|
11843
|
+
"kind": "LIST",
|
|
11844
|
+
"name": null,
|
|
11845
|
+
"ofType": {
|
|
11846
|
+
"kind": "NON_NULL",
|
|
11847
|
+
"name": null,
|
|
11848
|
+
"ofType": {
|
|
11849
|
+
"kind": "INPUT_OBJECT",
|
|
11850
|
+
"name": "TagKeyValuePairInput",
|
|
11851
|
+
"ofType": null
|
|
11852
|
+
}
|
|
11853
|
+
}
|
|
11854
|
+
}
|
|
11855
|
+
},
|
|
11856
|
+
{
|
|
11857
|
+
"defaultValue": null,
|
|
11858
|
+
"description": "Filter by data quality dimensions",
|
|
11859
|
+
"name": "dataQualityDimensions",
|
|
11860
|
+
"type": {
|
|
11861
|
+
"kind": "LIST",
|
|
11862
|
+
"name": null,
|
|
11863
|
+
"ofType": {
|
|
11864
|
+
"kind": "SCALAR",
|
|
11865
|
+
"name": "String",
|
|
11866
|
+
"ofType": null
|
|
11867
|
+
}
|
|
11868
|
+
}
|
|
11869
|
+
},
|
|
11870
|
+
{
|
|
11871
|
+
"defaultValue": null,
|
|
11872
|
+
"description": "Field and direction to order monitors by",
|
|
11873
|
+
"name": "orderBy",
|
|
11874
|
+
"type": {
|
|
11875
|
+
"kind": "SCALAR",
|
|
11876
|
+
"name": "String",
|
|
11877
|
+
"ofType": null
|
|
11878
|
+
}
|
|
11879
|
+
},
|
|
11880
|
+
{
|
|
11881
|
+
"defaultValue": null,
|
|
11882
|
+
"description": "Number of monitors to return",
|
|
11883
|
+
"name": "limit",
|
|
11884
|
+
"type": {
|
|
11885
|
+
"kind": "SCALAR",
|
|
11886
|
+
"name": "Int",
|
|
11887
|
+
"ofType": null
|
|
11888
|
+
}
|
|
11889
|
+
},
|
|
11890
|
+
{
|
|
11891
|
+
"defaultValue": null,
|
|
11892
|
+
"description": "From which monitor to return the next results",
|
|
11893
|
+
"name": "offset",
|
|
11894
|
+
"type": {
|
|
11895
|
+
"kind": "SCALAR",
|
|
11896
|
+
"name": "Int",
|
|
11897
|
+
"ofType": null
|
|
11898
|
+
}
|
|
11899
|
+
}
|
|
11900
|
+
],
|
|
11901
|
+
"deprecationReason": null,
|
|
11902
|
+
"description": "(experimental) List of monitor namespaces",
|
|
11903
|
+
"isDeprecated": false,
|
|
11904
|
+
"name": "getMonitorNamespaces",
|
|
11905
|
+
"type": {
|
|
11906
|
+
"kind": "LIST",
|
|
11907
|
+
"name": null,
|
|
11908
|
+
"ofType": {
|
|
11909
|
+
"kind": "NON_NULL",
|
|
11910
|
+
"name": null,
|
|
11911
|
+
"ofType": {
|
|
11912
|
+
"kind": "SCALAR",
|
|
11913
|
+
"name": "String",
|
|
11914
|
+
"ofType": null
|
|
11915
|
+
}
|
|
11916
|
+
}
|
|
11917
|
+
}
|
|
11918
|
+
},
|
|
11919
|
+
{
|
|
11920
|
+
"args": [
|
|
11921
|
+
{
|
|
11922
|
+
"defaultValue": null,
|
|
11923
|
+
"description": "Type of monitors to filter by, default all",
|
|
11924
|
+
"name": "monitorTypes",
|
|
11925
|
+
"type": {
|
|
11926
|
+
"kind": "LIST",
|
|
11927
|
+
"name": null,
|
|
11928
|
+
"ofType": {
|
|
11929
|
+
"kind": "ENUM",
|
|
11930
|
+
"name": "UserDefinedMonitors",
|
|
11931
|
+
"ofType": null
|
|
11932
|
+
}
|
|
11933
|
+
}
|
|
11934
|
+
},
|
|
11935
|
+
{
|
|
11936
|
+
"defaultValue": null,
|
|
11937
|
+
"description": "Type of monitor status to filter by, default all",
|
|
11938
|
+
"name": "statusTypes",
|
|
11939
|
+
"type": {
|
|
11940
|
+
"kind": "LIST",
|
|
11941
|
+
"name": null,
|
|
11942
|
+
"ofType": {
|
|
11943
|
+
"kind": "ENUM",
|
|
11944
|
+
"name": "MonitorStatusType",
|
|
11945
|
+
"ofType": null
|
|
11946
|
+
}
|
|
11947
|
+
}
|
|
11948
|
+
},
|
|
11949
|
+
{
|
|
11950
|
+
"defaultValue": null,
|
|
11951
|
+
"description": "Type of consolidated monitor status to filter by, default all",
|
|
11952
|
+
"name": "consolidatedStatusTypes",
|
|
11953
|
+
"type": {
|
|
11954
|
+
"kind": "LIST",
|
|
11955
|
+
"name": null,
|
|
11956
|
+
"ofType": {
|
|
11957
|
+
"kind": "ENUM",
|
|
11958
|
+
"name": "ConsolidatedMonitorStatusType",
|
|
11959
|
+
"ofType": null
|
|
11960
|
+
}
|
|
11961
|
+
}
|
|
11962
|
+
},
|
|
11963
|
+
{
|
|
11964
|
+
"defaultValue": null,
|
|
11965
|
+
"description": "DEPRECATED",
|
|
11966
|
+
"name": "descriptionFieldOrTable",
|
|
11967
|
+
"type": {
|
|
11968
|
+
"kind": "LIST",
|
|
11969
|
+
"name": null,
|
|
11970
|
+
"ofType": {
|
|
11971
|
+
"kind": "SCALAR",
|
|
11972
|
+
"name": "String",
|
|
11973
|
+
"ofType": null
|
|
11974
|
+
}
|
|
11975
|
+
}
|
|
11976
|
+
},
|
|
11977
|
+
{
|
|
11978
|
+
"defaultValue": null,
|
|
11979
|
+
"description": "Filter by creator using a list of user emails",
|
|
11980
|
+
"name": "createdBy",
|
|
11981
|
+
"type": {
|
|
11982
|
+
"kind": "LIST",
|
|
11983
|
+
"name": null,
|
|
11984
|
+
"ofType": {
|
|
11985
|
+
"kind": "NON_NULL",
|
|
11986
|
+
"name": null,
|
|
11987
|
+
"ofType": {
|
|
11988
|
+
"kind": "SCALAR",
|
|
11989
|
+
"name": "String",
|
|
11990
|
+
"ofType": null
|
|
11991
|
+
}
|
|
11992
|
+
}
|
|
11993
|
+
}
|
|
11994
|
+
},
|
|
11995
|
+
{
|
|
11996
|
+
"defaultValue": null,
|
|
11997
|
+
"description": "Filter by updater using a list of user emails",
|
|
11998
|
+
"name": "updatedBy",
|
|
11999
|
+
"type": {
|
|
12000
|
+
"kind": "LIST",
|
|
12001
|
+
"name": null,
|
|
12002
|
+
"ofType": {
|
|
12003
|
+
"kind": "NON_NULL",
|
|
12004
|
+
"name": null,
|
|
12005
|
+
"ofType": {
|
|
12006
|
+
"kind": "SCALAR",
|
|
12007
|
+
"name": "String",
|
|
12008
|
+
"ofType": null
|
|
12009
|
+
}
|
|
12010
|
+
}
|
|
12011
|
+
}
|
|
12012
|
+
},
|
|
12013
|
+
{
|
|
12014
|
+
"defaultValue": null,
|
|
12015
|
+
"description": "Filter by priorities. It can include null to include monitors without a priority set",
|
|
12016
|
+
"name": "priorities",
|
|
12017
|
+
"type": {
|
|
12018
|
+
"kind": "LIST",
|
|
12019
|
+
"name": null,
|
|
12020
|
+
"ofType": {
|
|
12021
|
+
"kind": "SCALAR",
|
|
12022
|
+
"name": "String",
|
|
12023
|
+
"ofType": null
|
|
12024
|
+
}
|
|
12025
|
+
}
|
|
12026
|
+
},
|
|
12027
|
+
{
|
|
12028
|
+
"defaultValue": null,
|
|
12029
|
+
"description": "Domain uuid to filter by",
|
|
12030
|
+
"name": "domainId",
|
|
12031
|
+
"type": {
|
|
12032
|
+
"kind": "SCALAR",
|
|
12033
|
+
"name": "UUID",
|
|
12034
|
+
"ofType": null
|
|
12035
|
+
}
|
|
12036
|
+
},
|
|
12037
|
+
{
|
|
12038
|
+
"defaultValue": null,
|
|
12039
|
+
"description": "List of domain uuids to filter by",
|
|
12040
|
+
"name": "domainIds",
|
|
12041
|
+
"type": {
|
|
12042
|
+
"kind": "LIST",
|
|
12043
|
+
"name": null,
|
|
12044
|
+
"ofType": {
|
|
12045
|
+
"kind": "NON_NULL",
|
|
12046
|
+
"name": null,
|
|
12047
|
+
"ofType": {
|
|
12048
|
+
"kind": "SCALAR",
|
|
12049
|
+
"name": "UUID",
|
|
12050
|
+
"ofType": null
|
|
12051
|
+
}
|
|
12052
|
+
}
|
|
12053
|
+
}
|
|
12054
|
+
},
|
|
12055
|
+
{
|
|
12056
|
+
"defaultValue": null,
|
|
12057
|
+
"description": "list of uuids of the monitors to filter by",
|
|
12058
|
+
"name": "uuids",
|
|
12059
|
+
"type": {
|
|
12060
|
+
"kind": "LIST",
|
|
12061
|
+
"name": null,
|
|
12062
|
+
"ofType": {
|
|
12063
|
+
"kind": "SCALAR",
|
|
12064
|
+
"name": "String",
|
|
12065
|
+
"ofType": null
|
|
12066
|
+
}
|
|
12067
|
+
}
|
|
12068
|
+
},
|
|
12069
|
+
{
|
|
12070
|
+
"defaultValue": null,
|
|
12071
|
+
"description": "Deprecated",
|
|
12072
|
+
"name": "createdByFilters",
|
|
12073
|
+
"type": {
|
|
12074
|
+
"kind": "INPUT_OBJECT",
|
|
12075
|
+
"name": "CreatedByFilters",
|
|
12076
|
+
"ofType": null
|
|
12077
|
+
}
|
|
12078
|
+
},
|
|
12079
|
+
{
|
|
12080
|
+
"defaultValue": null,
|
|
12081
|
+
"description": "List of labels to filter by",
|
|
12082
|
+
"name": "labels",
|
|
12083
|
+
"type": {
|
|
12084
|
+
"kind": "LIST",
|
|
12085
|
+
"name": null,
|
|
12086
|
+
"ofType": {
|
|
12087
|
+
"kind": "SCALAR",
|
|
12088
|
+
"name": "String",
|
|
12089
|
+
"ofType": null
|
|
12090
|
+
}
|
|
12091
|
+
}
|
|
12092
|
+
},
|
|
12093
|
+
{
|
|
12094
|
+
"defaultValue": null,
|
|
12095
|
+
"description": "Search criteria for filtering the monitors list",
|
|
12096
|
+
"name": "search",
|
|
12097
|
+
"type": {
|
|
12098
|
+
"kind": "LIST",
|
|
12099
|
+
"name": null,
|
|
12100
|
+
"ofType": {
|
|
12101
|
+
"kind": "SCALAR",
|
|
12102
|
+
"name": "String",
|
|
12103
|
+
"ofType": null
|
|
12104
|
+
}
|
|
12105
|
+
}
|
|
12106
|
+
},
|
|
12107
|
+
{
|
|
12108
|
+
"defaultValue": null,
|
|
12109
|
+
"description": "Which fields to include during search",
|
|
12110
|
+
"name": "searchFields",
|
|
12111
|
+
"type": {
|
|
12112
|
+
"kind": "LIST",
|
|
12113
|
+
"name": null,
|
|
12114
|
+
"ofType": {
|
|
12115
|
+
"kind": "ENUM",
|
|
12116
|
+
"name": "UserDefinedMonitorSearchFields",
|
|
12117
|
+
"ofType": null
|
|
12118
|
+
}
|
|
12119
|
+
}
|
|
12120
|
+
},
|
|
12121
|
+
{
|
|
12122
|
+
"defaultValue": null,
|
|
12123
|
+
"description": "filter by namespaces",
|
|
12124
|
+
"name": "namespaces",
|
|
12125
|
+
"type": {
|
|
12126
|
+
"kind": "LIST",
|
|
12127
|
+
"name": null,
|
|
12128
|
+
"ofType": {
|
|
12129
|
+
"kind": "SCALAR",
|
|
12130
|
+
"name": "String",
|
|
12131
|
+
"ofType": null
|
|
12132
|
+
}
|
|
12133
|
+
}
|
|
12134
|
+
},
|
|
12135
|
+
{
|
|
12136
|
+
"defaultValue": null,
|
|
12137
|
+
"description": "Filter monitors created by code",
|
|
12138
|
+
"name": "isTemplateManaged",
|
|
12139
|
+
"type": {
|
|
12140
|
+
"kind": "SCALAR",
|
|
12141
|
+
"name": "Boolean",
|
|
12142
|
+
"ofType": null
|
|
12143
|
+
}
|
|
12144
|
+
},
|
|
12145
|
+
{
|
|
12146
|
+
"defaultValue": "false",
|
|
12147
|
+
"description": "Filter monitors which replace a default ootb detector",
|
|
12148
|
+
"name": "isOotbReplacement",
|
|
12149
|
+
"type": {
|
|
12150
|
+
"kind": "SCALAR",
|
|
12151
|
+
"name": "Boolean",
|
|
12152
|
+
"ofType": null
|
|
12153
|
+
}
|
|
12154
|
+
},
|
|
12155
|
+
{
|
|
12156
|
+
"defaultValue": "false",
|
|
12157
|
+
"description": "If set to true, OOTB monitors will be returned. They will be the first few monitors in the first page of the results",
|
|
12158
|
+
"name": "includeOotbMonitors",
|
|
12159
|
+
"type": {
|
|
12160
|
+
"kind": "SCALAR",
|
|
12161
|
+
"name": "Boolean",
|
|
12162
|
+
"ofType": null
|
|
12163
|
+
}
|
|
12164
|
+
},
|
|
12165
|
+
{
|
|
12166
|
+
"defaultValue": "false",
|
|
12167
|
+
"description": "If set to true and is_ootb_replacement is not specified or false, ootb_replacement monitors will be included in result",
|
|
12168
|
+
"name": "includeOotbReplacement",
|
|
12169
|
+
"type": {
|
|
12170
|
+
"kind": "SCALAR",
|
|
12171
|
+
"name": "Boolean",
|
|
12172
|
+
"ofType": null
|
|
12173
|
+
}
|
|
12174
|
+
},
|
|
12175
|
+
{
|
|
12176
|
+
"defaultValue": null,
|
|
12177
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
12178
|
+
"name": "mcons",
|
|
12179
|
+
"type": {
|
|
12180
|
+
"kind": "LIST",
|
|
12181
|
+
"name": null,
|
|
12182
|
+
"ofType": {
|
|
12183
|
+
"kind": "SCALAR",
|
|
12184
|
+
"name": "String",
|
|
12185
|
+
"ofType": null
|
|
12186
|
+
}
|
|
12187
|
+
}
|
|
12188
|
+
},
|
|
12189
|
+
{
|
|
12190
|
+
"defaultValue": null,
|
|
12191
|
+
"description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
|
|
12192
|
+
"name": "excludeMcons",
|
|
12193
|
+
"type": {
|
|
12194
|
+
"kind": "LIST",
|
|
12195
|
+
"name": null,
|
|
12196
|
+
"ofType": {
|
|
12197
|
+
"kind": "SCALAR",
|
|
12198
|
+
"name": "String",
|
|
12199
|
+
"ofType": null
|
|
12200
|
+
}
|
|
12201
|
+
}
|
|
12202
|
+
},
|
|
12203
|
+
{
|
|
12204
|
+
"defaultValue": null,
|
|
12205
|
+
"description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
|
|
12206
|
+
"name": "alertedOnly",
|
|
12207
|
+
"type": {
|
|
12208
|
+
"kind": "SCALAR",
|
|
12209
|
+
"name": "Boolean",
|
|
12210
|
+
"ofType": null
|
|
12211
|
+
}
|
|
12212
|
+
},
|
|
12213
|
+
{
|
|
12214
|
+
"defaultValue": null,
|
|
12215
|
+
"description": "Filter by monitor tags. It can include null to include monitors without tags",
|
|
12216
|
+
"name": "tags",
|
|
12217
|
+
"type": {
|
|
12218
|
+
"kind": "LIST",
|
|
12219
|
+
"name": null,
|
|
12220
|
+
"ofType": {
|
|
12221
|
+
"kind": "INPUT_OBJECT",
|
|
12222
|
+
"name": "TagKeyValuePairInput",
|
|
12223
|
+
"ofType": null
|
|
12224
|
+
}
|
|
12225
|
+
}
|
|
12226
|
+
},
|
|
12227
|
+
{
|
|
12228
|
+
"defaultValue": null,
|
|
12229
|
+
"description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
|
|
12230
|
+
"name": "assetTags",
|
|
12231
|
+
"type": {
|
|
12232
|
+
"kind": "LIST",
|
|
12233
|
+
"name": null,
|
|
12234
|
+
"ofType": {
|
|
12235
|
+
"kind": "NON_NULL",
|
|
12236
|
+
"name": null,
|
|
12237
|
+
"ofType": {
|
|
12238
|
+
"kind": "INPUT_OBJECT",
|
|
12239
|
+
"name": "TagKeyValuePairInput",
|
|
12240
|
+
"ofType": null
|
|
12241
|
+
}
|
|
12242
|
+
}
|
|
12243
|
+
}
|
|
12244
|
+
},
|
|
12245
|
+
{
|
|
12246
|
+
"defaultValue": null,
|
|
12247
|
+
"description": "Exclude monitors that have any linked table whose tags consist only of the provided tags. Tables with additional tags or no tags are included",
|
|
12248
|
+
"name": "excludeAssetTags",
|
|
12249
|
+
"type": {
|
|
12250
|
+
"kind": "LIST",
|
|
12251
|
+
"name": null,
|
|
12252
|
+
"ofType": {
|
|
12253
|
+
"kind": "NON_NULL",
|
|
12254
|
+
"name": null,
|
|
12255
|
+
"ofType": {
|
|
12256
|
+
"kind": "INPUT_OBJECT",
|
|
12257
|
+
"name": "TagKeyValuePairInput",
|
|
12258
|
+
"ofType": null
|
|
12259
|
+
}
|
|
12260
|
+
}
|
|
12261
|
+
}
|
|
12262
|
+
},
|
|
12263
|
+
{
|
|
12264
|
+
"defaultValue": null,
|
|
12265
|
+
"description": "Filter by data quality dimensions",
|
|
12266
|
+
"name": "dataQualityDimensions",
|
|
12267
|
+
"type": {
|
|
12268
|
+
"kind": "LIST",
|
|
12269
|
+
"name": null,
|
|
12270
|
+
"ofType": {
|
|
12271
|
+
"kind": "SCALAR",
|
|
12272
|
+
"name": "String",
|
|
12273
|
+
"ofType": null
|
|
12274
|
+
}
|
|
12275
|
+
}
|
|
12276
|
+
},
|
|
12277
|
+
{
|
|
12278
|
+
"defaultValue": null,
|
|
12279
|
+
"description": "Field and direction to order monitors by",
|
|
12280
|
+
"name": "orderBy",
|
|
12281
|
+
"type": {
|
|
12282
|
+
"kind": "SCALAR",
|
|
12283
|
+
"name": "String",
|
|
12284
|
+
"ofType": null
|
|
12285
|
+
}
|
|
12286
|
+
},
|
|
12287
|
+
{
|
|
12288
|
+
"defaultValue": null,
|
|
12289
|
+
"description": "Number of monitors to return",
|
|
12290
|
+
"name": "limit",
|
|
12291
|
+
"type": {
|
|
12292
|
+
"kind": "SCALAR",
|
|
12293
|
+
"name": "Int",
|
|
12294
|
+
"ofType": null
|
|
12295
|
+
}
|
|
12296
|
+
},
|
|
12297
|
+
{
|
|
12298
|
+
"defaultValue": null,
|
|
12299
|
+
"description": "From which monitor to return the next results",
|
|
12300
|
+
"name": "offset",
|
|
12301
|
+
"type": {
|
|
12302
|
+
"kind": "SCALAR",
|
|
12303
|
+
"name": "Int",
|
|
12304
|
+
"ofType": null
|
|
12305
|
+
}
|
|
12306
|
+
}
|
|
12307
|
+
],
|
|
12308
|
+
"deprecationReason": null,
|
|
12309
|
+
"description": "(experimental) List of monitor warehouses",
|
|
12310
|
+
"isDeprecated": false,
|
|
12311
|
+
"name": "getMonitorWarehouses",
|
|
12312
|
+
"type": {
|
|
12313
|
+
"kind": "LIST",
|
|
12314
|
+
"name": null,
|
|
12315
|
+
"ofType": {
|
|
12316
|
+
"kind": "NON_NULL",
|
|
12317
|
+
"name": null,
|
|
12318
|
+
"ofType": {
|
|
12319
|
+
"kind": "OBJECT",
|
|
12320
|
+
"name": "MonitorWarehouse",
|
|
12321
|
+
"ofType": null
|
|
12322
|
+
}
|
|
12323
|
+
}
|
|
12324
|
+
}
|
|
12325
|
+
},
|
|
12326
|
+
{
|
|
12327
|
+
"args": [
|
|
12328
|
+
{
|
|
12329
|
+
"defaultValue": null,
|
|
12330
|
+
"description": "Type of monitors to filter by, default all",
|
|
12331
|
+
"name": "monitorTypes",
|
|
12332
|
+
"type": {
|
|
12333
|
+
"kind": "LIST",
|
|
12334
|
+
"name": null,
|
|
12335
|
+
"ofType": {
|
|
12336
|
+
"kind": "ENUM",
|
|
12337
|
+
"name": "UserDefinedMonitors",
|
|
12338
|
+
"ofType": null
|
|
12339
|
+
}
|
|
12340
|
+
}
|
|
12341
|
+
},
|
|
12342
|
+
{
|
|
12343
|
+
"defaultValue": null,
|
|
12344
|
+
"description": "Type of monitor status to filter by, default all",
|
|
12345
|
+
"name": "statusTypes",
|
|
12346
|
+
"type": {
|
|
12347
|
+
"kind": "LIST",
|
|
12348
|
+
"name": null,
|
|
12349
|
+
"ofType": {
|
|
12350
|
+
"kind": "ENUM",
|
|
12351
|
+
"name": "MonitorStatusType",
|
|
12352
|
+
"ofType": null
|
|
12353
|
+
}
|
|
12354
|
+
}
|
|
12355
|
+
},
|
|
12356
|
+
{
|
|
12357
|
+
"defaultValue": null,
|
|
12358
|
+
"description": "Type of consolidated monitor status to filter by, default all",
|
|
12359
|
+
"name": "consolidatedStatusTypes",
|
|
12360
|
+
"type": {
|
|
12361
|
+
"kind": "LIST",
|
|
12362
|
+
"name": null,
|
|
12363
|
+
"ofType": {
|
|
12364
|
+
"kind": "ENUM",
|
|
12365
|
+
"name": "ConsolidatedMonitorStatusType",
|
|
12366
|
+
"ofType": null
|
|
12367
|
+
}
|
|
12368
|
+
}
|
|
12369
|
+
},
|
|
12370
|
+
{
|
|
12371
|
+
"defaultValue": null,
|
|
12372
|
+
"description": "DEPRECATED",
|
|
12373
|
+
"name": "descriptionFieldOrTable",
|
|
12374
|
+
"type": {
|
|
12375
|
+
"kind": "LIST",
|
|
12376
|
+
"name": null,
|
|
12377
|
+
"ofType": {
|
|
12378
|
+
"kind": "SCALAR",
|
|
12379
|
+
"name": "String",
|
|
12380
|
+
"ofType": null
|
|
12381
|
+
}
|
|
12382
|
+
}
|
|
12383
|
+
},
|
|
12384
|
+
{
|
|
12385
|
+
"defaultValue": null,
|
|
12386
|
+
"description": "Filter by creator using a list of user emails",
|
|
12387
|
+
"name": "createdBy",
|
|
12388
|
+
"type": {
|
|
12389
|
+
"kind": "LIST",
|
|
12390
|
+
"name": null,
|
|
12391
|
+
"ofType": {
|
|
12392
|
+
"kind": "NON_NULL",
|
|
12393
|
+
"name": null,
|
|
12394
|
+
"ofType": {
|
|
12395
|
+
"kind": "SCALAR",
|
|
12396
|
+
"name": "String",
|
|
12397
|
+
"ofType": null
|
|
12398
|
+
}
|
|
12399
|
+
}
|
|
12400
|
+
}
|
|
12401
|
+
},
|
|
12402
|
+
{
|
|
12403
|
+
"defaultValue": null,
|
|
12404
|
+
"description": "Filter by updater using a list of user emails",
|
|
12405
|
+
"name": "updatedBy",
|
|
12406
|
+
"type": {
|
|
12407
|
+
"kind": "LIST",
|
|
12408
|
+
"name": null,
|
|
12409
|
+
"ofType": {
|
|
12410
|
+
"kind": "NON_NULL",
|
|
12411
|
+
"name": null,
|
|
12412
|
+
"ofType": {
|
|
12413
|
+
"kind": "SCALAR",
|
|
12414
|
+
"name": "String",
|
|
12415
|
+
"ofType": null
|
|
12416
|
+
}
|
|
12417
|
+
}
|
|
12418
|
+
}
|
|
12419
|
+
},
|
|
12420
|
+
{
|
|
12421
|
+
"defaultValue": null,
|
|
12422
|
+
"description": "Filter by priorities. It can include null to include monitors without a priority set",
|
|
12423
|
+
"name": "priorities",
|
|
12424
|
+
"type": {
|
|
12425
|
+
"kind": "LIST",
|
|
12426
|
+
"name": null,
|
|
12427
|
+
"ofType": {
|
|
12428
|
+
"kind": "SCALAR",
|
|
12429
|
+
"name": "String",
|
|
12430
|
+
"ofType": null
|
|
12431
|
+
}
|
|
12432
|
+
}
|
|
12433
|
+
},
|
|
12434
|
+
{
|
|
12435
|
+
"defaultValue": null,
|
|
12436
|
+
"description": "Domain uuid to filter by",
|
|
12437
|
+
"name": "domainId",
|
|
12438
|
+
"type": {
|
|
12439
|
+
"kind": "SCALAR",
|
|
12440
|
+
"name": "UUID",
|
|
12441
|
+
"ofType": null
|
|
12442
|
+
}
|
|
12443
|
+
},
|
|
12444
|
+
{
|
|
12445
|
+
"defaultValue": null,
|
|
12446
|
+
"description": "List of domain uuids to filter by",
|
|
12447
|
+
"name": "domainIds",
|
|
12448
|
+
"type": {
|
|
12449
|
+
"kind": "LIST",
|
|
12450
|
+
"name": null,
|
|
12451
|
+
"ofType": {
|
|
12452
|
+
"kind": "NON_NULL",
|
|
12453
|
+
"name": null,
|
|
12454
|
+
"ofType": {
|
|
12455
|
+
"kind": "SCALAR",
|
|
12456
|
+
"name": "UUID",
|
|
12457
|
+
"ofType": null
|
|
12458
|
+
}
|
|
12459
|
+
}
|
|
12460
|
+
}
|
|
12461
|
+
},
|
|
12462
|
+
{
|
|
12463
|
+
"defaultValue": null,
|
|
12464
|
+
"description": "list of uuids of the monitors to filter by",
|
|
12465
|
+
"name": "uuids",
|
|
12466
|
+
"type": {
|
|
12467
|
+
"kind": "LIST",
|
|
12468
|
+
"name": null,
|
|
12469
|
+
"ofType": {
|
|
12470
|
+
"kind": "SCALAR",
|
|
12471
|
+
"name": "String",
|
|
12472
|
+
"ofType": null
|
|
12473
|
+
}
|
|
12474
|
+
}
|
|
12475
|
+
},
|
|
12476
|
+
{
|
|
12477
|
+
"defaultValue": null,
|
|
12478
|
+
"description": "Deprecated",
|
|
12479
|
+
"name": "createdByFilters",
|
|
12480
|
+
"type": {
|
|
12481
|
+
"kind": "INPUT_OBJECT",
|
|
12482
|
+
"name": "CreatedByFilters",
|
|
12483
|
+
"ofType": null
|
|
12484
|
+
}
|
|
12485
|
+
},
|
|
12486
|
+
{
|
|
12487
|
+
"defaultValue": null,
|
|
12488
|
+
"description": "List of labels to filter by",
|
|
12489
|
+
"name": "labels",
|
|
12490
|
+
"type": {
|
|
12491
|
+
"kind": "LIST",
|
|
12492
|
+
"name": null,
|
|
12493
|
+
"ofType": {
|
|
12494
|
+
"kind": "SCALAR",
|
|
12495
|
+
"name": "String",
|
|
12496
|
+
"ofType": null
|
|
12497
|
+
}
|
|
12498
|
+
}
|
|
12499
|
+
},
|
|
12500
|
+
{
|
|
12501
|
+
"defaultValue": null,
|
|
12502
|
+
"description": "Search criteria for filtering the monitors list",
|
|
12503
|
+
"name": "search",
|
|
12504
|
+
"type": {
|
|
12505
|
+
"kind": "LIST",
|
|
12506
|
+
"name": null,
|
|
12507
|
+
"ofType": {
|
|
12508
|
+
"kind": "SCALAR",
|
|
12509
|
+
"name": "String",
|
|
12510
|
+
"ofType": null
|
|
12511
|
+
}
|
|
12512
|
+
}
|
|
12513
|
+
},
|
|
12514
|
+
{
|
|
12515
|
+
"defaultValue": null,
|
|
12516
|
+
"description": "Which fields to include during search",
|
|
12517
|
+
"name": "searchFields",
|
|
12518
|
+
"type": {
|
|
12519
|
+
"kind": "LIST",
|
|
12520
|
+
"name": null,
|
|
12521
|
+
"ofType": {
|
|
12522
|
+
"kind": "ENUM",
|
|
12523
|
+
"name": "UserDefinedMonitorSearchFields",
|
|
12524
|
+
"ofType": null
|
|
12525
|
+
}
|
|
12526
|
+
}
|
|
12527
|
+
},
|
|
12528
|
+
{
|
|
12529
|
+
"defaultValue": null,
|
|
12530
|
+
"description": "filter by namespaces",
|
|
12531
|
+
"name": "namespaces",
|
|
12532
|
+
"type": {
|
|
12533
|
+
"kind": "LIST",
|
|
12534
|
+
"name": null,
|
|
12535
|
+
"ofType": {
|
|
12536
|
+
"kind": "SCALAR",
|
|
12537
|
+
"name": "String",
|
|
12538
|
+
"ofType": null
|
|
12539
|
+
}
|
|
12540
|
+
}
|
|
12541
|
+
},
|
|
12542
|
+
{
|
|
12543
|
+
"defaultValue": null,
|
|
12544
|
+
"description": "Filter monitors created by code",
|
|
12545
|
+
"name": "isTemplateManaged",
|
|
12546
|
+
"type": {
|
|
12547
|
+
"kind": "SCALAR",
|
|
12548
|
+
"name": "Boolean",
|
|
12549
|
+
"ofType": null
|
|
12550
|
+
}
|
|
12551
|
+
},
|
|
12552
|
+
{
|
|
12553
|
+
"defaultValue": "false",
|
|
12554
|
+
"description": "Filter monitors which replace a default ootb detector",
|
|
12555
|
+
"name": "isOotbReplacement",
|
|
12556
|
+
"type": {
|
|
12557
|
+
"kind": "SCALAR",
|
|
12558
|
+
"name": "Boolean",
|
|
12559
|
+
"ofType": null
|
|
12560
|
+
}
|
|
12561
|
+
},
|
|
12562
|
+
{
|
|
12563
|
+
"defaultValue": "false",
|
|
12564
|
+
"description": "If set to true, OOTB monitors will be returned. They will be the first few monitors in the first page of the results",
|
|
12565
|
+
"name": "includeOotbMonitors",
|
|
12566
|
+
"type": {
|
|
12567
|
+
"kind": "SCALAR",
|
|
12568
|
+
"name": "Boolean",
|
|
12569
|
+
"ofType": null
|
|
12570
|
+
}
|
|
12571
|
+
},
|
|
12572
|
+
{
|
|
12573
|
+
"defaultValue": "false",
|
|
12574
|
+
"description": "If set to true and is_ootb_replacement is not specified or false, ootb_replacement monitors will be included in result",
|
|
12575
|
+
"name": "includeOotbReplacement",
|
|
12576
|
+
"type": {
|
|
12577
|
+
"kind": "SCALAR",
|
|
12578
|
+
"name": "Boolean",
|
|
12579
|
+
"ofType": null
|
|
12580
|
+
}
|
|
12581
|
+
},
|
|
12582
|
+
{
|
|
12583
|
+
"defaultValue": null,
|
|
12584
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
12585
|
+
"name": "mcons",
|
|
12586
|
+
"type": {
|
|
12587
|
+
"kind": "LIST",
|
|
12588
|
+
"name": null,
|
|
12589
|
+
"ofType": {
|
|
12590
|
+
"kind": "SCALAR",
|
|
12591
|
+
"name": "String",
|
|
12592
|
+
"ofType": null
|
|
12593
|
+
}
|
|
12594
|
+
}
|
|
12595
|
+
},
|
|
12596
|
+
{
|
|
12597
|
+
"defaultValue": null,
|
|
12598
|
+
"description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
|
|
12599
|
+
"name": "excludeMcons",
|
|
12600
|
+
"type": {
|
|
12601
|
+
"kind": "LIST",
|
|
12602
|
+
"name": null,
|
|
12603
|
+
"ofType": {
|
|
12604
|
+
"kind": "SCALAR",
|
|
12605
|
+
"name": "String",
|
|
12606
|
+
"ofType": null
|
|
12607
|
+
}
|
|
12608
|
+
}
|
|
12609
|
+
},
|
|
12610
|
+
{
|
|
12611
|
+
"defaultValue": null,
|
|
12612
|
+
"description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
|
|
12613
|
+
"name": "alertedOnly",
|
|
12614
|
+
"type": {
|
|
12615
|
+
"kind": "SCALAR",
|
|
12616
|
+
"name": "Boolean",
|
|
12617
|
+
"ofType": null
|
|
12618
|
+
}
|
|
12619
|
+
},
|
|
12620
|
+
{
|
|
12621
|
+
"defaultValue": null,
|
|
12622
|
+
"description": "Filter by monitor tags. It can include null to include monitors without tags",
|
|
12623
|
+
"name": "tags",
|
|
12624
|
+
"type": {
|
|
12625
|
+
"kind": "LIST",
|
|
12626
|
+
"name": null,
|
|
12627
|
+
"ofType": {
|
|
12628
|
+
"kind": "INPUT_OBJECT",
|
|
12629
|
+
"name": "TagKeyValuePairInput",
|
|
12630
|
+
"ofType": null
|
|
12631
|
+
}
|
|
12632
|
+
}
|
|
12633
|
+
},
|
|
12634
|
+
{
|
|
12635
|
+
"defaultValue": null,
|
|
12636
|
+
"description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
|
|
12637
|
+
"name": "assetTags",
|
|
12638
|
+
"type": {
|
|
12639
|
+
"kind": "LIST",
|
|
12640
|
+
"name": null,
|
|
12641
|
+
"ofType": {
|
|
12642
|
+
"kind": "NON_NULL",
|
|
12643
|
+
"name": null,
|
|
12644
|
+
"ofType": {
|
|
12645
|
+
"kind": "INPUT_OBJECT",
|
|
12646
|
+
"name": "TagKeyValuePairInput",
|
|
12647
|
+
"ofType": null
|
|
12648
|
+
}
|
|
12649
|
+
}
|
|
12650
|
+
}
|
|
12651
|
+
},
|
|
12652
|
+
{
|
|
12653
|
+
"defaultValue": null,
|
|
12654
|
+
"description": "Exclude monitors that have any linked table whose tags consist only of the provided tags. Tables with additional tags or no tags are included",
|
|
12655
|
+
"name": "excludeAssetTags",
|
|
12656
|
+
"type": {
|
|
12657
|
+
"kind": "LIST",
|
|
12658
|
+
"name": null,
|
|
12659
|
+
"ofType": {
|
|
12660
|
+
"kind": "NON_NULL",
|
|
12661
|
+
"name": null,
|
|
12662
|
+
"ofType": {
|
|
12663
|
+
"kind": "INPUT_OBJECT",
|
|
12664
|
+
"name": "TagKeyValuePairInput",
|
|
12665
|
+
"ofType": null
|
|
12666
|
+
}
|
|
12667
|
+
}
|
|
12668
|
+
}
|
|
12669
|
+
},
|
|
12670
|
+
{
|
|
12671
|
+
"defaultValue": null,
|
|
12672
|
+
"description": "Filter by data quality dimensions",
|
|
12673
|
+
"name": "dataQualityDimensions",
|
|
12674
|
+
"type": {
|
|
12675
|
+
"kind": "LIST",
|
|
12676
|
+
"name": null,
|
|
12677
|
+
"ofType": {
|
|
12678
|
+
"kind": "SCALAR",
|
|
12679
|
+
"name": "String",
|
|
12680
|
+
"ofType": null
|
|
12681
|
+
}
|
|
12682
|
+
}
|
|
12683
|
+
},
|
|
12684
|
+
{
|
|
12685
|
+
"defaultValue": null,
|
|
12686
|
+
"description": "Field and direction to order monitors by",
|
|
12687
|
+
"name": "orderBy",
|
|
12688
|
+
"type": {
|
|
12689
|
+
"kind": "SCALAR",
|
|
12690
|
+
"name": "String",
|
|
12691
|
+
"ofType": null
|
|
12692
|
+
}
|
|
12693
|
+
},
|
|
12694
|
+
{
|
|
12695
|
+
"defaultValue": null,
|
|
12696
|
+
"description": "Number of monitors to return",
|
|
12697
|
+
"name": "limit",
|
|
12698
|
+
"type": {
|
|
12699
|
+
"kind": "SCALAR",
|
|
12700
|
+
"name": "Int",
|
|
12701
|
+
"ofType": null
|
|
12702
|
+
}
|
|
12703
|
+
},
|
|
12704
|
+
{
|
|
12705
|
+
"defaultValue": null,
|
|
12706
|
+
"description": "From which monitor to return the next results",
|
|
12707
|
+
"name": "offset",
|
|
12708
|
+
"type": {
|
|
12709
|
+
"kind": "SCALAR",
|
|
12710
|
+
"name": "Int",
|
|
12711
|
+
"ofType": null
|
|
12712
|
+
}
|
|
12713
|
+
}
|
|
12714
|
+
],
|
|
12715
|
+
"deprecationReason": null,
|
|
12716
|
+
"description": "(experimental) List of monitor projects",
|
|
12717
|
+
"isDeprecated": false,
|
|
12718
|
+
"name": "getMonitorProjects",
|
|
12719
|
+
"type": {
|
|
12720
|
+
"kind": "LIST",
|
|
12721
|
+
"name": null,
|
|
12722
|
+
"ofType": {
|
|
12723
|
+
"kind": "NON_NULL",
|
|
12724
|
+
"name": null,
|
|
12725
|
+
"ofType": {
|
|
12726
|
+
"kind": "OBJECT",
|
|
12727
|
+
"name": "MonitorProject",
|
|
12728
|
+
"ofType": null
|
|
12729
|
+
}
|
|
12730
|
+
}
|
|
12731
|
+
}
|
|
12732
|
+
},
|
|
12733
|
+
{
|
|
12734
|
+
"args": [
|
|
12735
|
+
{
|
|
12736
|
+
"defaultValue": null,
|
|
12737
|
+
"description": "Type of monitors to filter by, default all",
|
|
12738
|
+
"name": "monitorTypes",
|
|
12739
|
+
"type": {
|
|
12740
|
+
"kind": "LIST",
|
|
12741
|
+
"name": null,
|
|
12742
|
+
"ofType": {
|
|
12743
|
+
"kind": "ENUM",
|
|
12744
|
+
"name": "UserDefinedMonitors",
|
|
12745
|
+
"ofType": null
|
|
12746
|
+
}
|
|
12747
|
+
}
|
|
12748
|
+
},
|
|
12749
|
+
{
|
|
12750
|
+
"defaultValue": null,
|
|
12751
|
+
"description": "Type of monitor status to filter by, default all",
|
|
12752
|
+
"name": "statusTypes",
|
|
12753
|
+
"type": {
|
|
12754
|
+
"kind": "LIST",
|
|
12755
|
+
"name": null,
|
|
12756
|
+
"ofType": {
|
|
12757
|
+
"kind": "ENUM",
|
|
12758
|
+
"name": "MonitorStatusType",
|
|
12759
|
+
"ofType": null
|
|
12760
|
+
}
|
|
12761
|
+
}
|
|
12762
|
+
},
|
|
12763
|
+
{
|
|
12764
|
+
"defaultValue": null,
|
|
12765
|
+
"description": "Type of consolidated monitor status to filter by, default all",
|
|
12766
|
+
"name": "consolidatedStatusTypes",
|
|
12767
|
+
"type": {
|
|
12768
|
+
"kind": "LIST",
|
|
12769
|
+
"name": null,
|
|
12770
|
+
"ofType": {
|
|
12771
|
+
"kind": "ENUM",
|
|
12772
|
+
"name": "ConsolidatedMonitorStatusType",
|
|
12773
|
+
"ofType": null
|
|
12774
|
+
}
|
|
12775
|
+
}
|
|
12776
|
+
},
|
|
12777
|
+
{
|
|
12778
|
+
"defaultValue": null,
|
|
12779
|
+
"description": "DEPRECATED",
|
|
12780
|
+
"name": "descriptionFieldOrTable",
|
|
12781
|
+
"type": {
|
|
12782
|
+
"kind": "LIST",
|
|
12783
|
+
"name": null,
|
|
12784
|
+
"ofType": {
|
|
12785
|
+
"kind": "SCALAR",
|
|
12786
|
+
"name": "String",
|
|
12787
|
+
"ofType": null
|
|
12788
|
+
}
|
|
12789
|
+
}
|
|
12790
|
+
},
|
|
12791
|
+
{
|
|
12792
|
+
"defaultValue": null,
|
|
12793
|
+
"description": "Filter by creator using a list of user emails",
|
|
12794
|
+
"name": "createdBy",
|
|
12795
|
+
"type": {
|
|
12796
|
+
"kind": "LIST",
|
|
12797
|
+
"name": null,
|
|
12798
|
+
"ofType": {
|
|
12799
|
+
"kind": "NON_NULL",
|
|
12800
|
+
"name": null,
|
|
12801
|
+
"ofType": {
|
|
12802
|
+
"kind": "SCALAR",
|
|
12803
|
+
"name": "String",
|
|
12804
|
+
"ofType": null
|
|
12805
|
+
}
|
|
12806
|
+
}
|
|
12807
|
+
}
|
|
12808
|
+
},
|
|
12809
|
+
{
|
|
12810
|
+
"defaultValue": null,
|
|
12811
|
+
"description": "Filter by updater using a list of user emails",
|
|
12812
|
+
"name": "updatedBy",
|
|
12813
|
+
"type": {
|
|
12814
|
+
"kind": "LIST",
|
|
12815
|
+
"name": null,
|
|
12816
|
+
"ofType": {
|
|
12817
|
+
"kind": "NON_NULL",
|
|
12818
|
+
"name": null,
|
|
12819
|
+
"ofType": {
|
|
12820
|
+
"kind": "SCALAR",
|
|
12821
|
+
"name": "String",
|
|
12822
|
+
"ofType": null
|
|
12823
|
+
}
|
|
12824
|
+
}
|
|
12825
|
+
}
|
|
12826
|
+
},
|
|
12827
|
+
{
|
|
12828
|
+
"defaultValue": null,
|
|
12829
|
+
"description": "Filter by priorities. It can include null to include monitors without a priority set",
|
|
12830
|
+
"name": "priorities",
|
|
12831
|
+
"type": {
|
|
12832
|
+
"kind": "LIST",
|
|
12833
|
+
"name": null,
|
|
12834
|
+
"ofType": {
|
|
12835
|
+
"kind": "SCALAR",
|
|
12836
|
+
"name": "String",
|
|
12837
|
+
"ofType": null
|
|
12838
|
+
}
|
|
12839
|
+
}
|
|
12840
|
+
},
|
|
12841
|
+
{
|
|
12842
|
+
"defaultValue": null,
|
|
12843
|
+
"description": "Domain uuid to filter by",
|
|
12844
|
+
"name": "domainId",
|
|
12845
|
+
"type": {
|
|
12846
|
+
"kind": "SCALAR",
|
|
12847
|
+
"name": "UUID",
|
|
12848
|
+
"ofType": null
|
|
12849
|
+
}
|
|
12850
|
+
},
|
|
12851
|
+
{
|
|
12852
|
+
"defaultValue": null,
|
|
12853
|
+
"description": "List of domain uuids to filter by",
|
|
12854
|
+
"name": "domainIds",
|
|
12855
|
+
"type": {
|
|
12856
|
+
"kind": "LIST",
|
|
12857
|
+
"name": null,
|
|
12858
|
+
"ofType": {
|
|
12859
|
+
"kind": "NON_NULL",
|
|
12860
|
+
"name": null,
|
|
12861
|
+
"ofType": {
|
|
12862
|
+
"kind": "SCALAR",
|
|
12863
|
+
"name": "UUID",
|
|
12864
|
+
"ofType": null
|
|
12865
|
+
}
|
|
12866
|
+
}
|
|
12867
|
+
}
|
|
12868
|
+
},
|
|
12869
|
+
{
|
|
12870
|
+
"defaultValue": null,
|
|
12871
|
+
"description": "list of uuids of the monitors to filter by",
|
|
12872
|
+
"name": "uuids",
|
|
12873
|
+
"type": {
|
|
12874
|
+
"kind": "LIST",
|
|
12875
|
+
"name": null,
|
|
12876
|
+
"ofType": {
|
|
12877
|
+
"kind": "SCALAR",
|
|
12878
|
+
"name": "String",
|
|
12879
|
+
"ofType": null
|
|
12880
|
+
}
|
|
12881
|
+
}
|
|
12882
|
+
},
|
|
12883
|
+
{
|
|
12884
|
+
"defaultValue": null,
|
|
12885
|
+
"description": "Deprecated",
|
|
12886
|
+
"name": "createdByFilters",
|
|
12887
|
+
"type": {
|
|
12888
|
+
"kind": "INPUT_OBJECT",
|
|
12889
|
+
"name": "CreatedByFilters",
|
|
12890
|
+
"ofType": null
|
|
12891
|
+
}
|
|
12892
|
+
},
|
|
12893
|
+
{
|
|
12894
|
+
"defaultValue": null,
|
|
12895
|
+
"description": "List of labels to filter by",
|
|
12896
|
+
"name": "labels",
|
|
12897
|
+
"type": {
|
|
12898
|
+
"kind": "LIST",
|
|
12899
|
+
"name": null,
|
|
12900
|
+
"ofType": {
|
|
12901
|
+
"kind": "SCALAR",
|
|
12902
|
+
"name": "String",
|
|
12903
|
+
"ofType": null
|
|
12904
|
+
}
|
|
12905
|
+
}
|
|
12906
|
+
},
|
|
12907
|
+
{
|
|
12908
|
+
"defaultValue": null,
|
|
12909
|
+
"description": "Search criteria for filtering the monitors list",
|
|
12910
|
+
"name": "search",
|
|
12911
|
+
"type": {
|
|
12912
|
+
"kind": "LIST",
|
|
12913
|
+
"name": null,
|
|
12914
|
+
"ofType": {
|
|
12915
|
+
"kind": "SCALAR",
|
|
12916
|
+
"name": "String",
|
|
12917
|
+
"ofType": null
|
|
12918
|
+
}
|
|
12919
|
+
}
|
|
12920
|
+
},
|
|
12921
|
+
{
|
|
12922
|
+
"defaultValue": null,
|
|
12923
|
+
"description": "Which fields to include during search",
|
|
12924
|
+
"name": "searchFields",
|
|
12925
|
+
"type": {
|
|
12926
|
+
"kind": "LIST",
|
|
12927
|
+
"name": null,
|
|
12928
|
+
"ofType": {
|
|
12929
|
+
"kind": "ENUM",
|
|
12930
|
+
"name": "UserDefinedMonitorSearchFields",
|
|
12931
|
+
"ofType": null
|
|
12932
|
+
}
|
|
12933
|
+
}
|
|
12934
|
+
},
|
|
12935
|
+
{
|
|
12936
|
+
"defaultValue": null,
|
|
12937
|
+
"description": "filter by namespaces",
|
|
12938
|
+
"name": "namespaces",
|
|
12939
|
+
"type": {
|
|
12940
|
+
"kind": "LIST",
|
|
12941
|
+
"name": null,
|
|
12942
|
+
"ofType": {
|
|
12943
|
+
"kind": "SCALAR",
|
|
12944
|
+
"name": "String",
|
|
12945
|
+
"ofType": null
|
|
12946
|
+
}
|
|
12947
|
+
}
|
|
12948
|
+
},
|
|
12949
|
+
{
|
|
12950
|
+
"defaultValue": null,
|
|
12951
|
+
"description": "Filter monitors created by code",
|
|
12952
|
+
"name": "isTemplateManaged",
|
|
12953
|
+
"type": {
|
|
12954
|
+
"kind": "SCALAR",
|
|
12955
|
+
"name": "Boolean",
|
|
12956
|
+
"ofType": null
|
|
12957
|
+
}
|
|
12958
|
+
},
|
|
12959
|
+
{
|
|
12960
|
+
"defaultValue": "false",
|
|
12961
|
+
"description": "Filter monitors which replace a default ootb detector",
|
|
12962
|
+
"name": "isOotbReplacement",
|
|
12963
|
+
"type": {
|
|
12964
|
+
"kind": "SCALAR",
|
|
12965
|
+
"name": "Boolean",
|
|
12966
|
+
"ofType": null
|
|
12967
|
+
}
|
|
12968
|
+
},
|
|
12969
|
+
{
|
|
12970
|
+
"defaultValue": "false",
|
|
12971
|
+
"description": "If set to true, OOTB monitors will be returned. They will be the first few monitors in the first page of the results",
|
|
12972
|
+
"name": "includeOotbMonitors",
|
|
12973
|
+
"type": {
|
|
12974
|
+
"kind": "SCALAR",
|
|
12975
|
+
"name": "Boolean",
|
|
12976
|
+
"ofType": null
|
|
12977
|
+
}
|
|
12978
|
+
},
|
|
12979
|
+
{
|
|
12980
|
+
"defaultValue": "false",
|
|
12981
|
+
"description": "If set to true and is_ootb_replacement is not specified or false, ootb_replacement monitors will be included in result",
|
|
12982
|
+
"name": "includeOotbReplacement",
|
|
12983
|
+
"type": {
|
|
12984
|
+
"kind": "SCALAR",
|
|
12985
|
+
"name": "Boolean",
|
|
12986
|
+
"ofType": null
|
|
12987
|
+
}
|
|
12988
|
+
},
|
|
12989
|
+
{
|
|
12990
|
+
"defaultValue": null,
|
|
12991
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
12992
|
+
"name": "mcons",
|
|
12993
|
+
"type": {
|
|
12994
|
+
"kind": "LIST",
|
|
12995
|
+
"name": null,
|
|
12996
|
+
"ofType": {
|
|
12997
|
+
"kind": "SCALAR",
|
|
12998
|
+
"name": "String",
|
|
12999
|
+
"ofType": null
|
|
13000
|
+
}
|
|
13001
|
+
}
|
|
13002
|
+
},
|
|
13003
|
+
{
|
|
13004
|
+
"defaultValue": null,
|
|
13005
|
+
"description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
|
|
13006
|
+
"name": "excludeMcons",
|
|
13007
|
+
"type": {
|
|
13008
|
+
"kind": "LIST",
|
|
13009
|
+
"name": null,
|
|
13010
|
+
"ofType": {
|
|
13011
|
+
"kind": "SCALAR",
|
|
13012
|
+
"name": "String",
|
|
13013
|
+
"ofType": null
|
|
13014
|
+
}
|
|
13015
|
+
}
|
|
13016
|
+
},
|
|
13017
|
+
{
|
|
13018
|
+
"defaultValue": null,
|
|
13019
|
+
"description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
|
|
13020
|
+
"name": "alertedOnly",
|
|
13021
|
+
"type": {
|
|
13022
|
+
"kind": "SCALAR",
|
|
13023
|
+
"name": "Boolean",
|
|
13024
|
+
"ofType": null
|
|
13025
|
+
}
|
|
13026
|
+
},
|
|
13027
|
+
{
|
|
13028
|
+
"defaultValue": null,
|
|
13029
|
+
"description": "Filter by monitor tags. It can include null to include monitors without tags",
|
|
13030
|
+
"name": "tags",
|
|
13031
|
+
"type": {
|
|
13032
|
+
"kind": "LIST",
|
|
13033
|
+
"name": null,
|
|
13034
|
+
"ofType": {
|
|
13035
|
+
"kind": "INPUT_OBJECT",
|
|
13036
|
+
"name": "TagKeyValuePairInput",
|
|
13037
|
+
"ofType": null
|
|
13038
|
+
}
|
|
13039
|
+
}
|
|
13040
|
+
},
|
|
13041
|
+
{
|
|
13042
|
+
"defaultValue": null,
|
|
13043
|
+
"description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
|
|
13044
|
+
"name": "assetTags",
|
|
13045
|
+
"type": {
|
|
13046
|
+
"kind": "LIST",
|
|
13047
|
+
"name": null,
|
|
13048
|
+
"ofType": {
|
|
13049
|
+
"kind": "NON_NULL",
|
|
13050
|
+
"name": null,
|
|
13051
|
+
"ofType": {
|
|
13052
|
+
"kind": "INPUT_OBJECT",
|
|
13053
|
+
"name": "TagKeyValuePairInput",
|
|
13054
|
+
"ofType": null
|
|
13055
|
+
}
|
|
13056
|
+
}
|
|
13057
|
+
}
|
|
13058
|
+
},
|
|
13059
|
+
{
|
|
13060
|
+
"defaultValue": null,
|
|
13061
|
+
"description": "Exclude monitors that have any linked table whose tags consist only of the provided tags. Tables with additional tags or no tags are included",
|
|
13062
|
+
"name": "excludeAssetTags",
|
|
13063
|
+
"type": {
|
|
13064
|
+
"kind": "LIST",
|
|
13065
|
+
"name": null,
|
|
13066
|
+
"ofType": {
|
|
13067
|
+
"kind": "NON_NULL",
|
|
13068
|
+
"name": null,
|
|
13069
|
+
"ofType": {
|
|
13070
|
+
"kind": "INPUT_OBJECT",
|
|
13071
|
+
"name": "TagKeyValuePairInput",
|
|
13072
|
+
"ofType": null
|
|
13073
|
+
}
|
|
13074
|
+
}
|
|
13075
|
+
}
|
|
13076
|
+
},
|
|
13077
|
+
{
|
|
13078
|
+
"defaultValue": null,
|
|
13079
|
+
"description": "Filter by data quality dimensions",
|
|
13080
|
+
"name": "dataQualityDimensions",
|
|
13081
|
+
"type": {
|
|
13082
|
+
"kind": "LIST",
|
|
13083
|
+
"name": null,
|
|
13084
|
+
"ofType": {
|
|
13085
|
+
"kind": "SCALAR",
|
|
13086
|
+
"name": "String",
|
|
13087
|
+
"ofType": null
|
|
13088
|
+
}
|
|
13089
|
+
}
|
|
13090
|
+
},
|
|
13091
|
+
{
|
|
13092
|
+
"defaultValue": null,
|
|
13093
|
+
"description": "Field and direction to order monitors by",
|
|
13094
|
+
"name": "orderBy",
|
|
13095
|
+
"type": {
|
|
13096
|
+
"kind": "SCALAR",
|
|
13097
|
+
"name": "String",
|
|
13098
|
+
"ofType": null
|
|
13099
|
+
}
|
|
13100
|
+
},
|
|
13101
|
+
{
|
|
13102
|
+
"defaultValue": null,
|
|
13103
|
+
"description": "Number of monitors to return",
|
|
13104
|
+
"name": "limit",
|
|
13105
|
+
"type": {
|
|
13106
|
+
"kind": "SCALAR",
|
|
13107
|
+
"name": "Int",
|
|
13108
|
+
"ofType": null
|
|
13109
|
+
}
|
|
13110
|
+
},
|
|
13111
|
+
{
|
|
13112
|
+
"defaultValue": null,
|
|
13113
|
+
"description": "From which monitor to return the next results",
|
|
13114
|
+
"name": "offset",
|
|
13115
|
+
"type": {
|
|
13116
|
+
"kind": "SCALAR",
|
|
13117
|
+
"name": "Int",
|
|
13118
|
+
"ofType": null
|
|
13119
|
+
}
|
|
13120
|
+
}
|
|
13121
|
+
],
|
|
13122
|
+
"deprecationReason": null,
|
|
13123
|
+
"description": "(experimental) List of monitor datasets",
|
|
13124
|
+
"isDeprecated": false,
|
|
13125
|
+
"name": "getMonitorDatasets",
|
|
13126
|
+
"type": {
|
|
13127
|
+
"kind": "LIST",
|
|
13128
|
+
"name": null,
|
|
13129
|
+
"ofType": {
|
|
13130
|
+
"kind": "NON_NULL",
|
|
13131
|
+
"name": null,
|
|
13132
|
+
"ofType": {
|
|
13133
|
+
"kind": "OBJECT",
|
|
13134
|
+
"name": "MonitorDataset",
|
|
13135
|
+
"ofType": null
|
|
13136
|
+
}
|
|
13137
|
+
}
|
|
13138
|
+
}
|
|
13139
|
+
},
|
|
13140
|
+
{
|
|
13141
|
+
"args": [
|
|
13142
|
+
{
|
|
13143
|
+
"defaultValue": null,
|
|
13144
|
+
"description": "Type of monitors to filter by, default all",
|
|
13145
|
+
"name": "monitorTypes",
|
|
13146
|
+
"type": {
|
|
13147
|
+
"kind": "LIST",
|
|
13148
|
+
"name": null,
|
|
13149
|
+
"ofType": {
|
|
13150
|
+
"kind": "ENUM",
|
|
13151
|
+
"name": "UserDefinedMonitors",
|
|
13152
|
+
"ofType": null
|
|
13153
|
+
}
|
|
13154
|
+
}
|
|
13155
|
+
},
|
|
13156
|
+
{
|
|
13157
|
+
"defaultValue": null,
|
|
13158
|
+
"description": "Type of monitor status to filter by, default all",
|
|
13159
|
+
"name": "statusTypes",
|
|
13160
|
+
"type": {
|
|
13161
|
+
"kind": "LIST",
|
|
13162
|
+
"name": null,
|
|
13163
|
+
"ofType": {
|
|
13164
|
+
"kind": "ENUM",
|
|
13165
|
+
"name": "MonitorStatusType",
|
|
13166
|
+
"ofType": null
|
|
13167
|
+
}
|
|
13168
|
+
}
|
|
13169
|
+
},
|
|
13170
|
+
{
|
|
13171
|
+
"defaultValue": null,
|
|
13172
|
+
"description": "Type of consolidated monitor status to filter by, default all",
|
|
13173
|
+
"name": "consolidatedStatusTypes",
|
|
13174
|
+
"type": {
|
|
13175
|
+
"kind": "LIST",
|
|
13176
|
+
"name": null,
|
|
13177
|
+
"ofType": {
|
|
13178
|
+
"kind": "ENUM",
|
|
13179
|
+
"name": "ConsolidatedMonitorStatusType",
|
|
13180
|
+
"ofType": null
|
|
13181
|
+
}
|
|
13182
|
+
}
|
|
13183
|
+
},
|
|
13184
|
+
{
|
|
13185
|
+
"defaultValue": null,
|
|
13186
|
+
"description": "DEPRECATED",
|
|
13187
|
+
"name": "descriptionFieldOrTable",
|
|
13188
|
+
"type": {
|
|
13189
|
+
"kind": "LIST",
|
|
13190
|
+
"name": null,
|
|
13191
|
+
"ofType": {
|
|
13192
|
+
"kind": "SCALAR",
|
|
13193
|
+
"name": "String",
|
|
13194
|
+
"ofType": null
|
|
13195
|
+
}
|
|
13196
|
+
}
|
|
13197
|
+
},
|
|
13198
|
+
{
|
|
13199
|
+
"defaultValue": null,
|
|
13200
|
+
"description": "Filter by creator using a list of user emails",
|
|
13201
|
+
"name": "createdBy",
|
|
13202
|
+
"type": {
|
|
13203
|
+
"kind": "LIST",
|
|
13204
|
+
"name": null,
|
|
13205
|
+
"ofType": {
|
|
13206
|
+
"kind": "NON_NULL",
|
|
13207
|
+
"name": null,
|
|
13208
|
+
"ofType": {
|
|
13209
|
+
"kind": "SCALAR",
|
|
13210
|
+
"name": "String",
|
|
13211
|
+
"ofType": null
|
|
13212
|
+
}
|
|
13213
|
+
}
|
|
13214
|
+
}
|
|
13215
|
+
},
|
|
13216
|
+
{
|
|
13217
|
+
"defaultValue": null,
|
|
13218
|
+
"description": "Filter by updater using a list of user emails",
|
|
13219
|
+
"name": "updatedBy",
|
|
13220
|
+
"type": {
|
|
13221
|
+
"kind": "LIST",
|
|
13222
|
+
"name": null,
|
|
13223
|
+
"ofType": {
|
|
13224
|
+
"kind": "NON_NULL",
|
|
13225
|
+
"name": null,
|
|
13226
|
+
"ofType": {
|
|
13227
|
+
"kind": "SCALAR",
|
|
13228
|
+
"name": "String",
|
|
13229
|
+
"ofType": null
|
|
13230
|
+
}
|
|
13231
|
+
}
|
|
13232
|
+
}
|
|
13233
|
+
},
|
|
13234
|
+
{
|
|
13235
|
+
"defaultValue": null,
|
|
13236
|
+
"description": "Filter by priorities. It can include null to include monitors without a priority set",
|
|
13237
|
+
"name": "priorities",
|
|
13238
|
+
"type": {
|
|
13239
|
+
"kind": "LIST",
|
|
13240
|
+
"name": null,
|
|
13241
|
+
"ofType": {
|
|
13242
|
+
"kind": "SCALAR",
|
|
13243
|
+
"name": "String",
|
|
13244
|
+
"ofType": null
|
|
13245
|
+
}
|
|
13246
|
+
}
|
|
13247
|
+
},
|
|
13248
|
+
{
|
|
13249
|
+
"defaultValue": null,
|
|
13250
|
+
"description": "Domain uuid to filter by",
|
|
13251
|
+
"name": "domainId",
|
|
13252
|
+
"type": {
|
|
13253
|
+
"kind": "SCALAR",
|
|
13254
|
+
"name": "UUID",
|
|
13255
|
+
"ofType": null
|
|
13256
|
+
}
|
|
13257
|
+
},
|
|
13258
|
+
{
|
|
13259
|
+
"defaultValue": null,
|
|
13260
|
+
"description": "List of domain uuids to filter by",
|
|
13261
|
+
"name": "domainIds",
|
|
13262
|
+
"type": {
|
|
13263
|
+
"kind": "LIST",
|
|
13264
|
+
"name": null,
|
|
13265
|
+
"ofType": {
|
|
13266
|
+
"kind": "NON_NULL",
|
|
13267
|
+
"name": null,
|
|
13268
|
+
"ofType": {
|
|
13269
|
+
"kind": "SCALAR",
|
|
13270
|
+
"name": "UUID",
|
|
13271
|
+
"ofType": null
|
|
13272
|
+
}
|
|
13273
|
+
}
|
|
13274
|
+
}
|
|
13275
|
+
},
|
|
13276
|
+
{
|
|
13277
|
+
"defaultValue": null,
|
|
13278
|
+
"description": "list of uuids of the monitors to filter by",
|
|
13279
|
+
"name": "uuids",
|
|
13280
|
+
"type": {
|
|
13281
|
+
"kind": "LIST",
|
|
13282
|
+
"name": null,
|
|
13283
|
+
"ofType": {
|
|
13284
|
+
"kind": "SCALAR",
|
|
13285
|
+
"name": "String",
|
|
13286
|
+
"ofType": null
|
|
13287
|
+
}
|
|
13288
|
+
}
|
|
13289
|
+
},
|
|
13290
|
+
{
|
|
13291
|
+
"defaultValue": null,
|
|
13292
|
+
"description": "Deprecated",
|
|
13293
|
+
"name": "createdByFilters",
|
|
13294
|
+
"type": {
|
|
13295
|
+
"kind": "INPUT_OBJECT",
|
|
13296
|
+
"name": "CreatedByFilters",
|
|
13297
|
+
"ofType": null
|
|
13298
|
+
}
|
|
13299
|
+
},
|
|
13300
|
+
{
|
|
13301
|
+
"defaultValue": null,
|
|
13302
|
+
"description": "List of labels to filter by",
|
|
13303
|
+
"name": "labels",
|
|
13304
|
+
"type": {
|
|
13305
|
+
"kind": "LIST",
|
|
13306
|
+
"name": null,
|
|
13307
|
+
"ofType": {
|
|
13308
|
+
"kind": "SCALAR",
|
|
13309
|
+
"name": "String",
|
|
13310
|
+
"ofType": null
|
|
13311
|
+
}
|
|
13312
|
+
}
|
|
13313
|
+
},
|
|
13314
|
+
{
|
|
13315
|
+
"defaultValue": null,
|
|
13316
|
+
"description": "Search criteria for filtering the monitors list",
|
|
13317
|
+
"name": "search",
|
|
13318
|
+
"type": {
|
|
13319
|
+
"kind": "LIST",
|
|
13320
|
+
"name": null,
|
|
13321
|
+
"ofType": {
|
|
13322
|
+
"kind": "SCALAR",
|
|
13323
|
+
"name": "String",
|
|
13324
|
+
"ofType": null
|
|
13325
|
+
}
|
|
13326
|
+
}
|
|
13327
|
+
},
|
|
13328
|
+
{
|
|
13329
|
+
"defaultValue": null,
|
|
13330
|
+
"description": "Which fields to include during search",
|
|
13331
|
+
"name": "searchFields",
|
|
13332
|
+
"type": {
|
|
13333
|
+
"kind": "LIST",
|
|
13334
|
+
"name": null,
|
|
13335
|
+
"ofType": {
|
|
13336
|
+
"kind": "ENUM",
|
|
13337
|
+
"name": "UserDefinedMonitorSearchFields",
|
|
13338
|
+
"ofType": null
|
|
13339
|
+
}
|
|
13340
|
+
}
|
|
13341
|
+
},
|
|
13342
|
+
{
|
|
13343
|
+
"defaultValue": null,
|
|
13344
|
+
"description": "filter by namespaces",
|
|
13345
|
+
"name": "namespaces",
|
|
13346
|
+
"type": {
|
|
13347
|
+
"kind": "LIST",
|
|
13348
|
+
"name": null,
|
|
13349
|
+
"ofType": {
|
|
13350
|
+
"kind": "SCALAR",
|
|
13351
|
+
"name": "String",
|
|
13352
|
+
"ofType": null
|
|
13353
|
+
}
|
|
13354
|
+
}
|
|
13355
|
+
},
|
|
13356
|
+
{
|
|
13357
|
+
"defaultValue": null,
|
|
13358
|
+
"description": "Filter monitors created by code",
|
|
13359
|
+
"name": "isTemplateManaged",
|
|
13360
|
+
"type": {
|
|
13361
|
+
"kind": "SCALAR",
|
|
13362
|
+
"name": "Boolean",
|
|
13363
|
+
"ofType": null
|
|
13364
|
+
}
|
|
13365
|
+
},
|
|
13366
|
+
{
|
|
13367
|
+
"defaultValue": "false",
|
|
13368
|
+
"description": "Filter monitors which replace a default ootb detector",
|
|
13369
|
+
"name": "isOotbReplacement",
|
|
13370
|
+
"type": {
|
|
13371
|
+
"kind": "SCALAR",
|
|
13372
|
+
"name": "Boolean",
|
|
13373
|
+
"ofType": null
|
|
13374
|
+
}
|
|
13375
|
+
},
|
|
13376
|
+
{
|
|
13377
|
+
"defaultValue": "false",
|
|
13378
|
+
"description": "If set to true, OOTB monitors will be returned. They will be the first few monitors in the first page of the results",
|
|
13379
|
+
"name": "includeOotbMonitors",
|
|
13380
|
+
"type": {
|
|
13381
|
+
"kind": "SCALAR",
|
|
13382
|
+
"name": "Boolean",
|
|
13383
|
+
"ofType": null
|
|
13384
|
+
}
|
|
13385
|
+
},
|
|
13386
|
+
{
|
|
13387
|
+
"defaultValue": "false",
|
|
13388
|
+
"description": "If set to true and is_ootb_replacement is not specified or false, ootb_replacement monitors will be included in result",
|
|
13389
|
+
"name": "includeOotbReplacement",
|
|
13390
|
+
"type": {
|
|
13391
|
+
"kind": "SCALAR",
|
|
13392
|
+
"name": "Boolean",
|
|
13393
|
+
"ofType": null
|
|
13394
|
+
}
|
|
13395
|
+
},
|
|
13396
|
+
{
|
|
13397
|
+
"defaultValue": null,
|
|
13398
|
+
"description": "Filter by warehouses, projects, datasets, or tables (MCON)",
|
|
13399
|
+
"name": "mcons",
|
|
13400
|
+
"type": {
|
|
13401
|
+
"kind": "LIST",
|
|
13402
|
+
"name": null,
|
|
13403
|
+
"ofType": {
|
|
13404
|
+
"kind": "SCALAR",
|
|
13405
|
+
"name": "String",
|
|
13406
|
+
"ofType": null
|
|
13407
|
+
}
|
|
13408
|
+
}
|
|
13409
|
+
},
|
|
13410
|
+
{
|
|
13411
|
+
"defaultValue": null,
|
|
13412
|
+
"description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
|
|
13413
|
+
"name": "excludeMcons",
|
|
13414
|
+
"type": {
|
|
13415
|
+
"kind": "LIST",
|
|
13416
|
+
"name": null,
|
|
13417
|
+
"ofType": {
|
|
13418
|
+
"kind": "SCALAR",
|
|
13419
|
+
"name": "String",
|
|
13420
|
+
"ofType": null
|
|
13421
|
+
}
|
|
13422
|
+
}
|
|
13423
|
+
},
|
|
13424
|
+
{
|
|
13425
|
+
"defaultValue": null,
|
|
13426
|
+
"description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
|
|
13427
|
+
"name": "alertedOnly",
|
|
13428
|
+
"type": {
|
|
13429
|
+
"kind": "SCALAR",
|
|
13430
|
+
"name": "Boolean",
|
|
13431
|
+
"ofType": null
|
|
13432
|
+
}
|
|
13433
|
+
},
|
|
13434
|
+
{
|
|
13435
|
+
"defaultValue": null,
|
|
13436
|
+
"description": "Filter by monitor tags. It can include null to include monitors without tags",
|
|
13437
|
+
"name": "tags",
|
|
13438
|
+
"type": {
|
|
13439
|
+
"kind": "LIST",
|
|
13440
|
+
"name": null,
|
|
13441
|
+
"ofType": {
|
|
13442
|
+
"kind": "INPUT_OBJECT",
|
|
13443
|
+
"name": "TagKeyValuePairInput",
|
|
13444
|
+
"ofType": null
|
|
13445
|
+
}
|
|
13446
|
+
}
|
|
13447
|
+
},
|
|
13448
|
+
{
|
|
13449
|
+
"defaultValue": null,
|
|
13450
|
+
"description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
|
|
11787
13451
|
"name": "assetTags",
|
|
11788
13452
|
"type": {
|
|
11789
13453
|
"kind": "LIST",
|
|
@@ -11799,6 +13463,24 @@
|
|
|
11799
13463
|
}
|
|
11800
13464
|
}
|
|
11801
13465
|
},
|
|
13466
|
+
{
|
|
13467
|
+
"defaultValue": null,
|
|
13468
|
+
"description": "Exclude monitors that have any linked table whose tags consist only of the provided tags. Tables with additional tags or no tags are included",
|
|
13469
|
+
"name": "excludeAssetTags",
|
|
13470
|
+
"type": {
|
|
13471
|
+
"kind": "LIST",
|
|
13472
|
+
"name": null,
|
|
13473
|
+
"ofType": {
|
|
13474
|
+
"kind": "NON_NULL",
|
|
13475
|
+
"name": null,
|
|
13476
|
+
"ofType": {
|
|
13477
|
+
"kind": "INPUT_OBJECT",
|
|
13478
|
+
"name": "TagKeyValuePairInput",
|
|
13479
|
+
"ofType": null
|
|
13480
|
+
}
|
|
13481
|
+
}
|
|
13482
|
+
}
|
|
13483
|
+
},
|
|
11802
13484
|
{
|
|
11803
13485
|
"defaultValue": null,
|
|
11804
13486
|
"description": "Filter by data quality dimensions",
|
|
@@ -11845,9 +13527,9 @@
|
|
|
11845
13527
|
}
|
|
11846
13528
|
],
|
|
11847
13529
|
"deprecationReason": null,
|
|
11848
|
-
"description": "(experimental) List of monitor
|
|
13530
|
+
"description": "(experimental) List of monitor tables",
|
|
11849
13531
|
"isDeprecated": false,
|
|
11850
|
-
"name": "
|
|
13532
|
+
"name": "getMonitorTables",
|
|
11851
13533
|
"type": {
|
|
11852
13534
|
"kind": "LIST",
|
|
11853
13535
|
"name": null,
|
|
@@ -11855,8 +13537,8 @@
|
|
|
11855
13537
|
"kind": "NON_NULL",
|
|
11856
13538
|
"name": null,
|
|
11857
13539
|
"ofType": {
|
|
11858
|
-
"kind": "
|
|
11859
|
-
"name": "
|
|
13540
|
+
"kind": "OBJECT",
|
|
13541
|
+
"name": "MonitorTable",
|
|
11860
13542
|
"ofType": null
|
|
11861
13543
|
}
|
|
11862
13544
|
}
|
|
@@ -12172,7 +13854,7 @@
|
|
|
12172
13854
|
},
|
|
12173
13855
|
{
|
|
12174
13856
|
"defaultValue": null,
|
|
12175
|
-
"description": "Filter by asset tags. Returns monitors
|
|
13857
|
+
"description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
|
|
12176
13858
|
"name": "assetTags",
|
|
12177
13859
|
"type": {
|
|
12178
13860
|
"kind": "LIST",
|
|
@@ -12188,6 +13870,24 @@
|
|
|
12188
13870
|
}
|
|
12189
13871
|
}
|
|
12190
13872
|
},
|
|
13873
|
+
{
|
|
13874
|
+
"defaultValue": null,
|
|
13875
|
+
"description": "Exclude monitors that have any linked table whose tags consist only of the provided tags. Tables with additional tags or no tags are included",
|
|
13876
|
+
"name": "excludeAssetTags",
|
|
13877
|
+
"type": {
|
|
13878
|
+
"kind": "LIST",
|
|
13879
|
+
"name": null,
|
|
13880
|
+
"ofType": {
|
|
13881
|
+
"kind": "NON_NULL",
|
|
13882
|
+
"name": null,
|
|
13883
|
+
"ofType": {
|
|
13884
|
+
"kind": "INPUT_OBJECT",
|
|
13885
|
+
"name": "TagKeyValuePairInput",
|
|
13886
|
+
"ofType": null
|
|
13887
|
+
}
|
|
13888
|
+
}
|
|
13889
|
+
}
|
|
13890
|
+
},
|
|
12191
13891
|
{
|
|
12192
13892
|
"defaultValue": null,
|
|
12193
13893
|
"description": "Filter by data quality dimensions",
|
|
@@ -12557,7 +14257,7 @@
|
|
|
12557
14257
|
},
|
|
12558
14258
|
{
|
|
12559
14259
|
"defaultValue": null,
|
|
12560
|
-
"description": "Filter by asset tags. Returns monitors
|
|
14260
|
+
"description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
|
|
12561
14261
|
"name": "assetTags",
|
|
12562
14262
|
"type": {
|
|
12563
14263
|
"kind": "LIST",
|
|
@@ -12573,6 +14273,24 @@
|
|
|
12573
14273
|
}
|
|
12574
14274
|
}
|
|
12575
14275
|
},
|
|
14276
|
+
{
|
|
14277
|
+
"defaultValue": null,
|
|
14278
|
+
"description": "Exclude monitors that have any linked table whose tags consist only of the provided tags. Tables with additional tags or no tags are included",
|
|
14279
|
+
"name": "excludeAssetTags",
|
|
14280
|
+
"type": {
|
|
14281
|
+
"kind": "LIST",
|
|
14282
|
+
"name": null,
|
|
14283
|
+
"ofType": {
|
|
14284
|
+
"kind": "NON_NULL",
|
|
14285
|
+
"name": null,
|
|
14286
|
+
"ofType": {
|
|
14287
|
+
"kind": "INPUT_OBJECT",
|
|
14288
|
+
"name": "TagKeyValuePairInput",
|
|
14289
|
+
"ofType": null
|
|
14290
|
+
}
|
|
14291
|
+
}
|
|
14292
|
+
}
|
|
14293
|
+
},
|
|
12576
14294
|
{
|
|
12577
14295
|
"defaultValue": null,
|
|
12578
14296
|
"description": "Filter by data quality dimensions",
|
|
@@ -41367,7 +43085,7 @@
|
|
|
41367
43085
|
},
|
|
41368
43086
|
{
|
|
41369
43087
|
"defaultValue": null,
|
|
41370
|
-
"description": "Filter by asset tags. Returns monitors
|
|
43088
|
+
"description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
|
|
41371
43089
|
"name": "assetTags",
|
|
41372
43090
|
"type": {
|
|
41373
43091
|
"kind": "LIST",
|
|
@@ -41383,6 +43101,24 @@
|
|
|
41383
43101
|
}
|
|
41384
43102
|
}
|
|
41385
43103
|
},
|
|
43104
|
+
{
|
|
43105
|
+
"defaultValue": null,
|
|
43106
|
+
"description": "Exclude monitors that have any linked table whose tags consist only of the provided tags. Tables with additional tags or no tags are included",
|
|
43107
|
+
"name": "excludeAssetTags",
|
|
43108
|
+
"type": {
|
|
43109
|
+
"kind": "LIST",
|
|
43110
|
+
"name": null,
|
|
43111
|
+
"ofType": {
|
|
43112
|
+
"kind": "NON_NULL",
|
|
43113
|
+
"name": null,
|
|
43114
|
+
"ofType": {
|
|
43115
|
+
"kind": "INPUT_OBJECT",
|
|
43116
|
+
"name": "TagKeyValuePairInput",
|
|
43117
|
+
"ofType": null
|
|
43118
|
+
}
|
|
43119
|
+
}
|
|
43120
|
+
}
|
|
43121
|
+
},
|
|
41386
43122
|
{
|
|
41387
43123
|
"defaultValue": null,
|
|
41388
43124
|
"description": "Filter by data quality dimensions",
|
|
@@ -110760,6 +112496,210 @@
|
|
|
110760
112496
|
"name": "JobExecutionHistoryLogEdge",
|
|
110761
112497
|
"possibleTypes": null
|
|
110762
112498
|
},
|
|
112499
|
+
{
|
|
112500
|
+
"description": "Warehouse assets referenced by monitors, grouped by name",
|
|
112501
|
+
"enumValues": null,
|
|
112502
|
+
"fields": [
|
|
112503
|
+
{
|
|
112504
|
+
"args": [],
|
|
112505
|
+
"deprecationReason": null,
|
|
112506
|
+
"description": "Warehouse name",
|
|
112507
|
+
"isDeprecated": false,
|
|
112508
|
+
"name": "displayName",
|
|
112509
|
+
"type": {
|
|
112510
|
+
"kind": "NON_NULL",
|
|
112511
|
+
"name": null,
|
|
112512
|
+
"ofType": {
|
|
112513
|
+
"kind": "SCALAR",
|
|
112514
|
+
"name": "String",
|
|
112515
|
+
"ofType": null
|
|
112516
|
+
}
|
|
112517
|
+
}
|
|
112518
|
+
},
|
|
112519
|
+
{
|
|
112520
|
+
"args": [],
|
|
112521
|
+
"deprecationReason": null,
|
|
112522
|
+
"description": "List of MCONs for the warehouses with this name",
|
|
112523
|
+
"isDeprecated": false,
|
|
112524
|
+
"name": "mcons",
|
|
112525
|
+
"type": {
|
|
112526
|
+
"kind": "NON_NULL",
|
|
112527
|
+
"name": null,
|
|
112528
|
+
"ofType": {
|
|
112529
|
+
"kind": "LIST",
|
|
112530
|
+
"name": null,
|
|
112531
|
+
"ofType": {
|
|
112532
|
+
"kind": "NON_NULL",
|
|
112533
|
+
"name": null,
|
|
112534
|
+
"ofType": {
|
|
112535
|
+
"kind": "SCALAR",
|
|
112536
|
+
"name": "String",
|
|
112537
|
+
"ofType": null
|
|
112538
|
+
}
|
|
112539
|
+
}
|
|
112540
|
+
}
|
|
112541
|
+
}
|
|
112542
|
+
}
|
|
112543
|
+
],
|
|
112544
|
+
"inputFields": null,
|
|
112545
|
+
"interfaces": [],
|
|
112546
|
+
"kind": "OBJECT",
|
|
112547
|
+
"name": "MonitorWarehouse",
|
|
112548
|
+
"possibleTypes": null
|
|
112549
|
+
},
|
|
112550
|
+
{
|
|
112551
|
+
"description": "Projects referenced by monitors, grouped by project name",
|
|
112552
|
+
"enumValues": null,
|
|
112553
|
+
"fields": [
|
|
112554
|
+
{
|
|
112555
|
+
"args": [],
|
|
112556
|
+
"deprecationReason": null,
|
|
112557
|
+
"description": "Project name",
|
|
112558
|
+
"isDeprecated": false,
|
|
112559
|
+
"name": "displayName",
|
|
112560
|
+
"type": {
|
|
112561
|
+
"kind": "NON_NULL",
|
|
112562
|
+
"name": null,
|
|
112563
|
+
"ofType": {
|
|
112564
|
+
"kind": "SCALAR",
|
|
112565
|
+
"name": "String",
|
|
112566
|
+
"ofType": null
|
|
112567
|
+
}
|
|
112568
|
+
}
|
|
112569
|
+
},
|
|
112570
|
+
{
|
|
112571
|
+
"args": [],
|
|
112572
|
+
"deprecationReason": null,
|
|
112573
|
+
"description": "List of MCONs for the projects with this name",
|
|
112574
|
+
"isDeprecated": false,
|
|
112575
|
+
"name": "mcons",
|
|
112576
|
+
"type": {
|
|
112577
|
+
"kind": "NON_NULL",
|
|
112578
|
+
"name": null,
|
|
112579
|
+
"ofType": {
|
|
112580
|
+
"kind": "LIST",
|
|
112581
|
+
"name": null,
|
|
112582
|
+
"ofType": {
|
|
112583
|
+
"kind": "NON_NULL",
|
|
112584
|
+
"name": null,
|
|
112585
|
+
"ofType": {
|
|
112586
|
+
"kind": "SCALAR",
|
|
112587
|
+
"name": "String",
|
|
112588
|
+
"ofType": null
|
|
112589
|
+
}
|
|
112590
|
+
}
|
|
112591
|
+
}
|
|
112592
|
+
}
|
|
112593
|
+
}
|
|
112594
|
+
],
|
|
112595
|
+
"inputFields": null,
|
|
112596
|
+
"interfaces": [],
|
|
112597
|
+
"kind": "OBJECT",
|
|
112598
|
+
"name": "MonitorProject",
|
|
112599
|
+
"possibleTypes": null
|
|
112600
|
+
},
|
|
112601
|
+
{
|
|
112602
|
+
"description": "Datasets referenced by monitors, grouped by dataset name",
|
|
112603
|
+
"enumValues": null,
|
|
112604
|
+
"fields": [
|
|
112605
|
+
{
|
|
112606
|
+
"args": [],
|
|
112607
|
+
"deprecationReason": null,
|
|
112608
|
+
"description": "Dataset name",
|
|
112609
|
+
"isDeprecated": false,
|
|
112610
|
+
"name": "displayName",
|
|
112611
|
+
"type": {
|
|
112612
|
+
"kind": "NON_NULL",
|
|
112613
|
+
"name": null,
|
|
112614
|
+
"ofType": {
|
|
112615
|
+
"kind": "SCALAR",
|
|
112616
|
+
"name": "String",
|
|
112617
|
+
"ofType": null
|
|
112618
|
+
}
|
|
112619
|
+
}
|
|
112620
|
+
},
|
|
112621
|
+
{
|
|
112622
|
+
"args": [],
|
|
112623
|
+
"deprecationReason": null,
|
|
112624
|
+
"description": "List of MCONs for the datasets with this name",
|
|
112625
|
+
"isDeprecated": false,
|
|
112626
|
+
"name": "mcons",
|
|
112627
|
+
"type": {
|
|
112628
|
+
"kind": "NON_NULL",
|
|
112629
|
+
"name": null,
|
|
112630
|
+
"ofType": {
|
|
112631
|
+
"kind": "LIST",
|
|
112632
|
+
"name": null,
|
|
112633
|
+
"ofType": {
|
|
112634
|
+
"kind": "NON_NULL",
|
|
112635
|
+
"name": null,
|
|
112636
|
+
"ofType": {
|
|
112637
|
+
"kind": "SCALAR",
|
|
112638
|
+
"name": "String",
|
|
112639
|
+
"ofType": null
|
|
112640
|
+
}
|
|
112641
|
+
}
|
|
112642
|
+
}
|
|
112643
|
+
}
|
|
112644
|
+
}
|
|
112645
|
+
],
|
|
112646
|
+
"inputFields": null,
|
|
112647
|
+
"interfaces": [],
|
|
112648
|
+
"kind": "OBJECT",
|
|
112649
|
+
"name": "MonitorDataset",
|
|
112650
|
+
"possibleTypes": null
|
|
112651
|
+
},
|
|
112652
|
+
{
|
|
112653
|
+
"description": "Tables referenced by monitors, grouped by table identifier",
|
|
112654
|
+
"enumValues": null,
|
|
112655
|
+
"fields": [
|
|
112656
|
+
{
|
|
112657
|
+
"args": [],
|
|
112658
|
+
"deprecationReason": null,
|
|
112659
|
+
"description": "Table identifier",
|
|
112660
|
+
"isDeprecated": false,
|
|
112661
|
+
"name": "displayName",
|
|
112662
|
+
"type": {
|
|
112663
|
+
"kind": "NON_NULL",
|
|
112664
|
+
"name": null,
|
|
112665
|
+
"ofType": {
|
|
112666
|
+
"kind": "SCALAR",
|
|
112667
|
+
"name": "String",
|
|
112668
|
+
"ofType": null
|
|
112669
|
+
}
|
|
112670
|
+
}
|
|
112671
|
+
},
|
|
112672
|
+
{
|
|
112673
|
+
"args": [],
|
|
112674
|
+
"deprecationReason": null,
|
|
112675
|
+
"description": "List of MCONs for the tables with this identifier",
|
|
112676
|
+
"isDeprecated": false,
|
|
112677
|
+
"name": "mcons",
|
|
112678
|
+
"type": {
|
|
112679
|
+
"kind": "NON_NULL",
|
|
112680
|
+
"name": null,
|
|
112681
|
+
"ofType": {
|
|
112682
|
+
"kind": "LIST",
|
|
112683
|
+
"name": null,
|
|
112684
|
+
"ofType": {
|
|
112685
|
+
"kind": "NON_NULL",
|
|
112686
|
+
"name": null,
|
|
112687
|
+
"ofType": {
|
|
112688
|
+
"kind": "SCALAR",
|
|
112689
|
+
"name": "String",
|
|
112690
|
+
"ofType": null
|
|
112691
|
+
}
|
|
112692
|
+
}
|
|
112693
|
+
}
|
|
112694
|
+
}
|
|
112695
|
+
}
|
|
112696
|
+
],
|
|
112697
|
+
"inputFields": null,
|
|
112698
|
+
"interfaces": [],
|
|
112699
|
+
"kind": "OBJECT",
|
|
112700
|
+
"name": "MonitorTable",
|
|
112701
|
+
"possibleTypes": null
|
|
112702
|
+
},
|
|
110763
112703
|
{
|
|
110764
112704
|
"description": "A monitor query",
|
|
110765
112705
|
"enumValues": null,
|