pycarlo 0.10.107__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 CHANGED
@@ -11017,7 +11017,7 @@
11017
11017
  },
11018
11018
  {
11019
11019
  "defaultValue": null,
11020
- "description": "Filter by asset tags. Returns monitors that have at least 1 linked table with all of the provided tags",
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 that have at least 1 linked table with all of the provided tags",
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,7 @@
11783
11819
  },
11784
11820
  {
11785
11821
  "defaultValue": null,
11786
- "description": "Filter by asset tags. Returns monitors that have at least 1 linked table with all of the provided tags",
11822
+ "description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
11787
11823
  "name": "assetTags",
11788
11824
  "type": {
11789
11825
  "kind": "LIST",
@@ -11799,6 +11835,24 @@
11799
11835
  }
11800
11836
  }
11801
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
+ },
11802
11856
  {
11803
11857
  "defaultValue": null,
11804
11858
  "description": "Filter by data quality dimensions",
@@ -12172,7 +12226,7 @@
12172
12226
  },
12173
12227
  {
12174
12228
  "defaultValue": null,
12175
- "description": "Filter by asset tags. Returns monitors that have at least 1 linked table with all of the provided tags",
12229
+ "description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
12176
12230
  "name": "assetTags",
12177
12231
  "type": {
12178
12232
  "kind": "LIST",
@@ -12188,6 +12242,24 @@
12188
12242
  }
12189
12243
  }
12190
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
+ },
12191
12263
  {
12192
12264
  "defaultValue": null,
12193
12265
  "description": "Filter by data quality dimensions",
@@ -12234,16 +12306,20 @@
12234
12306
  }
12235
12307
  ],
12236
12308
  "deprecationReason": null,
12237
- "description": "(experimental) List of users who are monitor creators",
12309
+ "description": "(experimental) List of monitor warehouses",
12238
12310
  "isDeprecated": false,
12239
- "name": "getMonitorCreators",
12311
+ "name": "getMonitorWarehouses",
12240
12312
  "type": {
12241
12313
  "kind": "LIST",
12242
12314
  "name": null,
12243
12315
  "ofType": {
12244
- "kind": "OBJECT",
12245
- "name": "User",
12246
- "ofType": null
12316
+ "kind": "NON_NULL",
12317
+ "name": null,
12318
+ "ofType": {
12319
+ "kind": "OBJECT",
12320
+ "name": "MonitorWarehouse",
12321
+ "ofType": null
12322
+ }
12247
12323
  }
12248
12324
  }
12249
12325
  },
@@ -12557,7 +12633,7 @@
12557
12633
  },
12558
12634
  {
12559
12635
  "defaultValue": null,
12560
- "description": "Filter by asset tags. Returns monitors that have at least 1 linked table with all of the provided tags",
12636
+ "description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
12561
12637
  "name": "assetTags",
12562
12638
  "type": {
12563
12639
  "kind": "LIST",
@@ -12573,6 +12649,24 @@
12573
12649
  }
12574
12650
  }
12575
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
+ },
12576
12670
  {
12577
12671
  "defaultValue": null,
12578
12672
  "description": "Filter by data quality dimensions",
@@ -12619,16 +12713,20 @@
12619
12713
  }
12620
12714
  ],
12621
12715
  "deprecationReason": null,
12622
- "description": "(experimental) List of users who last modified the monitors",
12716
+ "description": "(experimental) List of monitor projects",
12623
12717
  "isDeprecated": false,
12624
- "name": "getMonitorUpdaters",
12718
+ "name": "getMonitorProjects",
12625
12719
  "type": {
12626
12720
  "kind": "LIST",
12627
12721
  "name": null,
12628
12722
  "ofType": {
12629
- "kind": "OBJECT",
12630
- "name": "User",
12631
- "ofType": null
12723
+ "kind": "NON_NULL",
12724
+ "name": null,
12725
+ "ofType": {
12726
+ "kind": "OBJECT",
12727
+ "name": "MonitorProject",
12728
+ "ofType": null
12729
+ }
12632
12730
  }
12633
12731
  }
12634
12732
  },
@@ -12636,196 +12734,102 @@
12636
12734
  "args": [
12637
12735
  {
12638
12736
  "defaultValue": null,
12639
- "description": "UUID of monitor",
12640
- "name": "monitorUuid",
12737
+ "description": "Type of monitors to filter by, default all",
12738
+ "name": "monitorTypes",
12641
12739
  "type": {
12642
- "kind": "NON_NULL",
12740
+ "kind": "LIST",
12643
12741
  "name": null,
12644
12742
  "ofType": {
12645
- "kind": "SCALAR",
12646
- "name": "UUID",
12743
+ "kind": "ENUM",
12744
+ "name": "UserDefinedMonitors",
12647
12745
  "ofType": null
12648
12746
  }
12649
12747
  }
12650
12748
  },
12651
12749
  {
12652
12750
  "defaultValue": null,
12653
- "description": "Return the bootstrap query",
12654
- "name": "bootstrap",
12655
- "type": {
12656
- "kind": "SCALAR",
12657
- "name": "Boolean",
12658
- "ofType": null
12659
- }
12660
- },
12661
- {
12662
- "defaultValue": "true",
12663
- "description": "Pretty-print the SQL query",
12664
- "name": "formatSql",
12665
- "type": {
12666
- "kind": "SCALAR",
12667
- "name": "Boolean",
12668
- "ofType": null
12669
- }
12670
- },
12671
- {
12672
- "defaultValue": "false",
12673
- "description": "Strip the leading metadata comment",
12674
- "name": "stripMetadataComment",
12675
- "type": {
12676
- "kind": "SCALAR",
12677
- "name": "Boolean",
12678
- "ofType": null
12679
- }
12680
- },
12681
- {
12682
- "defaultValue": "false",
12683
- "description": "Returns all queries that will be issued when the monitor is run. If false, only the first query will be returned.",
12684
- "name": "allQueries",
12751
+ "description": "Type of monitor status to filter by, default all",
12752
+ "name": "statusTypes",
12685
12753
  "type": {
12686
- "kind": "SCALAR",
12687
- "name": "Boolean",
12688
- "ofType": null
12754
+ "kind": "LIST",
12755
+ "name": null,
12756
+ "ofType": {
12757
+ "kind": "ENUM",
12758
+ "name": "MonitorStatusType",
12759
+ "ofType": null
12760
+ }
12689
12761
  }
12690
12762
  },
12691
12763
  {
12692
12764
  "defaultValue": null,
12693
- "description": "Source type for the monitor queries. This is used for comparison monitors to fetch queries for specific source type either `source` or `target`",
12694
- "name": "comparisonDataSourceType",
12765
+ "description": "Type of consolidated monitor status to filter by, default all",
12766
+ "name": "consolidatedStatusTypes",
12695
12767
  "type": {
12696
- "kind": "ENUM",
12697
- "name": "ComparisonDataSourceType",
12698
- "ofType": null
12768
+ "kind": "LIST",
12769
+ "name": null,
12770
+ "ofType": {
12771
+ "kind": "ENUM",
12772
+ "name": "ConsolidatedMonitorStatusType",
12773
+ "ofType": null
12774
+ }
12699
12775
  }
12700
- }
12701
- ],
12702
- "deprecationReason": null,
12703
- "description": null,
12704
- "isDeprecated": false,
12705
- "name": "getMonitorQueries",
12706
- "type": {
12707
- "kind": "OBJECT",
12708
- "name": "MonitorQueries",
12709
- "ofType": null
12710
- }
12711
- },
12712
- {
12713
- "args": [
12776
+ },
12714
12777
  {
12715
12778
  "defaultValue": null,
12716
- "description": "UUID of monitor",
12717
- "name": "monitorUuid",
12779
+ "description": "DEPRECATED",
12780
+ "name": "descriptionFieldOrTable",
12718
12781
  "type": {
12719
- "kind": "NON_NULL",
12782
+ "kind": "LIST",
12720
12783
  "name": null,
12721
12784
  "ofType": {
12722
12785
  "kind": "SCALAR",
12723
- "name": "UUID",
12786
+ "name": "String",
12724
12787
  "ofType": null
12725
12788
  }
12726
12789
  }
12727
12790
  },
12728
- {
12729
- "defaultValue": "false",
12730
- "description": "Runs all the queries that will be issued when the monitor is run. If false, only the first query will be executed.",
12731
- "name": "allQueries",
12732
- "type": {
12733
- "kind": "SCALAR",
12734
- "name": "Boolean",
12735
- "ofType": null
12736
- }
12737
- },
12738
12791
  {
12739
12792
  "defaultValue": null,
12740
- "description": "Source type for the monitor queries. This is used for comparison monitors to fetch queries for specific source type either `source` or `target`",
12741
- "name": "comparisonDataSourceType",
12742
- "type": {
12743
- "kind": "ENUM",
12744
- "name": "ComparisonDataSourceType",
12745
- "ofType": null
12746
- }
12747
- }
12748
- ],
12749
- "deprecationReason": null,
12750
- "description": null,
12751
- "isDeprecated": false,
12752
- "name": "testMonitorQueries",
12753
- "type": {
12754
- "kind": "OBJECT",
12755
- "name": "MonitorQueriesResults",
12756
- "ofType": null
12757
- }
12758
- },
12759
- {
12760
- "args": [
12761
- {
12762
- "defaultValue": null,
12763
- "description": "MCON that specifies a table",
12764
- "name": "mcon",
12793
+ "description": "Filter by creator using a list of user emails",
12794
+ "name": "createdBy",
12765
12795
  "type": {
12766
- "kind": "NON_NULL",
12796
+ "kind": "LIST",
12767
12797
  "name": null,
12768
12798
  "ofType": {
12769
- "kind": "SCALAR",
12770
- "name": "String",
12771
- "ofType": null
12799
+ "kind": "NON_NULL",
12800
+ "name": null,
12801
+ "ofType": {
12802
+ "kind": "SCALAR",
12803
+ "name": "String",
12804
+ "ofType": null
12805
+ }
12772
12806
  }
12773
12807
  }
12774
- }
12775
- ],
12776
- "deprecationReason": null,
12777
- "description": "(general availability) Get notification audiences for table",
12778
- "isDeprecated": false,
12779
- "name": "getNotificationAudiencesForTable",
12780
- "type": {
12781
- "kind": "NON_NULL",
12782
- "name": null,
12783
- "ofType": {
12784
- "kind": "LIST",
12785
- "name": null,
12786
- "ofType": {
12787
- "kind": "OBJECT",
12788
- "name": "NotificationAudience",
12789
- "ofType": null
12790
- }
12791
- }
12792
- }
12793
- },
12794
- {
12795
- "args": [
12808
+ },
12796
12809
  {
12797
12810
  "defaultValue": null,
12798
- "description": "MCON of the table with agent observability traces",
12799
- "name": "mcon",
12811
+ "description": "Filter by updater using a list of user emails",
12812
+ "name": "updatedBy",
12800
12813
  "type": {
12801
- "kind": "NON_NULL",
12814
+ "kind": "LIST",
12802
12815
  "name": null,
12803
12816
  "ofType": {
12804
- "kind": "SCALAR",
12805
- "name": "String",
12806
- "ofType": null
12817
+ "kind": "NON_NULL",
12818
+ "name": null,
12819
+ "ofType": {
12820
+ "kind": "SCALAR",
12821
+ "name": "String",
12822
+ "ofType": null
12823
+ }
12807
12824
  }
12808
12825
  }
12809
- }
12810
- ],
12811
- "deprecationReason": null,
12812
- "description": "(experimental) Retrieve agent log groups with observability data",
12813
- "isDeprecated": false,
12814
- "name": "getAgentSpanGroups",
12815
- "type": {
12816
- "kind": "OBJECT",
12817
- "name": "AgentSpanTree",
12818
- "ofType": null
12819
- }
12820
- },
12821
- {
12822
- "args": [
12826
+ },
12823
12827
  {
12824
12828
  "defaultValue": null,
12825
- "description": "MCON of the table with agent observability traces",
12826
- "name": "mcon",
12829
+ "description": "Filter by priorities. It can include null to include monitors without a priority set",
12830
+ "name": "priorities",
12827
12831
  "type": {
12828
- "kind": "NON_NULL",
12832
+ "kind": "LIST",
12829
12833
  "name": null,
12830
12834
  "ofType": {
12831
12835
  "kind": "SCALAR",
@@ -12836,49 +12840,36 @@
12836
12840
  },
12837
12841
  {
12838
12842
  "defaultValue": null,
12839
- "description": "The SQL blocks",
12840
- "name": "sqlBlocks",
12843
+ "description": "Domain uuid to filter by",
12844
+ "name": "domainId",
12841
12845
  "type": {
12842
- "kind": "NON_NULL",
12843
- "name": null,
12844
- "ofType": {
12845
- "kind": "INPUT_OBJECT",
12846
- "name": "CustomRuleSqlBlocksInput",
12847
- "ofType": null
12848
- }
12846
+ "kind": "SCALAR",
12847
+ "name": "UUID",
12848
+ "ofType": null
12849
12849
  }
12850
- }
12851
- ],
12852
- "deprecationReason": null,
12853
- "description": "(experimental) Preview traces for a specific span node",
12854
- "isDeprecated": false,
12855
- "name": "getAgentSpanSample",
12856
- "type": {
12857
- "kind": "OBJECT",
12858
- "name": "SQLResponse",
12859
- "ofType": null
12860
- }
12861
- },
12862
- {
12863
- "args": [
12850
+ },
12864
12851
  {
12865
12852
  "defaultValue": null,
12866
- "description": "Filter by monitor type",
12867
- "name": "userDefinedMonitorTypes",
12853
+ "description": "List of domain uuids to filter by",
12854
+ "name": "domainIds",
12868
12855
  "type": {
12869
12856
  "kind": "LIST",
12870
12857
  "name": null,
12871
12858
  "ofType": {
12872
- "kind": "SCALAR",
12873
- "name": "String",
12874
- "ofType": null
12859
+ "kind": "NON_NULL",
12860
+ "name": null,
12861
+ "ofType": {
12862
+ "kind": "SCALAR",
12863
+ "name": "UUID",
12864
+ "ofType": null
12865
+ }
12875
12866
  }
12876
12867
  }
12877
12868
  },
12878
12869
  {
12879
12870
  "defaultValue": null,
12880
- "description": "Filter by creator",
12881
- "name": "createdBy",
12871
+ "description": "list of uuids of the monitors to filter by",
12872
+ "name": "uuids",
12882
12873
  "type": {
12883
12874
  "kind": "LIST",
12884
12875
  "name": null,
@@ -12891,18 +12882,18 @@
12891
12882
  },
12892
12883
  {
12893
12884
  "defaultValue": null,
12894
- "description": "Sorting of results",
12895
- "name": "orderBy",
12885
+ "description": "Deprecated",
12886
+ "name": "createdByFilters",
12896
12887
  "type": {
12897
- "kind": "SCALAR",
12898
- "name": "String",
12888
+ "kind": "INPUT_OBJECT",
12889
+ "name": "CreatedByFilters",
12899
12890
  "ofType": null
12900
12891
  }
12901
12892
  },
12902
12893
  {
12903
12894
  "defaultValue": null,
12904
- "description": "Filter by associated entities (full table ID)",
12905
- "name": "entities",
12895
+ "description": "List of labels to filter by",
12896
+ "name": "labels",
12906
12897
  "type": {
12907
12898
  "kind": "LIST",
12908
12899
  "name": null,
@@ -12915,8 +12906,8 @@
12915
12906
  },
12916
12907
  {
12917
12908
  "defaultValue": null,
12918
- "description": "Filter by associated entities (MCON)",
12919
- "name": "mcons",
12909
+ "description": "Search criteria for filtering the monitors list",
12910
+ "name": "search",
12920
12911
  "type": {
12921
12912
  "kind": "LIST",
12922
12913
  "name": null,
@@ -12929,26 +12920,1753 @@
12929
12920
  },
12930
12921
  {
12931
12922
  "defaultValue": null,
12932
- "description": "Match text on rule description, table, or field",
12933
- "name": "descriptionFieldOrTable",
12923
+ "description": "Which fields to include during search",
12924
+ "name": "searchFields",
12934
12925
  "type": {
12935
12926
  "kind": "LIST",
12936
12927
  "name": null,
12937
12928
  "ofType": {
12938
- "kind": "SCALAR",
12939
- "name": "String",
12929
+ "kind": "ENUM",
12930
+ "name": "UserDefinedMonitorSearchFields",
12940
12931
  "ofType": null
12941
12932
  }
12942
12933
  }
12943
12934
  },
12944
12935
  {
12945
12936
  "defaultValue": null,
12946
- "description": "Filter by domain UUID",
12947
- "name": "domainId",
12937
+ "description": "filter by namespaces",
12938
+ "name": "namespaces",
12948
12939
  "type": {
12949
- "kind": "SCALAR",
12950
- "name": "UUID",
12951
- "ofType": null
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",
13451
+ "name": "assetTags",
13452
+ "type": {
13453
+ "kind": "LIST",
13454
+ "name": null,
13455
+ "ofType": {
13456
+ "kind": "NON_NULL",
13457
+ "name": null,
13458
+ "ofType": {
13459
+ "kind": "INPUT_OBJECT",
13460
+ "name": "TagKeyValuePairInput",
13461
+ "ofType": null
13462
+ }
13463
+ }
13464
+ }
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
+ },
13484
+ {
13485
+ "defaultValue": null,
13486
+ "description": "Filter by data quality dimensions",
13487
+ "name": "dataQualityDimensions",
13488
+ "type": {
13489
+ "kind": "LIST",
13490
+ "name": null,
13491
+ "ofType": {
13492
+ "kind": "SCALAR",
13493
+ "name": "String",
13494
+ "ofType": null
13495
+ }
13496
+ }
13497
+ },
13498
+ {
13499
+ "defaultValue": null,
13500
+ "description": "Field and direction to order monitors by",
13501
+ "name": "orderBy",
13502
+ "type": {
13503
+ "kind": "SCALAR",
13504
+ "name": "String",
13505
+ "ofType": null
13506
+ }
13507
+ },
13508
+ {
13509
+ "defaultValue": null,
13510
+ "description": "Number of monitors to return",
13511
+ "name": "limit",
13512
+ "type": {
13513
+ "kind": "SCALAR",
13514
+ "name": "Int",
13515
+ "ofType": null
13516
+ }
13517
+ },
13518
+ {
13519
+ "defaultValue": null,
13520
+ "description": "From which monitor to return the next results",
13521
+ "name": "offset",
13522
+ "type": {
13523
+ "kind": "SCALAR",
13524
+ "name": "Int",
13525
+ "ofType": null
13526
+ }
13527
+ }
13528
+ ],
13529
+ "deprecationReason": null,
13530
+ "description": "(experimental) List of monitor tables",
13531
+ "isDeprecated": false,
13532
+ "name": "getMonitorTables",
13533
+ "type": {
13534
+ "kind": "LIST",
13535
+ "name": null,
13536
+ "ofType": {
13537
+ "kind": "NON_NULL",
13538
+ "name": null,
13539
+ "ofType": {
13540
+ "kind": "OBJECT",
13541
+ "name": "MonitorTable",
13542
+ "ofType": null
13543
+ }
13544
+ }
13545
+ }
13546
+ },
13547
+ {
13548
+ "args": [
13549
+ {
13550
+ "defaultValue": null,
13551
+ "description": "Type of monitors to filter by, default all",
13552
+ "name": "monitorTypes",
13553
+ "type": {
13554
+ "kind": "LIST",
13555
+ "name": null,
13556
+ "ofType": {
13557
+ "kind": "ENUM",
13558
+ "name": "UserDefinedMonitors",
13559
+ "ofType": null
13560
+ }
13561
+ }
13562
+ },
13563
+ {
13564
+ "defaultValue": null,
13565
+ "description": "Type of monitor status to filter by, default all",
13566
+ "name": "statusTypes",
13567
+ "type": {
13568
+ "kind": "LIST",
13569
+ "name": null,
13570
+ "ofType": {
13571
+ "kind": "ENUM",
13572
+ "name": "MonitorStatusType",
13573
+ "ofType": null
13574
+ }
13575
+ }
13576
+ },
13577
+ {
13578
+ "defaultValue": null,
13579
+ "description": "Type of consolidated monitor status to filter by, default all",
13580
+ "name": "consolidatedStatusTypes",
13581
+ "type": {
13582
+ "kind": "LIST",
13583
+ "name": null,
13584
+ "ofType": {
13585
+ "kind": "ENUM",
13586
+ "name": "ConsolidatedMonitorStatusType",
13587
+ "ofType": null
13588
+ }
13589
+ }
13590
+ },
13591
+ {
13592
+ "defaultValue": null,
13593
+ "description": "DEPRECATED",
13594
+ "name": "descriptionFieldOrTable",
13595
+ "type": {
13596
+ "kind": "LIST",
13597
+ "name": null,
13598
+ "ofType": {
13599
+ "kind": "SCALAR",
13600
+ "name": "String",
13601
+ "ofType": null
13602
+ }
13603
+ }
13604
+ },
13605
+ {
13606
+ "defaultValue": null,
13607
+ "description": "Filter by creator using a list of user emails",
13608
+ "name": "createdBy",
13609
+ "type": {
13610
+ "kind": "LIST",
13611
+ "name": null,
13612
+ "ofType": {
13613
+ "kind": "NON_NULL",
13614
+ "name": null,
13615
+ "ofType": {
13616
+ "kind": "SCALAR",
13617
+ "name": "String",
13618
+ "ofType": null
13619
+ }
13620
+ }
13621
+ }
13622
+ },
13623
+ {
13624
+ "defaultValue": null,
13625
+ "description": "Filter by updater using a list of user emails",
13626
+ "name": "updatedBy",
13627
+ "type": {
13628
+ "kind": "LIST",
13629
+ "name": null,
13630
+ "ofType": {
13631
+ "kind": "NON_NULL",
13632
+ "name": null,
13633
+ "ofType": {
13634
+ "kind": "SCALAR",
13635
+ "name": "String",
13636
+ "ofType": null
13637
+ }
13638
+ }
13639
+ }
13640
+ },
13641
+ {
13642
+ "defaultValue": null,
13643
+ "description": "Filter by priorities. It can include null to include monitors without a priority set",
13644
+ "name": "priorities",
13645
+ "type": {
13646
+ "kind": "LIST",
13647
+ "name": null,
13648
+ "ofType": {
13649
+ "kind": "SCALAR",
13650
+ "name": "String",
13651
+ "ofType": null
13652
+ }
13653
+ }
13654
+ },
13655
+ {
13656
+ "defaultValue": null,
13657
+ "description": "Domain uuid to filter by",
13658
+ "name": "domainId",
13659
+ "type": {
13660
+ "kind": "SCALAR",
13661
+ "name": "UUID",
13662
+ "ofType": null
13663
+ }
13664
+ },
13665
+ {
13666
+ "defaultValue": null,
13667
+ "description": "List of domain uuids to filter by",
13668
+ "name": "domainIds",
13669
+ "type": {
13670
+ "kind": "LIST",
13671
+ "name": null,
13672
+ "ofType": {
13673
+ "kind": "NON_NULL",
13674
+ "name": null,
13675
+ "ofType": {
13676
+ "kind": "SCALAR",
13677
+ "name": "UUID",
13678
+ "ofType": null
13679
+ }
13680
+ }
13681
+ }
13682
+ },
13683
+ {
13684
+ "defaultValue": null,
13685
+ "description": "list of uuids of the monitors to filter by",
13686
+ "name": "uuids",
13687
+ "type": {
13688
+ "kind": "LIST",
13689
+ "name": null,
13690
+ "ofType": {
13691
+ "kind": "SCALAR",
13692
+ "name": "String",
13693
+ "ofType": null
13694
+ }
13695
+ }
13696
+ },
13697
+ {
13698
+ "defaultValue": null,
13699
+ "description": "Deprecated",
13700
+ "name": "createdByFilters",
13701
+ "type": {
13702
+ "kind": "INPUT_OBJECT",
13703
+ "name": "CreatedByFilters",
13704
+ "ofType": null
13705
+ }
13706
+ },
13707
+ {
13708
+ "defaultValue": null,
13709
+ "description": "List of labels to filter by",
13710
+ "name": "labels",
13711
+ "type": {
13712
+ "kind": "LIST",
13713
+ "name": null,
13714
+ "ofType": {
13715
+ "kind": "SCALAR",
13716
+ "name": "String",
13717
+ "ofType": null
13718
+ }
13719
+ }
13720
+ },
13721
+ {
13722
+ "defaultValue": null,
13723
+ "description": "Search criteria for filtering the monitors list",
13724
+ "name": "search",
13725
+ "type": {
13726
+ "kind": "LIST",
13727
+ "name": null,
13728
+ "ofType": {
13729
+ "kind": "SCALAR",
13730
+ "name": "String",
13731
+ "ofType": null
13732
+ }
13733
+ }
13734
+ },
13735
+ {
13736
+ "defaultValue": null,
13737
+ "description": "Which fields to include during search",
13738
+ "name": "searchFields",
13739
+ "type": {
13740
+ "kind": "LIST",
13741
+ "name": null,
13742
+ "ofType": {
13743
+ "kind": "ENUM",
13744
+ "name": "UserDefinedMonitorSearchFields",
13745
+ "ofType": null
13746
+ }
13747
+ }
13748
+ },
13749
+ {
13750
+ "defaultValue": null,
13751
+ "description": "filter by namespaces",
13752
+ "name": "namespaces",
13753
+ "type": {
13754
+ "kind": "LIST",
13755
+ "name": null,
13756
+ "ofType": {
13757
+ "kind": "SCALAR",
13758
+ "name": "String",
13759
+ "ofType": null
13760
+ }
13761
+ }
13762
+ },
13763
+ {
13764
+ "defaultValue": null,
13765
+ "description": "Filter monitors created by code",
13766
+ "name": "isTemplateManaged",
13767
+ "type": {
13768
+ "kind": "SCALAR",
13769
+ "name": "Boolean",
13770
+ "ofType": null
13771
+ }
13772
+ },
13773
+ {
13774
+ "defaultValue": "false",
13775
+ "description": "Filter monitors which replace a default ootb detector",
13776
+ "name": "isOotbReplacement",
13777
+ "type": {
13778
+ "kind": "SCALAR",
13779
+ "name": "Boolean",
13780
+ "ofType": null
13781
+ }
13782
+ },
13783
+ {
13784
+ "defaultValue": "false",
13785
+ "description": "If set to true, OOTB monitors will be returned. They will be the first few monitors in the first page of the results",
13786
+ "name": "includeOotbMonitors",
13787
+ "type": {
13788
+ "kind": "SCALAR",
13789
+ "name": "Boolean",
13790
+ "ofType": null
13791
+ }
13792
+ },
13793
+ {
13794
+ "defaultValue": "false",
13795
+ "description": "If set to true and is_ootb_replacement is not specified or false, ootb_replacement monitors will be included in result",
13796
+ "name": "includeOotbReplacement",
13797
+ "type": {
13798
+ "kind": "SCALAR",
13799
+ "name": "Boolean",
13800
+ "ofType": null
13801
+ }
13802
+ },
13803
+ {
13804
+ "defaultValue": null,
13805
+ "description": "Filter by warehouses, projects, datasets, or tables (MCON)",
13806
+ "name": "mcons",
13807
+ "type": {
13808
+ "kind": "LIST",
13809
+ "name": null,
13810
+ "ofType": {
13811
+ "kind": "SCALAR",
13812
+ "name": "String",
13813
+ "ofType": null
13814
+ }
13815
+ }
13816
+ },
13817
+ {
13818
+ "defaultValue": null,
13819
+ "description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
13820
+ "name": "excludeMcons",
13821
+ "type": {
13822
+ "kind": "LIST",
13823
+ "name": null,
13824
+ "ofType": {
13825
+ "kind": "SCALAR",
13826
+ "name": "String",
13827
+ "ofType": null
13828
+ }
13829
+ }
13830
+ },
13831
+ {
13832
+ "defaultValue": null,
13833
+ "description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
13834
+ "name": "alertedOnly",
13835
+ "type": {
13836
+ "kind": "SCALAR",
13837
+ "name": "Boolean",
13838
+ "ofType": null
13839
+ }
13840
+ },
13841
+ {
13842
+ "defaultValue": null,
13843
+ "description": "Filter by monitor tags. It can include null to include monitors without tags",
13844
+ "name": "tags",
13845
+ "type": {
13846
+ "kind": "LIST",
13847
+ "name": null,
13848
+ "ofType": {
13849
+ "kind": "INPUT_OBJECT",
13850
+ "name": "TagKeyValuePairInput",
13851
+ "ofType": null
13852
+ }
13853
+ }
13854
+ },
13855
+ {
13856
+ "defaultValue": null,
13857
+ "description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
13858
+ "name": "assetTags",
13859
+ "type": {
13860
+ "kind": "LIST",
13861
+ "name": null,
13862
+ "ofType": {
13863
+ "kind": "NON_NULL",
13864
+ "name": null,
13865
+ "ofType": {
13866
+ "kind": "INPUT_OBJECT",
13867
+ "name": "TagKeyValuePairInput",
13868
+ "ofType": null
13869
+ }
13870
+ }
13871
+ }
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
+ },
13891
+ {
13892
+ "defaultValue": null,
13893
+ "description": "Filter by data quality dimensions",
13894
+ "name": "dataQualityDimensions",
13895
+ "type": {
13896
+ "kind": "LIST",
13897
+ "name": null,
13898
+ "ofType": {
13899
+ "kind": "SCALAR",
13900
+ "name": "String",
13901
+ "ofType": null
13902
+ }
13903
+ }
13904
+ },
13905
+ {
13906
+ "defaultValue": null,
13907
+ "description": "Field and direction to order monitors by",
13908
+ "name": "orderBy",
13909
+ "type": {
13910
+ "kind": "SCALAR",
13911
+ "name": "String",
13912
+ "ofType": null
13913
+ }
13914
+ },
13915
+ {
13916
+ "defaultValue": null,
13917
+ "description": "Number of monitors to return",
13918
+ "name": "limit",
13919
+ "type": {
13920
+ "kind": "SCALAR",
13921
+ "name": "Int",
13922
+ "ofType": null
13923
+ }
13924
+ },
13925
+ {
13926
+ "defaultValue": null,
13927
+ "description": "From which monitor to return the next results",
13928
+ "name": "offset",
13929
+ "type": {
13930
+ "kind": "SCALAR",
13931
+ "name": "Int",
13932
+ "ofType": null
13933
+ }
13934
+ }
13935
+ ],
13936
+ "deprecationReason": null,
13937
+ "description": "(experimental) List of users who are monitor creators",
13938
+ "isDeprecated": false,
13939
+ "name": "getMonitorCreators",
13940
+ "type": {
13941
+ "kind": "LIST",
13942
+ "name": null,
13943
+ "ofType": {
13944
+ "kind": "OBJECT",
13945
+ "name": "User",
13946
+ "ofType": null
13947
+ }
13948
+ }
13949
+ },
13950
+ {
13951
+ "args": [
13952
+ {
13953
+ "defaultValue": null,
13954
+ "description": "Type of monitors to filter by, default all",
13955
+ "name": "monitorTypes",
13956
+ "type": {
13957
+ "kind": "LIST",
13958
+ "name": null,
13959
+ "ofType": {
13960
+ "kind": "ENUM",
13961
+ "name": "UserDefinedMonitors",
13962
+ "ofType": null
13963
+ }
13964
+ }
13965
+ },
13966
+ {
13967
+ "defaultValue": null,
13968
+ "description": "Type of monitor status to filter by, default all",
13969
+ "name": "statusTypes",
13970
+ "type": {
13971
+ "kind": "LIST",
13972
+ "name": null,
13973
+ "ofType": {
13974
+ "kind": "ENUM",
13975
+ "name": "MonitorStatusType",
13976
+ "ofType": null
13977
+ }
13978
+ }
13979
+ },
13980
+ {
13981
+ "defaultValue": null,
13982
+ "description": "Type of consolidated monitor status to filter by, default all",
13983
+ "name": "consolidatedStatusTypes",
13984
+ "type": {
13985
+ "kind": "LIST",
13986
+ "name": null,
13987
+ "ofType": {
13988
+ "kind": "ENUM",
13989
+ "name": "ConsolidatedMonitorStatusType",
13990
+ "ofType": null
13991
+ }
13992
+ }
13993
+ },
13994
+ {
13995
+ "defaultValue": null,
13996
+ "description": "DEPRECATED",
13997
+ "name": "descriptionFieldOrTable",
13998
+ "type": {
13999
+ "kind": "LIST",
14000
+ "name": null,
14001
+ "ofType": {
14002
+ "kind": "SCALAR",
14003
+ "name": "String",
14004
+ "ofType": null
14005
+ }
14006
+ }
14007
+ },
14008
+ {
14009
+ "defaultValue": null,
14010
+ "description": "Filter by creator using a list of user emails",
14011
+ "name": "createdBy",
14012
+ "type": {
14013
+ "kind": "LIST",
14014
+ "name": null,
14015
+ "ofType": {
14016
+ "kind": "NON_NULL",
14017
+ "name": null,
14018
+ "ofType": {
14019
+ "kind": "SCALAR",
14020
+ "name": "String",
14021
+ "ofType": null
14022
+ }
14023
+ }
14024
+ }
14025
+ },
14026
+ {
14027
+ "defaultValue": null,
14028
+ "description": "Filter by updater using a list of user emails",
14029
+ "name": "updatedBy",
14030
+ "type": {
14031
+ "kind": "LIST",
14032
+ "name": null,
14033
+ "ofType": {
14034
+ "kind": "NON_NULL",
14035
+ "name": null,
14036
+ "ofType": {
14037
+ "kind": "SCALAR",
14038
+ "name": "String",
14039
+ "ofType": null
14040
+ }
14041
+ }
14042
+ }
14043
+ },
14044
+ {
14045
+ "defaultValue": null,
14046
+ "description": "Filter by priorities. It can include null to include monitors without a priority set",
14047
+ "name": "priorities",
14048
+ "type": {
14049
+ "kind": "LIST",
14050
+ "name": null,
14051
+ "ofType": {
14052
+ "kind": "SCALAR",
14053
+ "name": "String",
14054
+ "ofType": null
14055
+ }
14056
+ }
14057
+ },
14058
+ {
14059
+ "defaultValue": null,
14060
+ "description": "Domain uuid to filter by",
14061
+ "name": "domainId",
14062
+ "type": {
14063
+ "kind": "SCALAR",
14064
+ "name": "UUID",
14065
+ "ofType": null
14066
+ }
14067
+ },
14068
+ {
14069
+ "defaultValue": null,
14070
+ "description": "List of domain uuids to filter by",
14071
+ "name": "domainIds",
14072
+ "type": {
14073
+ "kind": "LIST",
14074
+ "name": null,
14075
+ "ofType": {
14076
+ "kind": "NON_NULL",
14077
+ "name": null,
14078
+ "ofType": {
14079
+ "kind": "SCALAR",
14080
+ "name": "UUID",
14081
+ "ofType": null
14082
+ }
14083
+ }
14084
+ }
14085
+ },
14086
+ {
14087
+ "defaultValue": null,
14088
+ "description": "list of uuids of the monitors to filter by",
14089
+ "name": "uuids",
14090
+ "type": {
14091
+ "kind": "LIST",
14092
+ "name": null,
14093
+ "ofType": {
14094
+ "kind": "SCALAR",
14095
+ "name": "String",
14096
+ "ofType": null
14097
+ }
14098
+ }
14099
+ },
14100
+ {
14101
+ "defaultValue": null,
14102
+ "description": "Deprecated",
14103
+ "name": "createdByFilters",
14104
+ "type": {
14105
+ "kind": "INPUT_OBJECT",
14106
+ "name": "CreatedByFilters",
14107
+ "ofType": null
14108
+ }
14109
+ },
14110
+ {
14111
+ "defaultValue": null,
14112
+ "description": "List of labels to filter by",
14113
+ "name": "labels",
14114
+ "type": {
14115
+ "kind": "LIST",
14116
+ "name": null,
14117
+ "ofType": {
14118
+ "kind": "SCALAR",
14119
+ "name": "String",
14120
+ "ofType": null
14121
+ }
14122
+ }
14123
+ },
14124
+ {
14125
+ "defaultValue": null,
14126
+ "description": "Search criteria for filtering the monitors list",
14127
+ "name": "search",
14128
+ "type": {
14129
+ "kind": "LIST",
14130
+ "name": null,
14131
+ "ofType": {
14132
+ "kind": "SCALAR",
14133
+ "name": "String",
14134
+ "ofType": null
14135
+ }
14136
+ }
14137
+ },
14138
+ {
14139
+ "defaultValue": null,
14140
+ "description": "Which fields to include during search",
14141
+ "name": "searchFields",
14142
+ "type": {
14143
+ "kind": "LIST",
14144
+ "name": null,
14145
+ "ofType": {
14146
+ "kind": "ENUM",
14147
+ "name": "UserDefinedMonitorSearchFields",
14148
+ "ofType": null
14149
+ }
14150
+ }
14151
+ },
14152
+ {
14153
+ "defaultValue": null,
14154
+ "description": "filter by namespaces",
14155
+ "name": "namespaces",
14156
+ "type": {
14157
+ "kind": "LIST",
14158
+ "name": null,
14159
+ "ofType": {
14160
+ "kind": "SCALAR",
14161
+ "name": "String",
14162
+ "ofType": null
14163
+ }
14164
+ }
14165
+ },
14166
+ {
14167
+ "defaultValue": null,
14168
+ "description": "Filter monitors created by code",
14169
+ "name": "isTemplateManaged",
14170
+ "type": {
14171
+ "kind": "SCALAR",
14172
+ "name": "Boolean",
14173
+ "ofType": null
14174
+ }
14175
+ },
14176
+ {
14177
+ "defaultValue": "false",
14178
+ "description": "Filter monitors which replace a default ootb detector",
14179
+ "name": "isOotbReplacement",
14180
+ "type": {
14181
+ "kind": "SCALAR",
14182
+ "name": "Boolean",
14183
+ "ofType": null
14184
+ }
14185
+ },
14186
+ {
14187
+ "defaultValue": "false",
14188
+ "description": "If set to true, OOTB monitors will be returned. They will be the first few monitors in the first page of the results",
14189
+ "name": "includeOotbMonitors",
14190
+ "type": {
14191
+ "kind": "SCALAR",
14192
+ "name": "Boolean",
14193
+ "ofType": null
14194
+ }
14195
+ },
14196
+ {
14197
+ "defaultValue": "false",
14198
+ "description": "If set to true and is_ootb_replacement is not specified or false, ootb_replacement monitors will be included in result",
14199
+ "name": "includeOotbReplacement",
14200
+ "type": {
14201
+ "kind": "SCALAR",
14202
+ "name": "Boolean",
14203
+ "ofType": null
14204
+ }
14205
+ },
14206
+ {
14207
+ "defaultValue": null,
14208
+ "description": "Filter by warehouses, projects, datasets, or tables (MCON)",
14209
+ "name": "mcons",
14210
+ "type": {
14211
+ "kind": "LIST",
14212
+ "name": null,
14213
+ "ofType": {
14214
+ "kind": "SCALAR",
14215
+ "name": "String",
14216
+ "ofType": null
14217
+ }
14218
+ }
14219
+ },
14220
+ {
14221
+ "defaultValue": null,
14222
+ "description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
14223
+ "name": "excludeMcons",
14224
+ "type": {
14225
+ "kind": "LIST",
14226
+ "name": null,
14227
+ "ofType": {
14228
+ "kind": "SCALAR",
14229
+ "name": "String",
14230
+ "ofType": null
14231
+ }
14232
+ }
14233
+ },
14234
+ {
14235
+ "defaultValue": null,
14236
+ "description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
14237
+ "name": "alertedOnly",
14238
+ "type": {
14239
+ "kind": "SCALAR",
14240
+ "name": "Boolean",
14241
+ "ofType": null
14242
+ }
14243
+ },
14244
+ {
14245
+ "defaultValue": null,
14246
+ "description": "Filter by monitor tags. It can include null to include monitors without tags",
14247
+ "name": "tags",
14248
+ "type": {
14249
+ "kind": "LIST",
14250
+ "name": null,
14251
+ "ofType": {
14252
+ "kind": "INPUT_OBJECT",
14253
+ "name": "TagKeyValuePairInput",
14254
+ "ofType": null
14255
+ }
14256
+ }
14257
+ },
14258
+ {
14259
+ "defaultValue": null,
14260
+ "description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
14261
+ "name": "assetTags",
14262
+ "type": {
14263
+ "kind": "LIST",
14264
+ "name": null,
14265
+ "ofType": {
14266
+ "kind": "NON_NULL",
14267
+ "name": null,
14268
+ "ofType": {
14269
+ "kind": "INPUT_OBJECT",
14270
+ "name": "TagKeyValuePairInput",
14271
+ "ofType": null
14272
+ }
14273
+ }
14274
+ }
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
+ },
14294
+ {
14295
+ "defaultValue": null,
14296
+ "description": "Filter by data quality dimensions",
14297
+ "name": "dataQualityDimensions",
14298
+ "type": {
14299
+ "kind": "LIST",
14300
+ "name": null,
14301
+ "ofType": {
14302
+ "kind": "SCALAR",
14303
+ "name": "String",
14304
+ "ofType": null
14305
+ }
14306
+ }
14307
+ },
14308
+ {
14309
+ "defaultValue": null,
14310
+ "description": "Field and direction to order monitors by",
14311
+ "name": "orderBy",
14312
+ "type": {
14313
+ "kind": "SCALAR",
14314
+ "name": "String",
14315
+ "ofType": null
14316
+ }
14317
+ },
14318
+ {
14319
+ "defaultValue": null,
14320
+ "description": "Number of monitors to return",
14321
+ "name": "limit",
14322
+ "type": {
14323
+ "kind": "SCALAR",
14324
+ "name": "Int",
14325
+ "ofType": null
14326
+ }
14327
+ },
14328
+ {
14329
+ "defaultValue": null,
14330
+ "description": "From which monitor to return the next results",
14331
+ "name": "offset",
14332
+ "type": {
14333
+ "kind": "SCALAR",
14334
+ "name": "Int",
14335
+ "ofType": null
14336
+ }
14337
+ }
14338
+ ],
14339
+ "deprecationReason": null,
14340
+ "description": "(experimental) List of users who last modified the monitors",
14341
+ "isDeprecated": false,
14342
+ "name": "getMonitorUpdaters",
14343
+ "type": {
14344
+ "kind": "LIST",
14345
+ "name": null,
14346
+ "ofType": {
14347
+ "kind": "OBJECT",
14348
+ "name": "User",
14349
+ "ofType": null
14350
+ }
14351
+ }
14352
+ },
14353
+ {
14354
+ "args": [
14355
+ {
14356
+ "defaultValue": null,
14357
+ "description": "UUID of monitor",
14358
+ "name": "monitorUuid",
14359
+ "type": {
14360
+ "kind": "NON_NULL",
14361
+ "name": null,
14362
+ "ofType": {
14363
+ "kind": "SCALAR",
14364
+ "name": "UUID",
14365
+ "ofType": null
14366
+ }
14367
+ }
14368
+ },
14369
+ {
14370
+ "defaultValue": null,
14371
+ "description": "Return the bootstrap query",
14372
+ "name": "bootstrap",
14373
+ "type": {
14374
+ "kind": "SCALAR",
14375
+ "name": "Boolean",
14376
+ "ofType": null
14377
+ }
14378
+ },
14379
+ {
14380
+ "defaultValue": "true",
14381
+ "description": "Pretty-print the SQL query",
14382
+ "name": "formatSql",
14383
+ "type": {
14384
+ "kind": "SCALAR",
14385
+ "name": "Boolean",
14386
+ "ofType": null
14387
+ }
14388
+ },
14389
+ {
14390
+ "defaultValue": "false",
14391
+ "description": "Strip the leading metadata comment",
14392
+ "name": "stripMetadataComment",
14393
+ "type": {
14394
+ "kind": "SCALAR",
14395
+ "name": "Boolean",
14396
+ "ofType": null
14397
+ }
14398
+ },
14399
+ {
14400
+ "defaultValue": "false",
14401
+ "description": "Returns all queries that will be issued when the monitor is run. If false, only the first query will be returned.",
14402
+ "name": "allQueries",
14403
+ "type": {
14404
+ "kind": "SCALAR",
14405
+ "name": "Boolean",
14406
+ "ofType": null
14407
+ }
14408
+ },
14409
+ {
14410
+ "defaultValue": null,
14411
+ "description": "Source type for the monitor queries. This is used for comparison monitors to fetch queries for specific source type either `source` or `target`",
14412
+ "name": "comparisonDataSourceType",
14413
+ "type": {
14414
+ "kind": "ENUM",
14415
+ "name": "ComparisonDataSourceType",
14416
+ "ofType": null
14417
+ }
14418
+ }
14419
+ ],
14420
+ "deprecationReason": null,
14421
+ "description": null,
14422
+ "isDeprecated": false,
14423
+ "name": "getMonitorQueries",
14424
+ "type": {
14425
+ "kind": "OBJECT",
14426
+ "name": "MonitorQueries",
14427
+ "ofType": null
14428
+ }
14429
+ },
14430
+ {
14431
+ "args": [
14432
+ {
14433
+ "defaultValue": null,
14434
+ "description": "UUID of monitor",
14435
+ "name": "monitorUuid",
14436
+ "type": {
14437
+ "kind": "NON_NULL",
14438
+ "name": null,
14439
+ "ofType": {
14440
+ "kind": "SCALAR",
14441
+ "name": "UUID",
14442
+ "ofType": null
14443
+ }
14444
+ }
14445
+ },
14446
+ {
14447
+ "defaultValue": "false",
14448
+ "description": "Runs all the queries that will be issued when the monitor is run. If false, only the first query will be executed.",
14449
+ "name": "allQueries",
14450
+ "type": {
14451
+ "kind": "SCALAR",
14452
+ "name": "Boolean",
14453
+ "ofType": null
14454
+ }
14455
+ },
14456
+ {
14457
+ "defaultValue": null,
14458
+ "description": "Source type for the monitor queries. This is used for comparison monitors to fetch queries for specific source type either `source` or `target`",
14459
+ "name": "comparisonDataSourceType",
14460
+ "type": {
14461
+ "kind": "ENUM",
14462
+ "name": "ComparisonDataSourceType",
14463
+ "ofType": null
14464
+ }
14465
+ }
14466
+ ],
14467
+ "deprecationReason": null,
14468
+ "description": null,
14469
+ "isDeprecated": false,
14470
+ "name": "testMonitorQueries",
14471
+ "type": {
14472
+ "kind": "OBJECT",
14473
+ "name": "MonitorQueriesResults",
14474
+ "ofType": null
14475
+ }
14476
+ },
14477
+ {
14478
+ "args": [
14479
+ {
14480
+ "defaultValue": null,
14481
+ "description": "MCON that specifies a table",
14482
+ "name": "mcon",
14483
+ "type": {
14484
+ "kind": "NON_NULL",
14485
+ "name": null,
14486
+ "ofType": {
14487
+ "kind": "SCALAR",
14488
+ "name": "String",
14489
+ "ofType": null
14490
+ }
14491
+ }
14492
+ }
14493
+ ],
14494
+ "deprecationReason": null,
14495
+ "description": "(general availability) Get notification audiences for table",
14496
+ "isDeprecated": false,
14497
+ "name": "getNotificationAudiencesForTable",
14498
+ "type": {
14499
+ "kind": "NON_NULL",
14500
+ "name": null,
14501
+ "ofType": {
14502
+ "kind": "LIST",
14503
+ "name": null,
14504
+ "ofType": {
14505
+ "kind": "OBJECT",
14506
+ "name": "NotificationAudience",
14507
+ "ofType": null
14508
+ }
14509
+ }
14510
+ }
14511
+ },
14512
+ {
14513
+ "args": [
14514
+ {
14515
+ "defaultValue": null,
14516
+ "description": "MCON of the table with agent observability traces",
14517
+ "name": "mcon",
14518
+ "type": {
14519
+ "kind": "NON_NULL",
14520
+ "name": null,
14521
+ "ofType": {
14522
+ "kind": "SCALAR",
14523
+ "name": "String",
14524
+ "ofType": null
14525
+ }
14526
+ }
14527
+ }
14528
+ ],
14529
+ "deprecationReason": null,
14530
+ "description": "(experimental) Retrieve agent log groups with observability data",
14531
+ "isDeprecated": false,
14532
+ "name": "getAgentSpanGroups",
14533
+ "type": {
14534
+ "kind": "OBJECT",
14535
+ "name": "AgentSpanTree",
14536
+ "ofType": null
14537
+ }
14538
+ },
14539
+ {
14540
+ "args": [
14541
+ {
14542
+ "defaultValue": null,
14543
+ "description": "MCON of the table with agent observability traces",
14544
+ "name": "mcon",
14545
+ "type": {
14546
+ "kind": "NON_NULL",
14547
+ "name": null,
14548
+ "ofType": {
14549
+ "kind": "SCALAR",
14550
+ "name": "String",
14551
+ "ofType": null
14552
+ }
14553
+ }
14554
+ },
14555
+ {
14556
+ "defaultValue": null,
14557
+ "description": "The SQL blocks",
14558
+ "name": "sqlBlocks",
14559
+ "type": {
14560
+ "kind": "NON_NULL",
14561
+ "name": null,
14562
+ "ofType": {
14563
+ "kind": "INPUT_OBJECT",
14564
+ "name": "CustomRuleSqlBlocksInput",
14565
+ "ofType": null
14566
+ }
14567
+ }
14568
+ }
14569
+ ],
14570
+ "deprecationReason": null,
14571
+ "description": "(experimental) Preview traces for a specific span node",
14572
+ "isDeprecated": false,
14573
+ "name": "getAgentSpanSample",
14574
+ "type": {
14575
+ "kind": "OBJECT",
14576
+ "name": "SQLResponse",
14577
+ "ofType": null
14578
+ }
14579
+ },
14580
+ {
14581
+ "args": [
14582
+ {
14583
+ "defaultValue": null,
14584
+ "description": "Filter by monitor type",
14585
+ "name": "userDefinedMonitorTypes",
14586
+ "type": {
14587
+ "kind": "LIST",
14588
+ "name": null,
14589
+ "ofType": {
14590
+ "kind": "SCALAR",
14591
+ "name": "String",
14592
+ "ofType": null
14593
+ }
14594
+ }
14595
+ },
14596
+ {
14597
+ "defaultValue": null,
14598
+ "description": "Filter by creator",
14599
+ "name": "createdBy",
14600
+ "type": {
14601
+ "kind": "LIST",
14602
+ "name": null,
14603
+ "ofType": {
14604
+ "kind": "SCALAR",
14605
+ "name": "String",
14606
+ "ofType": null
14607
+ }
14608
+ }
14609
+ },
14610
+ {
14611
+ "defaultValue": null,
14612
+ "description": "Sorting of results",
14613
+ "name": "orderBy",
14614
+ "type": {
14615
+ "kind": "SCALAR",
14616
+ "name": "String",
14617
+ "ofType": null
14618
+ }
14619
+ },
14620
+ {
14621
+ "defaultValue": null,
14622
+ "description": "Filter by associated entities (full table ID)",
14623
+ "name": "entities",
14624
+ "type": {
14625
+ "kind": "LIST",
14626
+ "name": null,
14627
+ "ofType": {
14628
+ "kind": "SCALAR",
14629
+ "name": "String",
14630
+ "ofType": null
14631
+ }
14632
+ }
14633
+ },
14634
+ {
14635
+ "defaultValue": null,
14636
+ "description": "Filter by associated entities (MCON)",
14637
+ "name": "mcons",
14638
+ "type": {
14639
+ "kind": "LIST",
14640
+ "name": null,
14641
+ "ofType": {
14642
+ "kind": "SCALAR",
14643
+ "name": "String",
14644
+ "ofType": null
14645
+ }
14646
+ }
14647
+ },
14648
+ {
14649
+ "defaultValue": null,
14650
+ "description": "Match text on rule description, table, or field",
14651
+ "name": "descriptionFieldOrTable",
14652
+ "type": {
14653
+ "kind": "LIST",
14654
+ "name": null,
14655
+ "ofType": {
14656
+ "kind": "SCALAR",
14657
+ "name": "String",
14658
+ "ofType": null
14659
+ }
14660
+ }
14661
+ },
14662
+ {
14663
+ "defaultValue": null,
14664
+ "description": "Filter by domain UUID",
14665
+ "name": "domainId",
14666
+ "type": {
14667
+ "kind": "SCALAR",
14668
+ "name": "UUID",
14669
+ "ofType": null
12952
14670
  }
12953
14671
  },
12954
14672
  {
@@ -13564,9 +15282,9 @@
13564
15282
  }
13565
15283
  }
13566
15284
  ],
13567
- "deprecationReason": null,
13568
- "description": "Build field quality rule query from parameters",
13569
- "isDeprecated": false,
15285
+ "deprecationReason": "DEPRECATED: Use Custom SQL monitors instead.",
15286
+ "description": "DEPRECATED: Build field quality rule query from parameters",
15287
+ "isDeprecated": true,
13570
15288
  "name": "getFieldMetricQuery",
13571
15289
  "type": {
13572
15290
  "kind": "OBJECT",
@@ -13591,9 +15309,9 @@
13591
15309
  }
13592
15310
  }
13593
15311
  ],
13594
- "deprecationReason": null,
15312
+ "deprecationReason": "DEPRECATED: Use Custom SQL monitors instead.",
13595
15313
  "description": "Build field quality rule SQL query from parameters",
13596
- "isDeprecated": false,
15314
+ "isDeprecated": true,
13597
15315
  "name": "getFieldQuery",
13598
15316
  "type": {
13599
15317
  "kind": "OBJECT",
@@ -36251,12 +37969,6 @@
36251
37969
  {
36252
37970
  "description": null,
36253
37971
  "enumValues": [
36254
- {
36255
- "deprecationReason": null,
36256
- "description": "Dimension - legacy",
36257
- "isDeprecated": false,
36258
- "name": "CATEGORIES"
36259
- },
36260
37972
  {
36261
37973
  "deprecationReason": null,
36262
37974
  "description": "Metric",
@@ -36275,24 +37987,12 @@
36275
37987
  "isDeprecated": false,
36276
37988
  "name": "CUSTOM_SQL"
36277
37989
  },
36278
- {
36279
- "deprecationReason": null,
36280
- "description": "Metric - legacy",
36281
- "isDeprecated": false,
36282
- "name": "FIELD_QUALITY"
36283
- },
36284
37990
  {
36285
37991
  "deprecationReason": null,
36286
37992
  "description": "Freshness",
36287
37993
  "isDeprecated": false,
36288
37994
  "name": "FRESHNESS"
36289
37995
  },
36290
- {
36291
- "deprecationReason": null,
36292
- "description": "Volume - legacy",
36293
- "isDeprecated": false,
36294
- "name": "TABLE_METRIC"
36295
- },
36296
37996
  {
36297
37997
  "deprecationReason": null,
36298
37998
  "description": "Volume",
@@ -36334,6 +38034,24 @@
36334
38034
  "description": "Table",
36335
38035
  "isDeprecated": false,
36336
38036
  "name": "TABLE"
38037
+ },
38038
+ {
38039
+ "deprecationReason": null,
38040
+ "description": "Dimension - legacy",
38041
+ "isDeprecated": false,
38042
+ "name": "CATEGORIES"
38043
+ },
38044
+ {
38045
+ "deprecationReason": null,
38046
+ "description": "Metric - legacy",
38047
+ "isDeprecated": false,
38048
+ "name": "FIELD_QUALITY"
38049
+ },
38050
+ {
38051
+ "deprecationReason": null,
38052
+ "description": "Volume - legacy",
38053
+ "isDeprecated": false,
38054
+ "name": "TABLE_METRIC"
36337
38055
  }
36338
38056
  ],
36339
38057
  "fields": null,
@@ -41367,7 +43085,7 @@
41367
43085
  },
41368
43086
  {
41369
43087
  "defaultValue": null,
41370
- "description": "Filter by asset tags. Returns monitors that have at least 1 linked table with all of the provided tags",
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",
@@ -62578,12 +64314,6 @@
62578
64314
  "isDeprecated": false,
62579
64315
  "name": "VALIDATION_BREACH"
62580
64316
  },
62581
- {
62582
- "deprecationReason": null,
62583
- "description": null,
62584
- "isDeprecated": false,
62585
- "name": "FIELD_QUALITY_RULE_BREACH"
62586
- },
62587
64317
  {
62588
64318
  "deprecationReason": null,
62589
64319
  "description": null,
@@ -62638,6 +64368,12 @@
62638
64368
  "isDeprecated": false,
62639
64369
  "name": "PERFORMANCE_ANOMALY"
62640
64370
  },
64371
+ {
64372
+ "deprecationReason": null,
64373
+ "description": null,
64374
+ "isDeprecated": false,
64375
+ "name": "FIELD_QUALITY_RULE_BREACH"
64376
+ },
62641
64377
  {
62642
64378
  "deprecationReason": null,
62643
64379
  "description": null,
@@ -70664,12 +72400,6 @@
70664
72400
  "isDeprecated": false,
70665
72401
  "name": "validation_breach"
70666
72402
  },
70667
- {
70668
- "deprecationReason": null,
70669
- "description": null,
70670
- "isDeprecated": false,
70671
- "name": "field_quality_rule_breach"
70672
- },
70673
72403
  {
70674
72404
  "deprecationReason": null,
70675
72405
  "description": null,
@@ -70723,6 +72453,12 @@
70723
72453
  "description": null,
70724
72454
  "isDeprecated": false,
70725
72455
  "name": "performance_anomaly"
72456
+ },
72457
+ {
72458
+ "deprecationReason": null,
72459
+ "description": null,
72460
+ "isDeprecated": false,
72461
+ "name": "field_quality_rule_breach"
70726
72462
  }
70727
72463
  ],
70728
72464
  "fields": null,
@@ -74199,55 +75935,55 @@
74199
75935
  "deprecationReason": null,
74200
75936
  "description": null,
74201
75937
  "isDeprecated": false,
74202
- "name": "field_quality_rule"
75938
+ "name": "sql_rule"
74203
75939
  },
74204
75940
  {
74205
75941
  "deprecationReason": null,
74206
75942
  "description": null,
74207
75943
  "isDeprecated": false,
74208
- "name": "sql_rule"
75944
+ "name": "freshness"
74209
75945
  },
74210
75946
  {
74211
75947
  "deprecationReason": null,
74212
75948
  "description": null,
74213
75949
  "isDeprecated": false,
74214
- "name": "freshness"
75950
+ "name": "volume"
74215
75951
  },
74216
75952
  {
74217
75953
  "deprecationReason": null,
74218
75954
  "description": null,
74219
75955
  "isDeprecated": false,
74220
- "name": "volume"
75956
+ "name": "field_health"
74221
75957
  },
74222
75958
  {
74223
75959
  "deprecationReason": null,
74224
75960
  "description": null,
74225
75961
  "isDeprecated": false,
74226
- "name": "field_health"
75962
+ "name": "schema"
74227
75963
  },
74228
75964
  {
74229
75965
  "deprecationReason": null,
74230
75966
  "description": null,
74231
75967
  "isDeprecated": false,
74232
- "name": "dimension"
75968
+ "name": "dbt_errors"
74233
75969
  },
74234
75970
  {
74235
75971
  "deprecationReason": null,
74236
75972
  "description": null,
74237
75973
  "isDeprecated": false,
74238
- "name": "schema"
75974
+ "name": "validation"
74239
75975
  },
74240
75976
  {
74241
75977
  "deprecationReason": null,
74242
75978
  "description": null,
74243
75979
  "isDeprecated": false,
74244
- "name": "dbt_errors"
75980
+ "name": "field_quality_rule"
74245
75981
  },
74246
75982
  {
74247
75983
  "deprecationReason": null,
74248
75984
  "description": null,
74249
75985
  "isDeprecated": false,
74250
- "name": "validation"
75986
+ "name": "dimension"
74251
75987
  }
74252
75988
  ],
74253
75989
  "fields": null,
@@ -74575,7 +76311,7 @@
74575
76311
  {
74576
76312
  "args": [],
74577
76313
  "deprecationReason": null,
74578
- "description": "indicates whether the table could possibly be used for defining field quality rules",
76314
+ "description": "DEPRECATED: always returns false",
74579
76315
  "isDeprecated": false,
74580
76316
  "name": "supportsFieldQualityRule",
74581
76317
  "type": {
@@ -74923,7 +76659,7 @@
74923
76659
  {
74924
76660
  "args": [],
74925
76661
  "deprecationReason": null,
74926
- "description": "indicates whether the table could possibly be used for defining field quality rules, and why",
76662
+ "description": "DEPRECATED",
74927
76663
  "isDeprecated": false,
74928
76664
  "name": "supportsFieldQualityRuleWithReason",
74929
76665
  "type": {
@@ -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,
@@ -111886,12 +113826,6 @@
111886
113826
  {
111887
113827
  "description": null,
111888
113828
  "enumValues": [
111889
- {
111890
- "deprecationReason": null,
111891
- "description": "Metric - legacy",
111892
- "isDeprecated": false,
111893
- "name": "FIELD_QUALITY"
111894
- },
111895
113829
  {
111896
113830
  "deprecationReason": null,
111897
113831
  "description": "Custom SQL",
@@ -111934,6 +113868,12 @@
111934
113868
  "isDeprecated": false,
111935
113869
  "name": "TABLE_METRIC"
111936
113870
  },
113871
+ {
113872
+ "deprecationReason": null,
113873
+ "description": "Metric - legacy",
113874
+ "isDeprecated": false,
113875
+ "name": "FIELD_QUALITY"
113876
+ },
111937
113877
  {
111938
113878
  "deprecationReason": null,
111939
113879
  "description": "Metric",
@@ -115150,12 +117090,6 @@
115150
117090
  {
115151
117091
  "description": null,
115152
117092
  "enumValues": [
115153
- {
115154
- "deprecationReason": null,
115155
- "description": "Metric - legacy",
115156
- "isDeprecated": false,
115157
- "name": "FIELD_QUALITY"
115158
- },
115159
117093
  {
115160
117094
  "deprecationReason": null,
115161
117095
  "description": "Custom SQL",
@@ -115197,6 +117131,12 @@
115197
117131
  "description": "Table metric rule",
115198
117132
  "isDeprecated": false,
115199
117133
  "name": "TABLE_METRIC"
117134
+ },
117135
+ {
117136
+ "deprecationReason": null,
117137
+ "description": "Metric - legacy",
117138
+ "isDeprecated": false,
117139
+ "name": "FIELD_QUALITY"
115200
117140
  }
115201
117141
  ],
115202
117142
  "fields": null,