pycarlo 0.10.108__py3-none-any.whl → 0.10.110__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,1220 @@
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",
11424
+ "name": "assetTags",
11425
+ "type": {
11426
+ "kind": "LIST",
11427
+ "name": null,
11428
+ "ofType": {
11429
+ "kind": "NON_NULL",
11430
+ "name": null,
11431
+ "ofType": {
11432
+ "kind": "INPUT_OBJECT",
11433
+ "name": "TagKeyValuePairInput",
11434
+ "ofType": null
11435
+ }
11436
+ }
11437
+ }
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
+ },
11457
+ {
11458
+ "defaultValue": null,
11459
+ "description": "Filter by data quality dimensions",
11460
+ "name": "dataQualityDimensions",
11461
+ "type": {
11462
+ "kind": "LIST",
11463
+ "name": null,
11464
+ "ofType": {
11465
+ "kind": "SCALAR",
11466
+ "name": "String",
11467
+ "ofType": null
11468
+ }
11469
+ }
11470
+ },
11471
+ {
11472
+ "defaultValue": null,
11473
+ "description": "Field and direction to order monitors by",
11474
+ "name": "orderBy",
11475
+ "type": {
11476
+ "kind": "SCALAR",
11477
+ "name": "String",
11478
+ "ofType": null
11479
+ }
11480
+ },
11481
+ {
11482
+ "defaultValue": null,
11483
+ "description": "Number of monitors to return",
11484
+ "name": "limit",
11485
+ "type": {
11486
+ "kind": "SCALAR",
11487
+ "name": "Int",
11488
+ "ofType": null
11489
+ }
11490
+ },
11491
+ {
11492
+ "defaultValue": null,
11493
+ "description": "From which monitor to return the next results",
11494
+ "name": "offset",
11495
+ "type": {
11496
+ "kind": "SCALAR",
11497
+ "name": "Int",
11498
+ "ofType": null
11499
+ }
11500
+ }
11501
+ ],
11502
+ "deprecationReason": null,
11503
+ "description": "The number of monitors matching the filters",
11504
+ "isDeprecated": false,
11505
+ "name": "getMonitorsCount",
11506
+ "type": {
11507
+ "kind": "SCALAR",
11508
+ "name": "Int",
11509
+ "ofType": null
11510
+ }
11511
+ },
11512
+ {
11513
+ "args": [
11514
+ {
11515
+ "defaultValue": null,
11516
+ "description": "Type of monitors to filter by, default all",
11517
+ "name": "monitorTypes",
11518
+ "type": {
11519
+ "kind": "LIST",
11520
+ "name": null,
11521
+ "ofType": {
11522
+ "kind": "ENUM",
11523
+ "name": "UserDefinedMonitors",
11524
+ "ofType": null
11525
+ }
11526
+ }
11527
+ },
11528
+ {
11529
+ "defaultValue": null,
11530
+ "description": "Type of monitor status to filter by, default all",
11531
+ "name": "statusTypes",
11532
+ "type": {
11533
+ "kind": "LIST",
11534
+ "name": null,
11535
+ "ofType": {
11536
+ "kind": "ENUM",
11537
+ "name": "MonitorStatusType",
11538
+ "ofType": null
11539
+ }
11540
+ }
11541
+ },
11542
+ {
11543
+ "defaultValue": null,
11544
+ "description": "Type of consolidated monitor status to filter by, default all",
11545
+ "name": "consolidatedStatusTypes",
11546
+ "type": {
11547
+ "kind": "LIST",
11548
+ "name": null,
11549
+ "ofType": {
11550
+ "kind": "ENUM",
11551
+ "name": "ConsolidatedMonitorStatusType",
11552
+ "ofType": null
11553
+ }
11554
+ }
11555
+ },
11556
+ {
11557
+ "defaultValue": null,
11558
+ "description": "DEPRECATED",
11559
+ "name": "descriptionFieldOrTable",
11560
+ "type": {
11561
+ "kind": "LIST",
11562
+ "name": null,
11563
+ "ofType": {
11564
+ "kind": "SCALAR",
11565
+ "name": "String",
11566
+ "ofType": null
11567
+ }
11568
+ }
11569
+ },
11570
+ {
11571
+ "defaultValue": null,
11572
+ "description": "Filter by creator using a list of user emails",
11573
+ "name": "createdBy",
11574
+ "type": {
11575
+ "kind": "LIST",
11576
+ "name": null,
11577
+ "ofType": {
11578
+ "kind": "NON_NULL",
11579
+ "name": null,
11580
+ "ofType": {
11581
+ "kind": "SCALAR",
11582
+ "name": "String",
11583
+ "ofType": null
11584
+ }
11585
+ }
11586
+ }
11587
+ },
11588
+ {
11589
+ "defaultValue": null,
11590
+ "description": "Filter by updater using a list of user emails",
11591
+ "name": "updatedBy",
11592
+ "type": {
11593
+ "kind": "LIST",
11594
+ "name": null,
11595
+ "ofType": {
11596
+ "kind": "NON_NULL",
11597
+ "name": null,
11598
+ "ofType": {
11599
+ "kind": "SCALAR",
11600
+ "name": "String",
11601
+ "ofType": null
11602
+ }
11603
+ }
11604
+ }
11605
+ },
11606
+ {
11607
+ "defaultValue": null,
11608
+ "description": "Filter by priorities. It can include null to include monitors without a priority set",
11609
+ "name": "priorities",
11610
+ "type": {
11611
+ "kind": "LIST",
11612
+ "name": null,
11613
+ "ofType": {
11614
+ "kind": "SCALAR",
11615
+ "name": "String",
11616
+ "ofType": null
11617
+ }
11618
+ }
11619
+ },
11620
+ {
11621
+ "defaultValue": null,
11622
+ "description": "Domain uuid to filter by",
11623
+ "name": "domainId",
11624
+ "type": {
11625
+ "kind": "SCALAR",
11626
+ "name": "UUID",
11627
+ "ofType": null
11628
+ }
11629
+ },
11630
+ {
11631
+ "defaultValue": null,
11632
+ "description": "List of domain uuids to filter by",
11633
+ "name": "domainIds",
11634
+ "type": {
11635
+ "kind": "LIST",
11636
+ "name": null,
11637
+ "ofType": {
11638
+ "kind": "NON_NULL",
11639
+ "name": null,
11640
+ "ofType": {
11641
+ "kind": "SCALAR",
11642
+ "name": "UUID",
11643
+ "ofType": null
11644
+ }
11645
+ }
11646
+ }
11647
+ },
11648
+ {
11649
+ "defaultValue": null,
11650
+ "description": "list of uuids of the monitors to filter by",
11651
+ "name": "uuids",
11652
+ "type": {
11653
+ "kind": "LIST",
11654
+ "name": null,
11655
+ "ofType": {
11656
+ "kind": "SCALAR",
11657
+ "name": "String",
11658
+ "ofType": null
11659
+ }
11660
+ }
11661
+ },
11662
+ {
11663
+ "defaultValue": null,
11664
+ "description": "Deprecated",
11665
+ "name": "createdByFilters",
11666
+ "type": {
11667
+ "kind": "INPUT_OBJECT",
11668
+ "name": "CreatedByFilters",
11669
+ "ofType": null
11670
+ }
11671
+ },
11672
+ {
11673
+ "defaultValue": null,
11674
+ "description": "List of labels to filter by",
11675
+ "name": "labels",
11676
+ "type": {
11677
+ "kind": "LIST",
11678
+ "name": null,
11679
+ "ofType": {
11680
+ "kind": "SCALAR",
11681
+ "name": "String",
11682
+ "ofType": null
11683
+ }
11684
+ }
11685
+ },
11686
+ {
11687
+ "defaultValue": null,
11688
+ "description": "Search criteria for filtering the monitors list",
11689
+ "name": "search",
11690
+ "type": {
11691
+ "kind": "LIST",
11692
+ "name": null,
11693
+ "ofType": {
11694
+ "kind": "SCALAR",
11695
+ "name": "String",
11696
+ "ofType": null
11697
+ }
11698
+ }
11699
+ },
11700
+ {
11701
+ "defaultValue": null,
11702
+ "description": "Which fields to include during search",
11703
+ "name": "searchFields",
11704
+ "type": {
11705
+ "kind": "LIST",
11706
+ "name": null,
11707
+ "ofType": {
11708
+ "kind": "ENUM",
11709
+ "name": "UserDefinedMonitorSearchFields",
11710
+ "ofType": null
11711
+ }
11712
+ }
11713
+ },
11714
+ {
11715
+ "defaultValue": null,
11716
+ "description": "filter by namespaces",
11717
+ "name": "namespaces",
11718
+ "type": {
11719
+ "kind": "LIST",
11720
+ "name": null,
11721
+ "ofType": {
11722
+ "kind": "SCALAR",
11723
+ "name": "String",
11724
+ "ofType": null
11725
+ }
11726
+ }
11727
+ },
11728
+ {
11729
+ "defaultValue": null,
11730
+ "description": "Filter monitors created by code",
11731
+ "name": "isTemplateManaged",
11732
+ "type": {
11733
+ "kind": "SCALAR",
11734
+ "name": "Boolean",
11735
+ "ofType": null
11736
+ }
11737
+ },
11738
+ {
11739
+ "defaultValue": "false",
11740
+ "description": "Filter monitors which replace a default ootb detector",
11741
+ "name": "isOotbReplacement",
11742
+ "type": {
11743
+ "kind": "SCALAR",
11744
+ "name": "Boolean",
11745
+ "ofType": null
11746
+ }
11747
+ },
11748
+ {
11749
+ "defaultValue": "false",
11750
+ "description": "If set to true, OOTB monitors will be returned. They will be the first few monitors in the first page of the results",
11751
+ "name": "includeOotbMonitors",
11752
+ "type": {
11753
+ "kind": "SCALAR",
11754
+ "name": "Boolean",
11755
+ "ofType": null
11756
+ }
11757
+ },
11758
+ {
11759
+ "defaultValue": "false",
11760
+ "description": "If set to true and is_ootb_replacement is not specified or false, ootb_replacement monitors will be included in result",
11761
+ "name": "includeOotbReplacement",
11762
+ "type": {
11763
+ "kind": "SCALAR",
11764
+ "name": "Boolean",
11765
+ "ofType": null
11766
+ }
11767
+ },
11768
+ {
11769
+ "defaultValue": null,
11770
+ "description": "Filter by warehouses, projects, datasets, or tables (MCON)",
11771
+ "name": "mcons",
11772
+ "type": {
11773
+ "kind": "LIST",
11774
+ "name": null,
11775
+ "ofType": {
11776
+ "kind": "SCALAR",
11777
+ "name": "String",
11778
+ "ofType": null
11779
+ }
11780
+ }
11781
+ },
11782
+ {
11783
+ "defaultValue": null,
11784
+ "description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
11785
+ "name": "excludeMcons",
11786
+ "type": {
11787
+ "kind": "LIST",
11788
+ "name": null,
11789
+ "ofType": {
11790
+ "kind": "SCALAR",
11791
+ "name": "String",
11792
+ "ofType": null
11793
+ }
11794
+ }
11795
+ },
11796
+ {
11797
+ "defaultValue": null,
11798
+ "description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
11799
+ "name": "alertedOnly",
11800
+ "type": {
11801
+ "kind": "SCALAR",
11802
+ "name": "Boolean",
11803
+ "ofType": null
11804
+ }
11805
+ },
11806
+ {
11807
+ "defaultValue": null,
11808
+ "description": "Filter by monitor tags. It can include null to include monitors without tags",
11809
+ "name": "tags",
11810
+ "type": {
11811
+ "kind": "LIST",
11812
+ "name": null,
11813
+ "ofType": {
11814
+ "kind": "INPUT_OBJECT",
11815
+ "name": "TagKeyValuePairInput",
11816
+ "ofType": null
11817
+ }
11818
+ }
11819
+ },
11820
+ {
11821
+ "defaultValue": null,
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",
11406
12637
  "name": "assetTags",
11407
12638
  "type": {
11408
12639
  "kind": "LIST",
@@ -11418,6 +12649,24 @@
11418
12649
  }
11419
12650
  }
11420
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
+ },
11421
12670
  {
11422
12671
  "defaultValue": null,
11423
12672
  "description": "Filter by data quality dimensions",
@@ -11464,13 +12713,21 @@
11464
12713
  }
11465
12714
  ],
11466
12715
  "deprecationReason": null,
11467
- "description": "The number of monitors matching the filters",
12716
+ "description": "(experimental) List of monitor projects",
11468
12717
  "isDeprecated": false,
11469
- "name": "getMonitorsCount",
12718
+ "name": "getMonitorProjects",
11470
12719
  "type": {
11471
- "kind": "SCALAR",
11472
- "name": "Int",
11473
- "ofType": null
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
+ }
11474
12731
  }
11475
12732
  },
11476
12733
  {
@@ -11783,7 +13040,7 @@
11783
13040
  },
11784
13041
  {
11785
13042
  "defaultValue": null,
11786
- "description": "Filter by asset tags. Returns monitors that have at least 1 linked table with all of the provided tags",
13043
+ "description": "Filter by asset tags. Returns monitors with at least one linked table that has any of the provided tags",
11787
13044
  "name": "assetTags",
11788
13045
  "type": {
11789
13046
  "kind": "LIST",
@@ -11799,6 +13056,24 @@
11799
13056
  }
11800
13057
  }
11801
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
+ },
11802
13077
  {
11803
13078
  "defaultValue": null,
11804
13079
  "description": "Filter by data quality dimensions",
@@ -11845,9 +13120,9 @@
11845
13120
  }
11846
13121
  ],
11847
13122
  "deprecationReason": null,
11848
- "description": "(experimental) List of monitor namespaces",
13123
+ "description": "(experimental) List of monitor datasets",
11849
13124
  "isDeprecated": false,
11850
- "name": "getMonitorNamespaces",
13125
+ "name": "getMonitorDatasets",
11851
13126
  "type": {
11852
13127
  "kind": "LIST",
11853
13128
  "name": null,
@@ -11855,10 +13130,417 @@
11855
13130
  "kind": "NON_NULL",
11856
13131
  "name": null,
11857
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": {
11858
13503
  "kind": "SCALAR",
11859
13504
  "name": "String",
11860
13505
  "ofType": null
11861
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
+ }
11862
13544
  }
11863
13545
  }
11864
13546
  },
@@ -12172,7 +13854,7 @@
12172
13854
  },
12173
13855
  {
12174
13856
  "defaultValue": null,
12175
- "description": "Filter by asset tags. Returns monitors that have at least 1 linked table with all of the provided tags",
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 that have at least 1 linked table with all of the provided tags",
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 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",
@@ -45930,79 +47666,6 @@
45930
47666
  }
45931
47667
  }
45932
47668
  },
45933
- {
45934
- "args": [
45935
- {
45936
- "defaultValue": null,
45937
- "description": "Start time of maintenance period",
45938
- "name": "startTime",
45939
- "type": {
45940
- "kind": "NON_NULL",
45941
- "name": null,
45942
- "ofType": {
45943
- "kind": "SCALAR",
45944
- "name": "DateTime",
45945
- "ofType": null
45946
- }
45947
- }
45948
- },
45949
- {
45950
- "defaultValue": null,
45951
- "description": "End time of maintenance period",
45952
- "name": "endTime",
45953
- "type": {
45954
- "kind": "NON_NULL",
45955
- "name": null,
45956
- "ofType": {
45957
- "kind": "SCALAR",
45958
- "name": "DateTime",
45959
- "ofType": null
45960
- }
45961
- }
45962
- },
45963
- {
45964
- "defaultValue": null,
45965
- "description": "MC object identifier",
45966
- "name": "mcon",
45967
- "type": {
45968
- "kind": "NON_NULL",
45969
- "name": null,
45970
- "ofType": {
45971
- "kind": "SCALAR",
45972
- "name": "String",
45973
- "ofType": null
45974
- }
45975
- }
45976
- },
45977
- {
45978
- "defaultValue": null,
45979
- "description": null,
45980
- "name": "metricType",
45981
- "type": {
45982
- "kind": "NON_NULL",
45983
- "name": null,
45984
- "ofType": {
45985
- "kind": "ENUM",
45986
- "name": "DataMaintenanceMetric",
45987
- "ofType": null
45988
- }
45989
- }
45990
- }
45991
- ],
45992
- "deprecationReason": null,
45993
- "description": "List of exclusion windows. No anomalies will be created during these periods and data points will be ignored for training.",
45994
- "isDeprecated": false,
45995
- "name": "maintenanceWindows",
45996
- "type": {
45997
- "kind": "LIST",
45998
- "name": null,
45999
- "ofType": {
46000
- "kind": "OBJECT",
46001
- "name": "MaintenanceWindow",
46002
- "ofType": null
46003
- }
46004
- }
46005
- },
46006
47669
  {
46007
47670
  "args": [],
46008
47671
  "deprecationReason": "Use getFreshnessMonitor instead",
@@ -82605,173 +84268,6 @@
82605
84268
  "name": "ThresholdStatus",
82606
84269
  "possibleTypes": null
82607
84270
  },
82608
- {
82609
- "description": null,
82610
- "enumValues": null,
82611
- "fields": [
82612
- {
82613
- "args": [],
82614
- "deprecationReason": null,
82615
- "description": "Unique identifier for the maintenance window",
82616
- "isDeprecated": false,
82617
- "name": "id",
82618
- "type": {
82619
- "kind": "NON_NULL",
82620
- "name": null,
82621
- "ofType": {
82622
- "kind": "SCALAR",
82623
- "name": "Int",
82624
- "ofType": null
82625
- }
82626
- }
82627
- },
82628
- {
82629
- "args": [],
82630
- "deprecationReason": null,
82631
- "description": "Start of maintenance window",
82632
- "isDeprecated": false,
82633
- "name": "startTime",
82634
- "type": {
82635
- "kind": "SCALAR",
82636
- "name": "DateTime",
82637
- "ofType": null
82638
- }
82639
- },
82640
- {
82641
- "args": [],
82642
- "deprecationReason": null,
82643
- "description": "End of maintenance window",
82644
- "isDeprecated": false,
82645
- "name": "endTime",
82646
- "type": {
82647
- "kind": "SCALAR",
82648
- "name": "DateTime",
82649
- "ofType": null
82650
- }
82651
- },
82652
- {
82653
- "args": [],
82654
- "deprecationReason": null,
82655
- "description": "Reason for maintenance window",
82656
- "isDeprecated": false,
82657
- "name": "reason",
82658
- "type": {
82659
- "kind": "SCALAR",
82660
- "name": "String",
82661
- "ofType": null
82662
- }
82663
- },
82664
- {
82665
- "args": [],
82666
- "deprecationReason": null,
82667
- "description": null,
82668
- "isDeprecated": false,
82669
- "name": "reasonType",
82670
- "type": {
82671
- "kind": "NON_NULL",
82672
- "name": null,
82673
- "ofType": {
82674
- "kind": "ENUM",
82675
- "name": "DataMaintenanceReasonType",
82676
- "ofType": null
82677
- }
82678
- }
82679
- }
82680
- ],
82681
- "inputFields": null,
82682
- "interfaces": [],
82683
- "kind": "OBJECT",
82684
- "name": "MaintenanceWindow",
82685
- "possibleTypes": null
82686
- },
82687
- {
82688
- "description": null,
82689
- "enumValues": [
82690
- {
82691
- "deprecationReason": null,
82692
- "description": null,
82693
- "isDeprecated": false,
82694
- "name": "TRAINING"
82695
- },
82696
- {
82697
- "deprecationReason": null,
82698
- "description": null,
82699
- "isDeprecated": false,
82700
- "name": "CUSTOM"
82701
- },
82702
- {
82703
- "deprecationReason": null,
82704
- "description": null,
82705
- "isDeprecated": false,
82706
- "name": "HOLIDAY"
82707
- }
82708
- ],
82709
- "fields": null,
82710
- "inputFields": null,
82711
- "interfaces": null,
82712
- "kind": "ENUM",
82713
- "name": "DataMaintenanceReasonType",
82714
- "possibleTypes": null
82715
- },
82716
- {
82717
- "description": null,
82718
- "enumValues": [
82719
- {
82720
- "deprecationReason": null,
82721
- "description": null,
82722
- "isDeprecated": false,
82723
- "name": "VOLUME"
82724
- },
82725
- {
82726
- "deprecationReason": null,
82727
- "description": null,
82728
- "isDeprecated": false,
82729
- "name": "UNCHANGED_SIZE"
82730
- },
82731
- {
82732
- "deprecationReason": null,
82733
- "description": null,
82734
- "isDeprecated": false,
82735
- "name": "FRESHNESS"
82736
- },
82737
- {
82738
- "deprecationReason": null,
82739
- "description": null,
82740
- "isDeprecated": false,
82741
- "name": "FH_METRICS"
82742
- },
82743
- {
82744
- "deprecationReason": null,
82745
- "description": null,
82746
- "isDeprecated": false,
82747
- "name": "DT_METRICS"
82748
- },
82749
- {
82750
- "deprecationReason": null,
82751
- "description": null,
82752
- "isDeprecated": false,
82753
- "name": "METRIC_MONITOR"
82754
- },
82755
- {
82756
- "deprecationReason": null,
82757
- "description": null,
82758
- "isDeprecated": false,
82759
- "name": "MONITOR"
82760
- },
82761
- {
82762
- "deprecationReason": null,
82763
- "description": null,
82764
- "isDeprecated": false,
82765
- "name": "ALL"
82766
- }
82767
- ],
82768
- "fields": null,
82769
- "inputFields": null,
82770
- "interfaces": null,
82771
- "kind": "ENUM",
82772
- "name": "DataMaintenanceMetric",
82773
- "possibleTypes": null
82774
- },
82775
84271
  {
82776
84272
  "description": null,
82777
84273
  "enumValues": null,
@@ -110239,6 +111735,94 @@
110239
111735
  "name": "DataMaintenanceEntry",
110240
111736
  "possibleTypes": null
110241
111737
  },
111738
+ {
111739
+ "description": null,
111740
+ "enumValues": [
111741
+ {
111742
+ "deprecationReason": null,
111743
+ "description": null,
111744
+ "isDeprecated": false,
111745
+ "name": "TRAINING"
111746
+ },
111747
+ {
111748
+ "deprecationReason": null,
111749
+ "description": null,
111750
+ "isDeprecated": false,
111751
+ "name": "CUSTOM"
111752
+ },
111753
+ {
111754
+ "deprecationReason": null,
111755
+ "description": null,
111756
+ "isDeprecated": false,
111757
+ "name": "HOLIDAY"
111758
+ }
111759
+ ],
111760
+ "fields": null,
111761
+ "inputFields": null,
111762
+ "interfaces": null,
111763
+ "kind": "ENUM",
111764
+ "name": "DataMaintenanceReasonType",
111765
+ "possibleTypes": null
111766
+ },
111767
+ {
111768
+ "description": null,
111769
+ "enumValues": [
111770
+ {
111771
+ "deprecationReason": null,
111772
+ "description": null,
111773
+ "isDeprecated": false,
111774
+ "name": "VOLUME"
111775
+ },
111776
+ {
111777
+ "deprecationReason": null,
111778
+ "description": null,
111779
+ "isDeprecated": false,
111780
+ "name": "UNCHANGED_SIZE"
111781
+ },
111782
+ {
111783
+ "deprecationReason": null,
111784
+ "description": null,
111785
+ "isDeprecated": false,
111786
+ "name": "FRESHNESS"
111787
+ },
111788
+ {
111789
+ "deprecationReason": null,
111790
+ "description": null,
111791
+ "isDeprecated": false,
111792
+ "name": "FH_METRICS"
111793
+ },
111794
+ {
111795
+ "deprecationReason": null,
111796
+ "description": null,
111797
+ "isDeprecated": false,
111798
+ "name": "DT_METRICS"
111799
+ },
111800
+ {
111801
+ "deprecationReason": null,
111802
+ "description": null,
111803
+ "isDeprecated": false,
111804
+ "name": "METRIC_MONITOR"
111805
+ },
111806
+ {
111807
+ "deprecationReason": null,
111808
+ "description": null,
111809
+ "isDeprecated": false,
111810
+ "name": "MONITOR"
111811
+ },
111812
+ {
111813
+ "deprecationReason": null,
111814
+ "description": null,
111815
+ "isDeprecated": false,
111816
+ "name": "ALL"
111817
+ }
111818
+ ],
111819
+ "fields": null,
111820
+ "inputFields": null,
111821
+ "interfaces": null,
111822
+ "kind": "ENUM",
111823
+ "name": "DataMaintenanceMetric",
111824
+ "possibleTypes": null
111825
+ },
110242
111826
  {
110243
111827
  "description": null,
110244
111828
  "enumValues": null,
@@ -110760,6 +112344,210 @@
110760
112344
  "name": "JobExecutionHistoryLogEdge",
110761
112345
  "possibleTypes": null
110762
112346
  },
112347
+ {
112348
+ "description": "Warehouse assets referenced by monitors, grouped by name",
112349
+ "enumValues": null,
112350
+ "fields": [
112351
+ {
112352
+ "args": [],
112353
+ "deprecationReason": null,
112354
+ "description": "Warehouse name",
112355
+ "isDeprecated": false,
112356
+ "name": "displayName",
112357
+ "type": {
112358
+ "kind": "NON_NULL",
112359
+ "name": null,
112360
+ "ofType": {
112361
+ "kind": "SCALAR",
112362
+ "name": "String",
112363
+ "ofType": null
112364
+ }
112365
+ }
112366
+ },
112367
+ {
112368
+ "args": [],
112369
+ "deprecationReason": null,
112370
+ "description": "List of MCONs for the warehouses with this name",
112371
+ "isDeprecated": false,
112372
+ "name": "mcons",
112373
+ "type": {
112374
+ "kind": "NON_NULL",
112375
+ "name": null,
112376
+ "ofType": {
112377
+ "kind": "LIST",
112378
+ "name": null,
112379
+ "ofType": {
112380
+ "kind": "NON_NULL",
112381
+ "name": null,
112382
+ "ofType": {
112383
+ "kind": "SCALAR",
112384
+ "name": "String",
112385
+ "ofType": null
112386
+ }
112387
+ }
112388
+ }
112389
+ }
112390
+ }
112391
+ ],
112392
+ "inputFields": null,
112393
+ "interfaces": [],
112394
+ "kind": "OBJECT",
112395
+ "name": "MonitorWarehouse",
112396
+ "possibleTypes": null
112397
+ },
112398
+ {
112399
+ "description": "Projects referenced by monitors, grouped by project name",
112400
+ "enumValues": null,
112401
+ "fields": [
112402
+ {
112403
+ "args": [],
112404
+ "deprecationReason": null,
112405
+ "description": "Project name",
112406
+ "isDeprecated": false,
112407
+ "name": "displayName",
112408
+ "type": {
112409
+ "kind": "NON_NULL",
112410
+ "name": null,
112411
+ "ofType": {
112412
+ "kind": "SCALAR",
112413
+ "name": "String",
112414
+ "ofType": null
112415
+ }
112416
+ }
112417
+ },
112418
+ {
112419
+ "args": [],
112420
+ "deprecationReason": null,
112421
+ "description": "List of MCONs for the projects with this name",
112422
+ "isDeprecated": false,
112423
+ "name": "mcons",
112424
+ "type": {
112425
+ "kind": "NON_NULL",
112426
+ "name": null,
112427
+ "ofType": {
112428
+ "kind": "LIST",
112429
+ "name": null,
112430
+ "ofType": {
112431
+ "kind": "NON_NULL",
112432
+ "name": null,
112433
+ "ofType": {
112434
+ "kind": "SCALAR",
112435
+ "name": "String",
112436
+ "ofType": null
112437
+ }
112438
+ }
112439
+ }
112440
+ }
112441
+ }
112442
+ ],
112443
+ "inputFields": null,
112444
+ "interfaces": [],
112445
+ "kind": "OBJECT",
112446
+ "name": "MonitorProject",
112447
+ "possibleTypes": null
112448
+ },
112449
+ {
112450
+ "description": "Datasets referenced by monitors, grouped by dataset name",
112451
+ "enumValues": null,
112452
+ "fields": [
112453
+ {
112454
+ "args": [],
112455
+ "deprecationReason": null,
112456
+ "description": "Dataset name",
112457
+ "isDeprecated": false,
112458
+ "name": "displayName",
112459
+ "type": {
112460
+ "kind": "NON_NULL",
112461
+ "name": null,
112462
+ "ofType": {
112463
+ "kind": "SCALAR",
112464
+ "name": "String",
112465
+ "ofType": null
112466
+ }
112467
+ }
112468
+ },
112469
+ {
112470
+ "args": [],
112471
+ "deprecationReason": null,
112472
+ "description": "List of MCONs for the datasets with this name",
112473
+ "isDeprecated": false,
112474
+ "name": "mcons",
112475
+ "type": {
112476
+ "kind": "NON_NULL",
112477
+ "name": null,
112478
+ "ofType": {
112479
+ "kind": "LIST",
112480
+ "name": null,
112481
+ "ofType": {
112482
+ "kind": "NON_NULL",
112483
+ "name": null,
112484
+ "ofType": {
112485
+ "kind": "SCALAR",
112486
+ "name": "String",
112487
+ "ofType": null
112488
+ }
112489
+ }
112490
+ }
112491
+ }
112492
+ }
112493
+ ],
112494
+ "inputFields": null,
112495
+ "interfaces": [],
112496
+ "kind": "OBJECT",
112497
+ "name": "MonitorDataset",
112498
+ "possibleTypes": null
112499
+ },
112500
+ {
112501
+ "description": "Tables referenced by monitors, grouped by table identifier",
112502
+ "enumValues": null,
112503
+ "fields": [
112504
+ {
112505
+ "args": [],
112506
+ "deprecationReason": null,
112507
+ "description": "Table identifier",
112508
+ "isDeprecated": false,
112509
+ "name": "displayName",
112510
+ "type": {
112511
+ "kind": "NON_NULL",
112512
+ "name": null,
112513
+ "ofType": {
112514
+ "kind": "SCALAR",
112515
+ "name": "String",
112516
+ "ofType": null
112517
+ }
112518
+ }
112519
+ },
112520
+ {
112521
+ "args": [],
112522
+ "deprecationReason": null,
112523
+ "description": "List of MCONs for the tables with this identifier",
112524
+ "isDeprecated": false,
112525
+ "name": "mcons",
112526
+ "type": {
112527
+ "kind": "NON_NULL",
112528
+ "name": null,
112529
+ "ofType": {
112530
+ "kind": "LIST",
112531
+ "name": null,
112532
+ "ofType": {
112533
+ "kind": "NON_NULL",
112534
+ "name": null,
112535
+ "ofType": {
112536
+ "kind": "SCALAR",
112537
+ "name": "String",
112538
+ "ofType": null
112539
+ }
112540
+ }
112541
+ }
112542
+ }
112543
+ }
112544
+ ],
112545
+ "inputFields": null,
112546
+ "interfaces": [],
112547
+ "kind": "OBJECT",
112548
+ "name": "MonitorTable",
112549
+ "possibleTypes": null
112550
+ },
110763
112551
  {
110764
112552
  "description": "A monitor query",
110765
112553
  "enumValues": null,