pycarlo 0.10.136__py3-none-any.whl → 0.10.138__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
@@ -65,6 +65,164 @@
65
65
  "description": null,
66
66
  "enumValues": null,
67
67
  "fields": [
68
+ {
69
+ "args": [
70
+ {
71
+ "defaultValue": null,
72
+ "description": null,
73
+ "name": "metric",
74
+ "type": {
75
+ "kind": "NON_NULL",
76
+ "name": null,
77
+ "ofType": {
78
+ "kind": "ENUM",
79
+ "name": "TableMonitorMetricType",
80
+ "ofType": null
81
+ }
82
+ }
83
+ },
84
+ {
85
+ "defaultValue": null,
86
+ "description": null,
87
+ "name": "domainIds",
88
+ "type": {
89
+ "kind": "LIST",
90
+ "name": null,
91
+ "ofType": {
92
+ "kind": "SCALAR",
93
+ "name": "UUID",
94
+ "ofType": null
95
+ }
96
+ }
97
+ },
98
+ {
99
+ "defaultValue": null,
100
+ "description": null,
101
+ "name": "tags",
102
+ "type": {
103
+ "kind": "LIST",
104
+ "name": null,
105
+ "ofType": {
106
+ "kind": "INPUT_OBJECT",
107
+ "name": "TagKeyValuePairInput",
108
+ "ofType": null
109
+ }
110
+ }
111
+ },
112
+ {
113
+ "defaultValue": null,
114
+ "description": null,
115
+ "name": "dataProductIds",
116
+ "type": {
117
+ "kind": "LIST",
118
+ "name": null,
119
+ "ofType": {
120
+ "kind": "SCALAR",
121
+ "name": "UUID",
122
+ "ofType": null
123
+ }
124
+ }
125
+ }
126
+ ],
127
+ "deprecationReason": null,
128
+ "description": "(experimental) Get a table monitor metric",
129
+ "isDeprecated": false,
130
+ "name": "getTableMonitorMetric",
131
+ "type": {
132
+ "kind": "OBJECT",
133
+ "name": "TableMonitorMetric",
134
+ "ofType": null
135
+ }
136
+ },
137
+ {
138
+ "args": [
139
+ {
140
+ "defaultValue": "100",
141
+ "description": null,
142
+ "name": "limit",
143
+ "type": {
144
+ "kind": "SCALAR",
145
+ "name": "Int",
146
+ "ofType": null
147
+ }
148
+ },
149
+ {
150
+ "defaultValue": null,
151
+ "description": null,
152
+ "name": "offset",
153
+ "type": {
154
+ "kind": "SCALAR",
155
+ "name": "Int",
156
+ "ofType": null
157
+ }
158
+ },
159
+ {
160
+ "defaultValue": null,
161
+ "description": null,
162
+ "name": "metric",
163
+ "type": {
164
+ "kind": "NON_NULL",
165
+ "name": null,
166
+ "ofType": {
167
+ "kind": "ENUM",
168
+ "name": "TableMonitorMetricType",
169
+ "ofType": null
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "defaultValue": null,
175
+ "description": null,
176
+ "name": "domainIds",
177
+ "type": {
178
+ "kind": "LIST",
179
+ "name": null,
180
+ "ofType": {
181
+ "kind": "SCALAR",
182
+ "name": "UUID",
183
+ "ofType": null
184
+ }
185
+ }
186
+ },
187
+ {
188
+ "defaultValue": null,
189
+ "description": null,
190
+ "name": "tags",
191
+ "type": {
192
+ "kind": "LIST",
193
+ "name": null,
194
+ "ofType": {
195
+ "kind": "INPUT_OBJECT",
196
+ "name": "TagKeyValuePairInput",
197
+ "ofType": null
198
+ }
199
+ }
200
+ },
201
+ {
202
+ "defaultValue": null,
203
+ "description": null,
204
+ "name": "dataProductIds",
205
+ "type": {
206
+ "kind": "LIST",
207
+ "name": null,
208
+ "ofType": {
209
+ "kind": "SCALAR",
210
+ "name": "UUID",
211
+ "ofType": null
212
+ }
213
+ }
214
+ }
215
+ ],
216
+ "deprecationReason": null,
217
+ "description": "(experimental) Get a list of tables",
218
+ "isDeprecated": false,
219
+ "name": "getTablesForCoverageDashboard",
220
+ "type": {
221
+ "kind": "OBJECT",
222
+ "name": "SearchResponse",
223
+ "ofType": null
224
+ }
225
+ },
68
226
  {
69
227
  "args": [
70
228
  {
@@ -4653,6 +4811,16 @@
4653
4811
  "ofType": null
4654
4812
  }
4655
4813
  }
4814
+ },
4815
+ {
4816
+ "defaultValue": null,
4817
+ "description": "If true, return only mandatory fields",
4818
+ "name": "mandatoryOnly",
4819
+ "type": {
4820
+ "kind": "SCALAR",
4821
+ "name": "Boolean",
4822
+ "ofType": null
4823
+ }
4656
4824
  }
4657
4825
  ],
4658
4826
  "deprecationReason": null,
@@ -4834,7 +5002,7 @@
4834
5002
  },
4835
5003
  {
4836
5004
  "defaultValue": null,
4837
- "description": "The user's password for basic authentication.DEPRECATED: Use credentials instead.",
5005
+ "description": "The user's password for basic authentication. DEPRECATED: Use credentials instead.",
4838
5006
  "name": "password",
4839
5007
  "type": {
4840
5008
  "kind": "SCALAR",
@@ -11287,6 +11455,20 @@
11287
11455
  }
11288
11456
  }
11289
11457
  },
11458
+ {
11459
+ "defaultValue": null,
11460
+ "description": "Filter by data product IDs",
11461
+ "name": "dataProductIds",
11462
+ "type": {
11463
+ "kind": "LIST",
11464
+ "name": null,
11465
+ "ofType": {
11466
+ "kind": "SCALAR",
11467
+ "name": "UUID",
11468
+ "ofType": null
11469
+ }
11470
+ }
11471
+ },
11290
11472
  {
11291
11473
  "defaultValue": null,
11292
11474
  "description": "Filter by data quality dimensions",
@@ -11690,6 +11872,20 @@
11690
11872
  }
11691
11873
  }
11692
11874
  },
11875
+ {
11876
+ "defaultValue": null,
11877
+ "description": "Filter by data product IDs",
11878
+ "name": "dataProductIds",
11879
+ "type": {
11880
+ "kind": "LIST",
11881
+ "name": null,
11882
+ "ofType": {
11883
+ "kind": "SCALAR",
11884
+ "name": "UUID",
11885
+ "ofType": null
11886
+ }
11887
+ }
11888
+ },
11693
11889
  {
11694
11890
  "defaultValue": null,
11695
11891
  "description": "Filter by data quality dimensions",
@@ -12089,6 +12285,20 @@
12089
12285
  }
12090
12286
  }
12091
12287
  },
12288
+ {
12289
+ "defaultValue": null,
12290
+ "description": "Filter by data product IDs",
12291
+ "name": "dataProductIds",
12292
+ "type": {
12293
+ "kind": "LIST",
12294
+ "name": null,
12295
+ "ofType": {
12296
+ "kind": "SCALAR",
12297
+ "name": "UUID",
12298
+ "ofType": null
12299
+ }
12300
+ }
12301
+ },
12092
12302
  {
12093
12303
  "defaultValue": null,
12094
12304
  "description": "Filter by data quality dimensions",
@@ -12496,6 +12706,20 @@
12496
12706
  }
12497
12707
  }
12498
12708
  },
12709
+ {
12710
+ "defaultValue": null,
12711
+ "description": "Filter by data product IDs",
12712
+ "name": "dataProductIds",
12713
+ "type": {
12714
+ "kind": "LIST",
12715
+ "name": null,
12716
+ "ofType": {
12717
+ "kind": "SCALAR",
12718
+ "name": "UUID",
12719
+ "ofType": null
12720
+ }
12721
+ }
12722
+ },
12499
12723
  {
12500
12724
  "defaultValue": null,
12501
12725
  "description": "Filter by data quality dimensions",
@@ -12903,6 +13127,20 @@
12903
13127
  }
12904
13128
  }
12905
13129
  },
13130
+ {
13131
+ "defaultValue": null,
13132
+ "description": "Filter by data product IDs",
13133
+ "name": "dataProductIds",
13134
+ "type": {
13135
+ "kind": "LIST",
13136
+ "name": null,
13137
+ "ofType": {
13138
+ "kind": "SCALAR",
13139
+ "name": "UUID",
13140
+ "ofType": null
13141
+ }
13142
+ }
13143
+ },
12906
13144
  {
12907
13145
  "defaultValue": null,
12908
13146
  "description": "Filter by data quality dimensions",
@@ -13310,6 +13548,20 @@
13310
13548
  }
13311
13549
  }
13312
13550
  },
13551
+ {
13552
+ "defaultValue": null,
13553
+ "description": "Filter by data product IDs",
13554
+ "name": "dataProductIds",
13555
+ "type": {
13556
+ "kind": "LIST",
13557
+ "name": null,
13558
+ "ofType": {
13559
+ "kind": "SCALAR",
13560
+ "name": "UUID",
13561
+ "ofType": null
13562
+ }
13563
+ }
13564
+ },
13313
13565
  {
13314
13566
  "defaultValue": null,
13315
13567
  "description": "Filter by data quality dimensions",
@@ -13717,6 +13969,20 @@
13717
13969
  }
13718
13970
  }
13719
13971
  },
13972
+ {
13973
+ "defaultValue": null,
13974
+ "description": "Filter by data product IDs",
13975
+ "name": "dataProductIds",
13976
+ "type": {
13977
+ "kind": "LIST",
13978
+ "name": null,
13979
+ "ofType": {
13980
+ "kind": "SCALAR",
13981
+ "name": "UUID",
13982
+ "ofType": null
13983
+ }
13984
+ }
13985
+ },
13720
13986
  {
13721
13987
  "defaultValue": null,
13722
13988
  "description": "Filter by data quality dimensions",
@@ -14124,6 +14390,20 @@
14124
14390
  }
14125
14391
  }
14126
14392
  },
14393
+ {
14394
+ "defaultValue": null,
14395
+ "description": "Filter by data product IDs",
14396
+ "name": "dataProductIds",
14397
+ "type": {
14398
+ "kind": "LIST",
14399
+ "name": null,
14400
+ "ofType": {
14401
+ "kind": "SCALAR",
14402
+ "name": "UUID",
14403
+ "ofType": null
14404
+ }
14405
+ }
14406
+ },
14127
14407
  {
14128
14408
  "defaultValue": null,
14129
14409
  "description": "Filter by data quality dimensions",
@@ -14527,6 +14807,20 @@
14527
14807
  }
14528
14808
  }
14529
14809
  },
14810
+ {
14811
+ "defaultValue": null,
14812
+ "description": "Filter by data product IDs",
14813
+ "name": "dataProductIds",
14814
+ "type": {
14815
+ "kind": "LIST",
14816
+ "name": null,
14817
+ "ofType": {
14818
+ "kind": "SCALAR",
14819
+ "name": "UUID",
14820
+ "ofType": null
14821
+ }
14822
+ }
14823
+ },
14530
14824
  {
14531
14825
  "defaultValue": null,
14532
14826
  "description": "Filter by data quality dimensions",
@@ -30497,31 +30791,249 @@
30497
30791
  "possibleTypes": null
30498
30792
  },
30499
30793
  {
30500
- "description": "A Logs integration (for monitor execution logging)",
30794
+ "description": null,
30501
30795
  "enumValues": null,
30502
30796
  "fields": [
30503
30797
  {
30504
30798
  "args": [],
30505
30799
  "deprecationReason": null,
30506
- "description": "The integration ID",
30800
+ "description": null,
30507
30801
  "isDeprecated": false,
30508
- "name": "integrationId",
30802
+ "name": "metric",
30803
+ "type": {
30804
+ "kind": "NON_NULL",
30805
+ "name": null,
30806
+ "ofType": {
30807
+ "kind": "ENUM",
30808
+ "name": "TableMonitorMetricType",
30809
+ "ofType": null
30810
+ }
30811
+ }
30812
+ },
30813
+ {
30814
+ "args": [],
30815
+ "deprecationReason": null,
30816
+ "description": null,
30817
+ "isDeprecated": false,
30818
+ "name": "value",
30509
30819
  "type": {
30510
30820
  "kind": "NON_NULL",
30511
30821
  "name": null,
30512
30822
  "ofType": {
30513
30823
  "kind": "SCALAR",
30514
- "name": "UUID",
30824
+ "name": "Int",
30825
+ "ofType": null
30826
+ }
30827
+ }
30828
+ }
30829
+ ],
30830
+ "inputFields": null,
30831
+ "interfaces": [],
30832
+ "kind": "OBJECT",
30833
+ "name": "TableMonitorMetric",
30834
+ "possibleTypes": null
30835
+ },
30836
+ {
30837
+ "description": null,
30838
+ "enumValues": [
30839
+ {
30840
+ "deprecationReason": null,
30841
+ "description": null,
30842
+ "isDeprecated": false,
30843
+ "name": "TOTAL_TABLES_COUNT"
30844
+ },
30845
+ {
30846
+ "deprecationReason": null,
30847
+ "description": null,
30848
+ "isDeprecated": false,
30849
+ "name": "TABLES_WITH_MONITORS_COUNT"
30850
+ },
30851
+ {
30852
+ "deprecationReason": null,
30853
+ "description": null,
30854
+ "isDeprecated": false,
30855
+ "name": "TABLES_WITHOUT_MONITORS_COUNT"
30856
+ },
30857
+ {
30858
+ "deprecationReason": null,
30859
+ "description": null,
30860
+ "isDeprecated": false,
30861
+ "name": "TOTAL_MONITORS_COUNT"
30862
+ }
30863
+ ],
30864
+ "fields": null,
30865
+ "inputFields": null,
30866
+ "interfaces": null,
30867
+ "kind": "ENUM",
30868
+ "name": "TableMonitorMetricType",
30869
+ "possibleTypes": null
30870
+ },
30871
+ {
30872
+ "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31 - 1) and 2^31 - 1 since represented in JSON as double-precision floating point numbers specifiedby [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).",
30873
+ "enumValues": null,
30874
+ "fields": null,
30875
+ "inputFields": null,
30876
+ "interfaces": null,
30877
+ "kind": "SCALAR",
30878
+ "name": "Int",
30879
+ "possibleTypes": null
30880
+ },
30881
+ {
30882
+ "description": "Leverages the internal Python implmeentation of UUID (uuid.UUID) to provide native UUID objects\nin fields, resolvers and input.",
30883
+ "enumValues": null,
30884
+ "fields": null,
30885
+ "inputFields": null,
30886
+ "interfaces": null,
30887
+ "kind": "SCALAR",
30888
+ "name": "UUID",
30889
+ "possibleTypes": null
30890
+ },
30891
+ {
30892
+ "description": null,
30893
+ "enumValues": null,
30894
+ "fields": null,
30895
+ "inputFields": [
30896
+ {
30897
+ "defaultValue": null,
30898
+ "description": "Tag key",
30899
+ "name": "name",
30900
+ "type": {
30901
+ "kind": "NON_NULL",
30902
+ "name": null,
30903
+ "ofType": {
30904
+ "kind": "SCALAR",
30905
+ "name": "String",
30515
30906
  "ofType": null
30516
30907
  }
30517
30908
  }
30518
30909
  },
30910
+ {
30911
+ "defaultValue": null,
30912
+ "description": "Tag Value",
30913
+ "name": "value",
30914
+ "type": {
30915
+ "kind": "SCALAR",
30916
+ "name": "String",
30917
+ "ofType": null
30918
+ }
30919
+ }
30920
+ ],
30921
+ "interfaces": null,
30922
+ "kind": "INPUT_OBJECT",
30923
+ "name": "TagKeyValuePairInput",
30924
+ "possibleTypes": null
30925
+ },
30926
+ {
30927
+ "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
30928
+ "enumValues": null,
30929
+ "fields": null,
30930
+ "inputFields": null,
30931
+ "interfaces": null,
30932
+ "kind": "SCALAR",
30933
+ "name": "String",
30934
+ "possibleTypes": null
30935
+ },
30936
+ {
30937
+ "description": "List of search results that match the query",
30938
+ "enumValues": null,
30939
+ "fields": [
30519
30940
  {
30520
30941
  "args": [],
30521
30942
  "deprecationReason": null,
30522
- "description": "A short name to identify the integration",
30943
+ "description": "Number of results",
30523
30944
  "isDeprecated": false,
30524
- "name": "integrationName",
30945
+ "name": "totalHits",
30946
+ "type": {
30947
+ "kind": "NON_NULL",
30948
+ "name": null,
30949
+ "ofType": {
30950
+ "kind": "SCALAR",
30951
+ "name": "Int",
30952
+ "ofType": null
30953
+ }
30954
+ }
30955
+ },
30956
+ {
30957
+ "args": [],
30958
+ "deprecationReason": null,
30959
+ "description": "Offset for paginating results",
30960
+ "isDeprecated": false,
30961
+ "name": "offset",
30962
+ "type": {
30963
+ "kind": "SCALAR",
30964
+ "name": "Int",
30965
+ "ofType": null
30966
+ }
30967
+ },
30968
+ {
30969
+ "args": [],
30970
+ "deprecationReason": null,
30971
+ "description": "List of matching results",
30972
+ "isDeprecated": false,
30973
+ "name": "results",
30974
+ "type": {
30975
+ "kind": "NON_NULL",
30976
+ "name": null,
30977
+ "ofType": {
30978
+ "kind": "LIST",
30979
+ "name": null,
30980
+ "ofType": {
30981
+ "kind": "OBJECT",
30982
+ "name": "SearchResult",
30983
+ "ofType": null
30984
+ }
30985
+ }
30986
+ }
30987
+ },
30988
+ {
30989
+ "args": [],
30990
+ "deprecationReason": null,
30991
+ "description": "Facet results",
30992
+ "isDeprecated": false,
30993
+ "name": "facetResults",
30994
+ "type": {
30995
+ "kind": "LIST",
30996
+ "name": null,
30997
+ "ofType": {
30998
+ "kind": "OBJECT",
30999
+ "name": "FacetResults",
31000
+ "ofType": null
31001
+ }
31002
+ }
31003
+ }
31004
+ ],
31005
+ "inputFields": null,
31006
+ "interfaces": [],
31007
+ "kind": "OBJECT",
31008
+ "name": "SearchResponse",
31009
+ "possibleTypes": null
31010
+ },
31011
+ {
31012
+ "description": "An individual result. Part of the SearchResponse",
31013
+ "enumValues": null,
31014
+ "fields": [
31015
+ {
31016
+ "args": [],
31017
+ "deprecationReason": null,
31018
+ "description": "Monte Carlo full identifier for an entity",
31019
+ "isDeprecated": false,
31020
+ "name": "mcon",
31021
+ "type": {
31022
+ "kind": "NON_NULL",
31023
+ "name": null,
31024
+ "ofType": {
31025
+ "kind": "SCALAR",
31026
+ "name": "String",
31027
+ "ofType": null
31028
+ }
31029
+ }
31030
+ },
31031
+ {
31032
+ "args": [],
31033
+ "deprecationReason": null,
31034
+ "description": "Identifier for lineage nodes. Warning - To be deprecated soon",
31035
+ "isDeprecated": false,
31036
+ "name": "lineageNodeId",
30525
31037
  "type": {
30526
31038
  "kind": "SCALAR",
30527
31039
  "name": "String",
@@ -30531,9 +31043,57 @@
30531
31043
  {
30532
31044
  "args": [],
30533
31045
  "deprecationReason": null,
30534
- "description": "The URL to post messages to",
31046
+ "description": "Type of object (e.g. table, view, etc.)",
30535
31047
  "isDeprecated": false,
30536
- "name": "webhookUrl",
31048
+ "name": "objectType",
31049
+ "type": {
31050
+ "kind": "NON_NULL",
31051
+ "name": null,
31052
+ "ofType": {
31053
+ "kind": "SCALAR",
31054
+ "name": "String",
31055
+ "ofType": null
31056
+ }
31057
+ }
31058
+ },
31059
+ {
31060
+ "args": [],
31061
+ "deprecationReason": null,
31062
+ "description": "Partial identifier (e.g. project:dataset.table)",
31063
+ "isDeprecated": false,
31064
+ "name": "objectId",
31065
+ "type": {
31066
+ "kind": "NON_NULL",
31067
+ "name": null,
31068
+ "ofType": {
31069
+ "kind": "SCALAR",
31070
+ "name": "String",
31071
+ "ofType": null
31072
+ }
31073
+ }
31074
+ },
31075
+ {
31076
+ "args": [],
31077
+ "deprecationReason": null,
31078
+ "description": "Friendly name for entity",
31079
+ "isDeprecated": false,
31080
+ "name": "displayName",
31081
+ "type": {
31082
+ "kind": "NON_NULL",
31083
+ "name": null,
31084
+ "ofType": {
31085
+ "kind": "SCALAR",
31086
+ "name": "String",
31087
+ "ofType": null
31088
+ }
31089
+ }
31090
+ },
31091
+ {
31092
+ "args": [],
31093
+ "deprecationReason": null,
31094
+ "description": "Identifier for any parents (e.g. field belonging to a table)",
31095
+ "isDeprecated": false,
31096
+ "name": "parentMcon",
30537
31097
  "type": {
30538
31098
  "kind": "SCALAR",
30539
31099
  "name": "String",
@@ -30543,15 +31103,274 @@
30543
31103
  {
30544
31104
  "args": [],
30545
31105
  "deprecationReason": null,
30546
- "description": "Type log integration to use",
31106
+ "description": "Path to node",
30547
31107
  "isDeprecated": false,
30548
- "name": "integrationType",
31108
+ "name": "path",
31109
+ "type": {
31110
+ "kind": "SCALAR",
31111
+ "name": "String",
31112
+ "ofType": null
31113
+ }
31114
+ },
31115
+ {
31116
+ "args": [],
31117
+ "deprecationReason": null,
31118
+ "description": "Name of project (database or catalog in some warehouses)",
31119
+ "isDeprecated": false,
31120
+ "name": "projectId",
31121
+ "type": {
31122
+ "kind": "SCALAR",
31123
+ "name": "String",
31124
+ "ofType": null
31125
+ }
31126
+ },
31127
+ {
31128
+ "args": [],
31129
+ "deprecationReason": null,
31130
+ "description": "Name of dataset (schema in some warehouses)",
31131
+ "isDeprecated": false,
31132
+ "name": "dataset",
31133
+ "type": {
31134
+ "kind": "SCALAR",
31135
+ "name": "String",
31136
+ "ofType": null
31137
+ }
31138
+ },
31139
+ {
31140
+ "args": [],
31141
+ "deprecationReason": null,
31142
+ "description": "Name of the table",
31143
+ "isDeprecated": false,
31144
+ "name": "tableId",
31145
+ "type": {
31146
+ "kind": "SCALAR",
31147
+ "name": "String",
31148
+ "ofType": null
31149
+ }
31150
+ },
31151
+ {
31152
+ "args": [],
31153
+ "deprecationReason": null,
31154
+ "description": "Any attached labels",
31155
+ "isDeprecated": false,
31156
+ "name": "properties",
31157
+ "type": {
31158
+ "kind": "LIST",
31159
+ "name": null,
31160
+ "ofType": {
31161
+ "kind": "OBJECT",
31162
+ "name": "SearchResultProperty",
31163
+ "ofType": null
31164
+ }
31165
+ }
31166
+ },
31167
+ {
31168
+ "args": [],
31169
+ "deprecationReason": null,
31170
+ "description": "Resource identifier (e.g. warehouse). Warning - To be deprecated soon",
31171
+ "isDeprecated": false,
31172
+ "name": "resourceId",
31173
+ "type": {
31174
+ "kind": "SCALAR",
31175
+ "name": "String",
31176
+ "ofType": null
31177
+ }
31178
+ },
31179
+ {
31180
+ "args": [],
31181
+ "deprecationReason": null,
31182
+ "description": "Name of warehouse",
31183
+ "isDeprecated": false,
31184
+ "name": "warehouseDisplayName",
31185
+ "type": {
31186
+ "kind": "SCALAR",
31187
+ "name": "String",
31188
+ "ofType": null
31189
+ }
31190
+ },
31191
+ {
31192
+ "args": [],
31193
+ "deprecationReason": null,
31194
+ "description": "Description of object",
31195
+ "isDeprecated": false,
31196
+ "name": "description",
31197
+ "type": {
31198
+ "kind": "SCALAR",
31199
+ "name": "String",
31200
+ "ofType": null
31201
+ }
31202
+ },
31203
+ {
31204
+ "args": [],
31205
+ "deprecationReason": null,
31206
+ "description": "Data type of field. Only populated if object_type=field",
31207
+ "isDeprecated": false,
31208
+ "name": "fieldType",
31209
+ "type": {
31210
+ "kind": "SCALAR",
31211
+ "name": "String",
31212
+ "ofType": null
31213
+ }
31214
+ },
31215
+ {
31216
+ "args": [],
31217
+ "deprecationReason": null,
31218
+ "description": "Highlight snippets",
31219
+ "isDeprecated": false,
31220
+ "name": "highlight",
31221
+ "type": {
31222
+ "kind": "LIST",
31223
+ "name": null,
31224
+ "ofType": {
31225
+ "kind": "OBJECT",
31226
+ "name": "HighlightSnippets",
31227
+ "ofType": null
31228
+ }
31229
+ }
31230
+ },
31231
+ {
31232
+ "args": [],
31233
+ "deprecationReason": null,
31234
+ "description": "Highlight snippets for object properties",
31235
+ "isDeprecated": false,
31236
+ "name": "highlightProperties",
31237
+ "type": {
31238
+ "kind": "LIST",
31239
+ "name": null,
31240
+ "ofType": {
31241
+ "kind": "OBJECT",
31242
+ "name": "NestedHighlightSnippets",
31243
+ "ofType": null
31244
+ }
31245
+ }
31246
+ },
31247
+ {
31248
+ "args": [],
31249
+ "deprecationReason": null,
31250
+ "description": "Field names (if object_type=table)",
31251
+ "isDeprecated": false,
31252
+ "name": "fieldNames",
31253
+ "type": {
31254
+ "kind": "LIST",
31255
+ "name": null,
31256
+ "ofType": {
31257
+ "kind": "SCALAR",
31258
+ "name": "String",
31259
+ "ofType": null
31260
+ }
31261
+ }
31262
+ },
31263
+ {
31264
+ "args": [],
31265
+ "deprecationReason": null,
31266
+ "description": "Whether the table or field is important",
31267
+ "isDeprecated": false,
31268
+ "name": "isImportant",
31269
+ "type": {
31270
+ "kind": "SCALAR",
31271
+ "name": "Boolean",
31272
+ "ofType": null
31273
+ }
31274
+ },
31275
+ {
31276
+ "args": [],
31277
+ "deprecationReason": null,
31278
+ "description": "Importance score for tables",
31279
+ "isDeprecated": false,
31280
+ "name": "importanceScore",
31281
+ "type": {
31282
+ "kind": "SCALAR",
31283
+ "name": "Float",
31284
+ "ofType": null
31285
+ }
31286
+ },
31287
+ {
31288
+ "args": [],
31289
+ "deprecationReason": null,
31290
+ "description": "Upstream resource ids",
31291
+ "isDeprecated": false,
31292
+ "name": "upstreamResourceIds",
31293
+ "type": {
31294
+ "kind": "LIST",
31295
+ "name": null,
31296
+ "ofType": {
31297
+ "kind": "SCALAR",
31298
+ "name": "String",
31299
+ "ofType": null
31300
+ }
31301
+ }
31302
+ },
31303
+ {
31304
+ "args": [],
31305
+ "deprecationReason": null,
31306
+ "description": "Name of parent resource to BI asset",
31307
+ "isDeprecated": false,
31308
+ "name": "biParentName",
31309
+ "type": {
31310
+ "kind": "SCALAR",
31311
+ "name": "String",
31312
+ "ofType": null
31313
+ }
31314
+ },
31315
+ {
31316
+ "args": [],
31317
+ "deprecationReason": null,
31318
+ "description": "Whether the table is monitored",
31319
+ "isDeprecated": false,
31320
+ "name": "isMonitored",
31321
+ "type": {
31322
+ "kind": "SCALAR",
31323
+ "name": "Boolean",
31324
+ "ofType": null
31325
+ }
31326
+ },
31327
+ {
31328
+ "args": [],
31329
+ "deprecationReason": null,
31330
+ "description": "Whether the table is muted",
31331
+ "isDeprecated": false,
31332
+ "name": "isMuted",
31333
+ "type": {
31334
+ "kind": "SCALAR",
31335
+ "name": "Boolean",
31336
+ "ofType": null
31337
+ }
31338
+ },
31339
+ {
31340
+ "args": [],
31341
+ "deprecationReason": null,
31342
+ "description": "ETL type of the job asset (if object_type=job)",
31343
+ "isDeprecated": false,
31344
+ "name": "etlType",
31345
+ "type": {
31346
+ "kind": "ENUM",
31347
+ "name": "EtlType",
31348
+ "ofType": null
31349
+ }
31350
+ }
31351
+ ],
31352
+ "inputFields": null,
31353
+ "interfaces": [],
31354
+ "kind": "OBJECT",
31355
+ "name": "SearchResult",
31356
+ "possibleTypes": null
31357
+ },
31358
+ {
31359
+ "description": "An individual label. Part of the SearchResult",
31360
+ "enumValues": null,
31361
+ "fields": [
31362
+ {
31363
+ "args": [],
31364
+ "deprecationReason": null,
31365
+ "description": "Name of label",
31366
+ "isDeprecated": false,
31367
+ "name": "name",
30549
31368
  "type": {
30550
31369
  "kind": "NON_NULL",
30551
31370
  "name": null,
30552
31371
  "ofType": {
30553
- "kind": "ENUM",
30554
- "name": "LogsIntegrationType",
31372
+ "kind": "SCALAR",
31373
+ "name": "String",
30555
31374
  "ofType": null
30556
31375
  }
30557
31376
  }
@@ -30559,15 +31378,89 @@
30559
31378
  {
30560
31379
  "args": [],
30561
31380
  "deprecationReason": null,
30562
- "description": "Header key/value to use when sending webhook request",
31381
+ "description": "Value of label",
30563
31382
  "isDeprecated": false,
30564
- "name": "headers",
31383
+ "name": "value",
31384
+ "type": {
31385
+ "kind": "SCALAR",
31386
+ "name": "String",
31387
+ "ofType": null
31388
+ }
31389
+ }
31390
+ ],
31391
+ "inputFields": null,
31392
+ "interfaces": [],
31393
+ "kind": "OBJECT",
31394
+ "name": "SearchResultProperty",
31395
+ "possibleTypes": null
31396
+ },
31397
+ {
31398
+ "description": null,
31399
+ "enumValues": null,
31400
+ "fields": [
31401
+ {
31402
+ "args": [],
31403
+ "deprecationReason": null,
31404
+ "description": "Field name",
31405
+ "isDeprecated": false,
31406
+ "name": "fieldName",
31407
+ "type": {
31408
+ "kind": "SCALAR",
31409
+ "name": "String",
31410
+ "ofType": null
31411
+ }
31412
+ },
31413
+ {
31414
+ "args": [],
31415
+ "deprecationReason": null,
31416
+ "description": "Highlighted snippet",
31417
+ "isDeprecated": false,
31418
+ "name": "snippets",
31419
+ "type": {
31420
+ "kind": "LIST",
31421
+ "name": null,
31422
+ "ofType": {
31423
+ "kind": "SCALAR",
31424
+ "name": "String",
31425
+ "ofType": null
31426
+ }
31427
+ }
31428
+ }
31429
+ ],
31430
+ "inputFields": null,
31431
+ "interfaces": [],
31432
+ "kind": "OBJECT",
31433
+ "name": "HighlightSnippets",
31434
+ "possibleTypes": null
31435
+ },
31436
+ {
31437
+ "description": null,
31438
+ "enumValues": null,
31439
+ "fields": [
31440
+ {
31441
+ "args": [],
31442
+ "deprecationReason": null,
31443
+ "description": "Offset into nested field",
31444
+ "isDeprecated": false,
31445
+ "name": "offset",
31446
+ "type": {
31447
+ "kind": "SCALAR",
31448
+ "name": "Int",
31449
+ "ofType": null
31450
+ }
31451
+ },
31452
+ {
31453
+ "args": [],
31454
+ "deprecationReason": null,
31455
+ "description": "Highlighted snippet of inner hit",
31456
+ "isDeprecated": false,
31457
+ "name": "innerHitSnippets",
30565
31458
  "type": {
30566
31459
  "kind": "LIST",
30567
31460
  "name": null,
30568
31461
  "ofType": {
30569
31462
  "kind": "OBJECT",
30570
- "name": "WebhookHeader",
31463
+ "name": "HighlightSnippets",
30571
31464
  "ofType": null
30572
31465
  }
30573
31466
  }
@@ -30576,27 +31469,308 @@
30576
31469
  "inputFields": null,
30577
31470
  "interfaces": [],
30578
31471
  "kind": "OBJECT",
30579
- "name": "LogsIntegrationOutput",
31472
+ "name": "NestedHighlightSnippets",
30580
31473
  "possibleTypes": null
30581
31474
  },
30582
31475
  {
30583
- "description": "Leverages the internal Python implmeentation of UUID (uuid.UUID) to provide native UUID objects\nin fields, resolvers and input.",
31476
+ "description": "The `Boolean` scalar type represents `true` or `false`.",
30584
31477
  "enumValues": null,
30585
31478
  "fields": null,
30586
31479
  "inputFields": null,
30587
31480
  "interfaces": null,
30588
31481
  "kind": "SCALAR",
30589
- "name": "UUID",
31482
+ "name": "Boolean",
30590
31483
  "possibleTypes": null
30591
31484
  },
30592
31485
  {
30593
- "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
31486
+ "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point). ",
30594
31487
  "enumValues": null,
30595
31488
  "fields": null,
30596
31489
  "inputFields": null,
30597
31490
  "interfaces": null,
30598
31491
  "kind": "SCALAR",
30599
- "name": "String",
31492
+ "name": "Float",
31493
+ "possibleTypes": null
31494
+ },
31495
+ {
31496
+ "description": null,
31497
+ "enumValues": [
31498
+ {
31499
+ "deprecationReason": null,
31500
+ "description": null,
31501
+ "isDeprecated": false,
31502
+ "name": "FIVETRAN"
31503
+ },
31504
+ {
31505
+ "deprecationReason": null,
31506
+ "description": null,
31507
+ "isDeprecated": false,
31508
+ "name": "AIRFLOW"
31509
+ },
31510
+ {
31511
+ "deprecationReason": null,
31512
+ "description": null,
31513
+ "isDeprecated": false,
31514
+ "name": "DATABRICKS"
31515
+ },
31516
+ {
31517
+ "deprecationReason": null,
31518
+ "description": null,
31519
+ "isDeprecated": false,
31520
+ "name": "INFORMATICA"
31521
+ },
31522
+ {
31523
+ "deprecationReason": null,
31524
+ "description": null,
31525
+ "isDeprecated": false,
31526
+ "name": "AZURE_DATA_FACTORY"
31527
+ },
31528
+ {
31529
+ "deprecationReason": null,
31530
+ "description": null,
31531
+ "isDeprecated": false,
31532
+ "name": "DBT"
31533
+ }
31534
+ ],
31535
+ "fields": null,
31536
+ "inputFields": null,
31537
+ "interfaces": null,
31538
+ "kind": "ENUM",
31539
+ "name": "EtlType",
31540
+ "possibleTypes": null
31541
+ },
31542
+ {
31543
+ "description": null,
31544
+ "enumValues": null,
31545
+ "fields": [
31546
+ {
31547
+ "args": [],
31548
+ "deprecationReason": null,
31549
+ "description": "Facet type",
31550
+ "isDeprecated": false,
31551
+ "name": "facetType",
31552
+ "type": {
31553
+ "kind": "ENUM",
31554
+ "name": "FacetType",
31555
+ "ofType": null
31556
+ }
31557
+ },
31558
+ {
31559
+ "args": [],
31560
+ "deprecationReason": null,
31561
+ "description": "Facet entries",
31562
+ "isDeprecated": false,
31563
+ "name": "entries",
31564
+ "type": {
31565
+ "kind": "LIST",
31566
+ "name": null,
31567
+ "ofType": {
31568
+ "kind": "OBJECT",
31569
+ "name": "FacetEntry",
31570
+ "ofType": null
31571
+ }
31572
+ }
31573
+ }
31574
+ ],
31575
+ "inputFields": null,
31576
+ "interfaces": [],
31577
+ "kind": "OBJECT",
31578
+ "name": "FacetResults",
31579
+ "possibleTypes": null
31580
+ },
31581
+ {
31582
+ "description": null,
31583
+ "enumValues": [
31584
+ {
31585
+ "deprecationReason": null,
31586
+ "description": null,
31587
+ "isDeprecated": false,
31588
+ "name": "DATASETS"
31589
+ },
31590
+ {
31591
+ "deprecationReason": null,
31592
+ "description": null,
31593
+ "isDeprecated": false,
31594
+ "name": "TAGS"
31595
+ },
31596
+ {
31597
+ "deprecationReason": null,
31598
+ "description": null,
31599
+ "isDeprecated": false,
31600
+ "name": "TAG_NAMES"
31601
+ },
31602
+ {
31603
+ "deprecationReason": null,
31604
+ "description": null,
31605
+ "isDeprecated": false,
31606
+ "name": "TAG_VALUES"
31607
+ },
31608
+ {
31609
+ "deprecationReason": null,
31610
+ "description": null,
31611
+ "isDeprecated": false,
31612
+ "name": "DATA_PRODUCTS"
31613
+ },
31614
+ {
31615
+ "deprecationReason": null,
31616
+ "description": null,
31617
+ "isDeprecated": false,
31618
+ "name": "RESOURCE_TYPES"
31619
+ },
31620
+ {
31621
+ "deprecationReason": null,
31622
+ "description": null,
31623
+ "isDeprecated": false,
31624
+ "name": "WAREHOUSE_TYPES"
31625
+ },
31626
+ {
31627
+ "deprecationReason": null,
31628
+ "description": null,
31629
+ "isDeprecated": false,
31630
+ "name": "ETL_TYPES"
31631
+ },
31632
+ {
31633
+ "deprecationReason": null,
31634
+ "description": null,
31635
+ "isDeprecated": false,
31636
+ "name": "BI_TYPES"
31637
+ }
31638
+ ],
31639
+ "fields": null,
31640
+ "inputFields": null,
31641
+ "interfaces": null,
31642
+ "kind": "ENUM",
31643
+ "name": "FacetType",
31644
+ "possibleTypes": null
31645
+ },
31646
+ {
31647
+ "description": null,
31648
+ "enumValues": null,
31649
+ "fields": [
31650
+ {
31651
+ "args": [],
31652
+ "deprecationReason": null,
31653
+ "description": "Key of facet entry",
31654
+ "isDeprecated": false,
31655
+ "name": "key",
31656
+ "type": {
31657
+ "kind": "SCALAR",
31658
+ "name": "String",
31659
+ "ofType": null
31660
+ }
31661
+ },
31662
+ {
31663
+ "args": [],
31664
+ "deprecationReason": null,
31665
+ "description": "Number of documents that contain key",
31666
+ "isDeprecated": false,
31667
+ "name": "count",
31668
+ "type": {
31669
+ "kind": "SCALAR",
31670
+ "name": "Int",
31671
+ "ofType": null
31672
+ }
31673
+ },
31674
+ {
31675
+ "args": [],
31676
+ "deprecationReason": null,
31677
+ "description": "Display value of the facet entry",
31678
+ "isDeprecated": false,
31679
+ "name": "display",
31680
+ "type": {
31681
+ "kind": "SCALAR",
31682
+ "name": "String",
31683
+ "ofType": null
31684
+ }
31685
+ }
31686
+ ],
31687
+ "inputFields": null,
31688
+ "interfaces": [],
31689
+ "kind": "OBJECT",
31690
+ "name": "FacetEntry",
31691
+ "possibleTypes": null
31692
+ },
31693
+ {
31694
+ "description": "A Logs integration (for monitor execution logging)",
31695
+ "enumValues": null,
31696
+ "fields": [
31697
+ {
31698
+ "args": [],
31699
+ "deprecationReason": null,
31700
+ "description": "The integration ID",
31701
+ "isDeprecated": false,
31702
+ "name": "integrationId",
31703
+ "type": {
31704
+ "kind": "NON_NULL",
31705
+ "name": null,
31706
+ "ofType": {
31707
+ "kind": "SCALAR",
31708
+ "name": "UUID",
31709
+ "ofType": null
31710
+ }
31711
+ }
31712
+ },
31713
+ {
31714
+ "args": [],
31715
+ "deprecationReason": null,
31716
+ "description": "A short name to identify the integration",
31717
+ "isDeprecated": false,
31718
+ "name": "integrationName",
31719
+ "type": {
31720
+ "kind": "SCALAR",
31721
+ "name": "String",
31722
+ "ofType": null
31723
+ }
31724
+ },
31725
+ {
31726
+ "args": [],
31727
+ "deprecationReason": null,
31728
+ "description": "The URL to post messages to",
31729
+ "isDeprecated": false,
31730
+ "name": "webhookUrl",
31731
+ "type": {
31732
+ "kind": "SCALAR",
31733
+ "name": "String",
31734
+ "ofType": null
31735
+ }
31736
+ },
31737
+ {
31738
+ "args": [],
31739
+ "deprecationReason": null,
31740
+ "description": "Type log integration to use",
31741
+ "isDeprecated": false,
31742
+ "name": "integrationType",
31743
+ "type": {
31744
+ "kind": "NON_NULL",
31745
+ "name": null,
31746
+ "ofType": {
31747
+ "kind": "ENUM",
31748
+ "name": "LogsIntegrationType",
31749
+ "ofType": null
31750
+ }
31751
+ }
31752
+ },
31753
+ {
31754
+ "args": [],
31755
+ "deprecationReason": null,
31756
+ "description": "Header key/value to use when sending webhook request",
31757
+ "isDeprecated": false,
31758
+ "name": "headers",
31759
+ "type": {
31760
+ "kind": "LIST",
31761
+ "name": null,
31762
+ "ofType": {
31763
+ "kind": "OBJECT",
31764
+ "name": "WebhookHeader",
31765
+ "ofType": null
31766
+ }
31767
+ }
31768
+ }
31769
+ ],
31770
+ "inputFields": null,
31771
+ "interfaces": [],
31772
+ "kind": "OBJECT",
31773
+ "name": "LogsIntegrationOutput",
30600
31774
  "possibleTypes": null
30601
31775
  },
30602
31776
  {
@@ -30802,16 +31976,6 @@
30802
31976
  "name": "ListMonitorTagsOutput",
30803
31977
  "possibleTypes": null
30804
31978
  },
30805
- {
30806
- "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31 - 1) and 2^31 - 1 since represented in JSON as double-precision floating point numbers specifiedby [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).",
30807
- "enumValues": null,
30808
- "fields": null,
30809
- "inputFields": null,
30810
- "interfaces": null,
30811
- "kind": "SCALAR",
30812
- "name": "Int",
30813
- "possibleTypes": null
30814
- },
30815
31979
  {
30816
31980
  "description": null,
30817
31981
  "enumValues": null,
@@ -31619,16 +32783,6 @@
31619
32783
  "name": "NextPageInfo",
31620
32784
  "possibleTypes": null
31621
32785
  },
31622
- {
31623
- "description": "The `Boolean` scalar type represents `true` or `false`.",
31624
- "enumValues": null,
31625
- "fields": null,
31626
- "inputFields": null,
31627
- "interfaces": null,
31628
- "kind": "SCALAR",
31629
- "name": "Boolean",
31630
- "possibleTypes": null
31631
- },
31632
32786
  {
31633
32787
  "description": null,
31634
32788
  "enumValues": null,
@@ -31664,51 +32818,6 @@
31664
32818
  "name": "MonitorScoreTrendType",
31665
32819
  "possibleTypes": null
31666
32820
  },
31667
- {
31668
- "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point). ",
31669
- "enumValues": null,
31670
- "fields": null,
31671
- "inputFields": null,
31672
- "interfaces": null,
31673
- "kind": "SCALAR",
31674
- "name": "Float",
31675
- "possibleTypes": null
31676
- },
31677
- {
31678
- "description": null,
31679
- "enumValues": null,
31680
- "fields": null,
31681
- "inputFields": [
31682
- {
31683
- "defaultValue": null,
31684
- "description": "Tag key",
31685
- "name": "name",
31686
- "type": {
31687
- "kind": "NON_NULL",
31688
- "name": null,
31689
- "ofType": {
31690
- "kind": "SCALAR",
31691
- "name": "String",
31692
- "ofType": null
31693
- }
31694
- }
31695
- },
31696
- {
31697
- "defaultValue": null,
31698
- "description": "Tag Value",
31699
- "name": "value",
31700
- "type": {
31701
- "kind": "SCALAR",
31702
- "name": "String",
31703
- "ofType": null
31704
- }
31705
- }
31706
- ],
31707
- "interfaces": null,
31708
- "kind": "INPUT_OBJECT",
31709
- "name": "TagKeyValuePairInput",
31710
- "possibleTypes": null
31711
- },
31712
32821
  {
31713
32822
  "description": null,
31714
32823
  "enumValues": [
@@ -43231,6 +44340,20 @@
43231
44340
  }
43232
44341
  }
43233
44342
  },
44343
+ {
44344
+ "defaultValue": null,
44345
+ "description": "Filter by data product IDs",
44346
+ "name": "dataProductIds",
44347
+ "type": {
44348
+ "kind": "LIST",
44349
+ "name": null,
44350
+ "ofType": {
44351
+ "kind": "SCALAR",
44352
+ "name": "UUID",
44353
+ "ofType": null
44354
+ }
44355
+ }
44356
+ },
43234
44357
  {
43235
44358
  "defaultValue": null,
43236
44359
  "description": "Filter by data quality dimensions",
@@ -59727,53 +60850,6 @@
59727
60850
  "name": "DbtRunStep",
59728
60851
  "possibleTypes": null
59729
60852
  },
59730
- {
59731
- "description": null,
59732
- "enumValues": [
59733
- {
59734
- "deprecationReason": null,
59735
- "description": null,
59736
- "isDeprecated": false,
59737
- "name": "FIVETRAN"
59738
- },
59739
- {
59740
- "deprecationReason": null,
59741
- "description": null,
59742
- "isDeprecated": false,
59743
- "name": "AIRFLOW"
59744
- },
59745
- {
59746
- "deprecationReason": null,
59747
- "description": null,
59748
- "isDeprecated": false,
59749
- "name": "DATABRICKS"
59750
- },
59751
- {
59752
- "deprecationReason": null,
59753
- "description": null,
59754
- "isDeprecated": false,
59755
- "name": "INFORMATICA"
59756
- },
59757
- {
59758
- "deprecationReason": null,
59759
- "description": null,
59760
- "isDeprecated": false,
59761
- "name": "AZURE_DATA_FACTORY"
59762
- },
59763
- {
59764
- "deprecationReason": null,
59765
- "description": null,
59766
- "isDeprecated": false,
59767
- "name": "DBT"
59768
- }
59769
- ],
59770
- "fields": null,
59771
- "inputFields": null,
59772
- "interfaces": null,
59773
- "kind": "ENUM",
59774
- "name": "EtlType",
59775
- "possibleTypes": null
59776
- },
59777
60853
  {
59778
60854
  "description": null,
59779
60855
  "enumValues": null,
@@ -130736,696 +131812,6 @@
130736
131812
  "name": "ManyToManyChange",
130737
131813
  "possibleTypes": null
130738
131814
  },
130739
- {
130740
- "description": "List of search results that match the query",
130741
- "enumValues": null,
130742
- "fields": [
130743
- {
130744
- "args": [],
130745
- "deprecationReason": null,
130746
- "description": "Number of results",
130747
- "isDeprecated": false,
130748
- "name": "totalHits",
130749
- "type": {
130750
- "kind": "NON_NULL",
130751
- "name": null,
130752
- "ofType": {
130753
- "kind": "SCALAR",
130754
- "name": "Int",
130755
- "ofType": null
130756
- }
130757
- }
130758
- },
130759
- {
130760
- "args": [],
130761
- "deprecationReason": null,
130762
- "description": "Offset for paginating results",
130763
- "isDeprecated": false,
130764
- "name": "offset",
130765
- "type": {
130766
- "kind": "SCALAR",
130767
- "name": "Int",
130768
- "ofType": null
130769
- }
130770
- },
130771
- {
130772
- "args": [],
130773
- "deprecationReason": null,
130774
- "description": "List of matching results",
130775
- "isDeprecated": false,
130776
- "name": "results",
130777
- "type": {
130778
- "kind": "NON_NULL",
130779
- "name": null,
130780
- "ofType": {
130781
- "kind": "LIST",
130782
- "name": null,
130783
- "ofType": {
130784
- "kind": "OBJECT",
130785
- "name": "SearchResult",
130786
- "ofType": null
130787
- }
130788
- }
130789
- }
130790
- },
130791
- {
130792
- "args": [],
130793
- "deprecationReason": null,
130794
- "description": "Facet results",
130795
- "isDeprecated": false,
130796
- "name": "facetResults",
130797
- "type": {
130798
- "kind": "LIST",
130799
- "name": null,
130800
- "ofType": {
130801
- "kind": "OBJECT",
130802
- "name": "FacetResults",
130803
- "ofType": null
130804
- }
130805
- }
130806
- }
130807
- ],
130808
- "inputFields": null,
130809
- "interfaces": [],
130810
- "kind": "OBJECT",
130811
- "name": "SearchResponse",
130812
- "possibleTypes": null
130813
- },
130814
- {
130815
- "description": "An individual result. Part of the SearchResponse",
130816
- "enumValues": null,
130817
- "fields": [
130818
- {
130819
- "args": [],
130820
- "deprecationReason": null,
130821
- "description": "Monte Carlo full identifier for an entity",
130822
- "isDeprecated": false,
130823
- "name": "mcon",
130824
- "type": {
130825
- "kind": "NON_NULL",
130826
- "name": null,
130827
- "ofType": {
130828
- "kind": "SCALAR",
130829
- "name": "String",
130830
- "ofType": null
130831
- }
130832
- }
130833
- },
130834
- {
130835
- "args": [],
130836
- "deprecationReason": null,
130837
- "description": "Identifier for lineage nodes. Warning - To be deprecated soon",
130838
- "isDeprecated": false,
130839
- "name": "lineageNodeId",
130840
- "type": {
130841
- "kind": "SCALAR",
130842
- "name": "String",
130843
- "ofType": null
130844
- }
130845
- },
130846
- {
130847
- "args": [],
130848
- "deprecationReason": null,
130849
- "description": "Type of object (e.g. table, view, etc.)",
130850
- "isDeprecated": false,
130851
- "name": "objectType",
130852
- "type": {
130853
- "kind": "NON_NULL",
130854
- "name": null,
130855
- "ofType": {
130856
- "kind": "SCALAR",
130857
- "name": "String",
130858
- "ofType": null
130859
- }
130860
- }
130861
- },
130862
- {
130863
- "args": [],
130864
- "deprecationReason": null,
130865
- "description": "Partial identifier (e.g. project:dataset.table)",
130866
- "isDeprecated": false,
130867
- "name": "objectId",
130868
- "type": {
130869
- "kind": "NON_NULL",
130870
- "name": null,
130871
- "ofType": {
130872
- "kind": "SCALAR",
130873
- "name": "String",
130874
- "ofType": null
130875
- }
130876
- }
130877
- },
130878
- {
130879
- "args": [],
130880
- "deprecationReason": null,
130881
- "description": "Friendly name for entity",
130882
- "isDeprecated": false,
130883
- "name": "displayName",
130884
- "type": {
130885
- "kind": "NON_NULL",
130886
- "name": null,
130887
- "ofType": {
130888
- "kind": "SCALAR",
130889
- "name": "String",
130890
- "ofType": null
130891
- }
130892
- }
130893
- },
130894
- {
130895
- "args": [],
130896
- "deprecationReason": null,
130897
- "description": "Identifier for any parents (e.g. field belonging to a table)",
130898
- "isDeprecated": false,
130899
- "name": "parentMcon",
130900
- "type": {
130901
- "kind": "SCALAR",
130902
- "name": "String",
130903
- "ofType": null
130904
- }
130905
- },
130906
- {
130907
- "args": [],
130908
- "deprecationReason": null,
130909
- "description": "Path to node",
130910
- "isDeprecated": false,
130911
- "name": "path",
130912
- "type": {
130913
- "kind": "SCALAR",
130914
- "name": "String",
130915
- "ofType": null
130916
- }
130917
- },
130918
- {
130919
- "args": [],
130920
- "deprecationReason": null,
130921
- "description": "Name of project (database or catalog in some warehouses)",
130922
- "isDeprecated": false,
130923
- "name": "projectId",
130924
- "type": {
130925
- "kind": "SCALAR",
130926
- "name": "String",
130927
- "ofType": null
130928
- }
130929
- },
130930
- {
130931
- "args": [],
130932
- "deprecationReason": null,
130933
- "description": "Name of dataset (schema in some warehouses)",
130934
- "isDeprecated": false,
130935
- "name": "dataset",
130936
- "type": {
130937
- "kind": "SCALAR",
130938
- "name": "String",
130939
- "ofType": null
130940
- }
130941
- },
130942
- {
130943
- "args": [],
130944
- "deprecationReason": null,
130945
- "description": "Name of the table",
130946
- "isDeprecated": false,
130947
- "name": "tableId",
130948
- "type": {
130949
- "kind": "SCALAR",
130950
- "name": "String",
130951
- "ofType": null
130952
- }
130953
- },
130954
- {
130955
- "args": [],
130956
- "deprecationReason": null,
130957
- "description": "Any attached labels",
130958
- "isDeprecated": false,
130959
- "name": "properties",
130960
- "type": {
130961
- "kind": "LIST",
130962
- "name": null,
130963
- "ofType": {
130964
- "kind": "OBJECT",
130965
- "name": "SearchResultProperty",
130966
- "ofType": null
130967
- }
130968
- }
130969
- },
130970
- {
130971
- "args": [],
130972
- "deprecationReason": null,
130973
- "description": "Resource identifier (e.g. warehouse). Warning - To be deprecated soon",
130974
- "isDeprecated": false,
130975
- "name": "resourceId",
130976
- "type": {
130977
- "kind": "SCALAR",
130978
- "name": "String",
130979
- "ofType": null
130980
- }
130981
- },
130982
- {
130983
- "args": [],
130984
- "deprecationReason": null,
130985
- "description": "Name of warehouse",
130986
- "isDeprecated": false,
130987
- "name": "warehouseDisplayName",
130988
- "type": {
130989
- "kind": "SCALAR",
130990
- "name": "String",
130991
- "ofType": null
130992
- }
130993
- },
130994
- {
130995
- "args": [],
130996
- "deprecationReason": null,
130997
- "description": "Description of object",
130998
- "isDeprecated": false,
130999
- "name": "description",
131000
- "type": {
131001
- "kind": "SCALAR",
131002
- "name": "String",
131003
- "ofType": null
131004
- }
131005
- },
131006
- {
131007
- "args": [],
131008
- "deprecationReason": null,
131009
- "description": "Data type of field. Only populated if object_type=field",
131010
- "isDeprecated": false,
131011
- "name": "fieldType",
131012
- "type": {
131013
- "kind": "SCALAR",
131014
- "name": "String",
131015
- "ofType": null
131016
- }
131017
- },
131018
- {
131019
- "args": [],
131020
- "deprecationReason": null,
131021
- "description": "Highlight snippets",
131022
- "isDeprecated": false,
131023
- "name": "highlight",
131024
- "type": {
131025
- "kind": "LIST",
131026
- "name": null,
131027
- "ofType": {
131028
- "kind": "OBJECT",
131029
- "name": "HighlightSnippets",
131030
- "ofType": null
131031
- }
131032
- }
131033
- },
131034
- {
131035
- "args": [],
131036
- "deprecationReason": null,
131037
- "description": "Highlight snippets for object properties",
131038
- "isDeprecated": false,
131039
- "name": "highlightProperties",
131040
- "type": {
131041
- "kind": "LIST",
131042
- "name": null,
131043
- "ofType": {
131044
- "kind": "OBJECT",
131045
- "name": "NestedHighlightSnippets",
131046
- "ofType": null
131047
- }
131048
- }
131049
- },
131050
- {
131051
- "args": [],
131052
- "deprecationReason": null,
131053
- "description": "Field names (if object_type=table)",
131054
- "isDeprecated": false,
131055
- "name": "fieldNames",
131056
- "type": {
131057
- "kind": "LIST",
131058
- "name": null,
131059
- "ofType": {
131060
- "kind": "SCALAR",
131061
- "name": "String",
131062
- "ofType": null
131063
- }
131064
- }
131065
- },
131066
- {
131067
- "args": [],
131068
- "deprecationReason": null,
131069
- "description": "Whether the table or field is important",
131070
- "isDeprecated": false,
131071
- "name": "isImportant",
131072
- "type": {
131073
- "kind": "SCALAR",
131074
- "name": "Boolean",
131075
- "ofType": null
131076
- }
131077
- },
131078
- {
131079
- "args": [],
131080
- "deprecationReason": null,
131081
- "description": "Importance score for tables",
131082
- "isDeprecated": false,
131083
- "name": "importanceScore",
131084
- "type": {
131085
- "kind": "SCALAR",
131086
- "name": "Float",
131087
- "ofType": null
131088
- }
131089
- },
131090
- {
131091
- "args": [],
131092
- "deprecationReason": null,
131093
- "description": "Upstream resource ids",
131094
- "isDeprecated": false,
131095
- "name": "upstreamResourceIds",
131096
- "type": {
131097
- "kind": "LIST",
131098
- "name": null,
131099
- "ofType": {
131100
- "kind": "SCALAR",
131101
- "name": "String",
131102
- "ofType": null
131103
- }
131104
- }
131105
- },
131106
- {
131107
- "args": [],
131108
- "deprecationReason": null,
131109
- "description": "Name of parent resource to BI asset",
131110
- "isDeprecated": false,
131111
- "name": "biParentName",
131112
- "type": {
131113
- "kind": "SCALAR",
131114
- "name": "String",
131115
- "ofType": null
131116
- }
131117
- },
131118
- {
131119
- "args": [],
131120
- "deprecationReason": null,
131121
- "description": "Whether the table is monitored",
131122
- "isDeprecated": false,
131123
- "name": "isMonitored",
131124
- "type": {
131125
- "kind": "SCALAR",
131126
- "name": "Boolean",
131127
- "ofType": null
131128
- }
131129
- },
131130
- {
131131
- "args": [],
131132
- "deprecationReason": null,
131133
- "description": "Whether the table is muted",
131134
- "isDeprecated": false,
131135
- "name": "isMuted",
131136
- "type": {
131137
- "kind": "SCALAR",
131138
- "name": "Boolean",
131139
- "ofType": null
131140
- }
131141
- },
131142
- {
131143
- "args": [],
131144
- "deprecationReason": null,
131145
- "description": "ETL type of the job asset (if object_type=job)",
131146
- "isDeprecated": false,
131147
- "name": "etlType",
131148
- "type": {
131149
- "kind": "ENUM",
131150
- "name": "EtlType",
131151
- "ofType": null
131152
- }
131153
- }
131154
- ],
131155
- "inputFields": null,
131156
- "interfaces": [],
131157
- "kind": "OBJECT",
131158
- "name": "SearchResult",
131159
- "possibleTypes": null
131160
- },
131161
- {
131162
- "description": "An individual label. Part of the SearchResult",
131163
- "enumValues": null,
131164
- "fields": [
131165
- {
131166
- "args": [],
131167
- "deprecationReason": null,
131168
- "description": "Name of label",
131169
- "isDeprecated": false,
131170
- "name": "name",
131171
- "type": {
131172
- "kind": "NON_NULL",
131173
- "name": null,
131174
- "ofType": {
131175
- "kind": "SCALAR",
131176
- "name": "String",
131177
- "ofType": null
131178
- }
131179
- }
131180
- },
131181
- {
131182
- "args": [],
131183
- "deprecationReason": null,
131184
- "description": "Value of label",
131185
- "isDeprecated": false,
131186
- "name": "value",
131187
- "type": {
131188
- "kind": "SCALAR",
131189
- "name": "String",
131190
- "ofType": null
131191
- }
131192
- }
131193
- ],
131194
- "inputFields": null,
131195
- "interfaces": [],
131196
- "kind": "OBJECT",
131197
- "name": "SearchResultProperty",
131198
- "possibleTypes": null
131199
- },
131200
- {
131201
- "description": null,
131202
- "enumValues": null,
131203
- "fields": [
131204
- {
131205
- "args": [],
131206
- "deprecationReason": null,
131207
- "description": "Field name",
131208
- "isDeprecated": false,
131209
- "name": "fieldName",
131210
- "type": {
131211
- "kind": "SCALAR",
131212
- "name": "String",
131213
- "ofType": null
131214
- }
131215
- },
131216
- {
131217
- "args": [],
131218
- "deprecationReason": null,
131219
- "description": "Highlighted snippet",
131220
- "isDeprecated": false,
131221
- "name": "snippets",
131222
- "type": {
131223
- "kind": "LIST",
131224
- "name": null,
131225
- "ofType": {
131226
- "kind": "SCALAR",
131227
- "name": "String",
131228
- "ofType": null
131229
- }
131230
- }
131231
- }
131232
- ],
131233
- "inputFields": null,
131234
- "interfaces": [],
131235
- "kind": "OBJECT",
131236
- "name": "HighlightSnippets",
131237
- "possibleTypes": null
131238
- },
131239
- {
131240
- "description": null,
131241
- "enumValues": null,
131242
- "fields": [
131243
- {
131244
- "args": [],
131245
- "deprecationReason": null,
131246
- "description": "Offset into nested field",
131247
- "isDeprecated": false,
131248
- "name": "offset",
131249
- "type": {
131250
- "kind": "SCALAR",
131251
- "name": "Int",
131252
- "ofType": null
131253
- }
131254
- },
131255
- {
131256
- "args": [],
131257
- "deprecationReason": null,
131258
- "description": "Highlighted snippet of inner hit",
131259
- "isDeprecated": false,
131260
- "name": "innerHitSnippets",
131261
- "type": {
131262
- "kind": "LIST",
131263
- "name": null,
131264
- "ofType": {
131265
- "kind": "OBJECT",
131266
- "name": "HighlightSnippets",
131267
- "ofType": null
131268
- }
131269
- }
131270
- }
131271
- ],
131272
- "inputFields": null,
131273
- "interfaces": [],
131274
- "kind": "OBJECT",
131275
- "name": "NestedHighlightSnippets",
131276
- "possibleTypes": null
131277
- },
131278
- {
131279
- "description": null,
131280
- "enumValues": null,
131281
- "fields": [
131282
- {
131283
- "args": [],
131284
- "deprecationReason": null,
131285
- "description": "Facet type",
131286
- "isDeprecated": false,
131287
- "name": "facetType",
131288
- "type": {
131289
- "kind": "ENUM",
131290
- "name": "FacetType",
131291
- "ofType": null
131292
- }
131293
- },
131294
- {
131295
- "args": [],
131296
- "deprecationReason": null,
131297
- "description": "Facet entries",
131298
- "isDeprecated": false,
131299
- "name": "entries",
131300
- "type": {
131301
- "kind": "LIST",
131302
- "name": null,
131303
- "ofType": {
131304
- "kind": "OBJECT",
131305
- "name": "FacetEntry",
131306
- "ofType": null
131307
- }
131308
- }
131309
- }
131310
- ],
131311
- "inputFields": null,
131312
- "interfaces": [],
131313
- "kind": "OBJECT",
131314
- "name": "FacetResults",
131315
- "possibleTypes": null
131316
- },
131317
- {
131318
- "description": null,
131319
- "enumValues": [
131320
- {
131321
- "deprecationReason": null,
131322
- "description": null,
131323
- "isDeprecated": false,
131324
- "name": "DATASETS"
131325
- },
131326
- {
131327
- "deprecationReason": null,
131328
- "description": null,
131329
- "isDeprecated": false,
131330
- "name": "TAGS"
131331
- },
131332
- {
131333
- "deprecationReason": null,
131334
- "description": null,
131335
- "isDeprecated": false,
131336
- "name": "TAG_NAMES"
131337
- },
131338
- {
131339
- "deprecationReason": null,
131340
- "description": null,
131341
- "isDeprecated": false,
131342
- "name": "TAG_VALUES"
131343
- },
131344
- {
131345
- "deprecationReason": null,
131346
- "description": null,
131347
- "isDeprecated": false,
131348
- "name": "DATA_PRODUCTS"
131349
- },
131350
- {
131351
- "deprecationReason": null,
131352
- "description": null,
131353
- "isDeprecated": false,
131354
- "name": "RESOURCE_TYPES"
131355
- },
131356
- {
131357
- "deprecationReason": null,
131358
- "description": null,
131359
- "isDeprecated": false,
131360
- "name": "WAREHOUSE_TYPES"
131361
- },
131362
- {
131363
- "deprecationReason": null,
131364
- "description": null,
131365
- "isDeprecated": false,
131366
- "name": "ETL_TYPES"
131367
- },
131368
- {
131369
- "deprecationReason": null,
131370
- "description": null,
131371
- "isDeprecated": false,
131372
- "name": "BI_TYPES"
131373
- }
131374
- ],
131375
- "fields": null,
131376
- "inputFields": null,
131377
- "interfaces": null,
131378
- "kind": "ENUM",
131379
- "name": "FacetType",
131380
- "possibleTypes": null
131381
- },
131382
- {
131383
- "description": null,
131384
- "enumValues": null,
131385
- "fields": [
131386
- {
131387
- "args": [],
131388
- "deprecationReason": null,
131389
- "description": "Key of facet entry",
131390
- "isDeprecated": false,
131391
- "name": "key",
131392
- "type": {
131393
- "kind": "SCALAR",
131394
- "name": "String",
131395
- "ofType": null
131396
- }
131397
- },
131398
- {
131399
- "args": [],
131400
- "deprecationReason": null,
131401
- "description": "Number of documents that contain key",
131402
- "isDeprecated": false,
131403
- "name": "count",
131404
- "type": {
131405
- "kind": "SCALAR",
131406
- "name": "Int",
131407
- "ofType": null
131408
- }
131409
- },
131410
- {
131411
- "args": [],
131412
- "deprecationReason": null,
131413
- "description": "Display value of the facet entry",
131414
- "isDeprecated": false,
131415
- "name": "display",
131416
- "type": {
131417
- "kind": "SCALAR",
131418
- "name": "String",
131419
- "ofType": null
131420
- }
131421
- }
131422
- ],
131423
- "inputFields": null,
131424
- "interfaces": [],
131425
- "kind": "OBJECT",
131426
- "name": "FacetEntry",
131427
- "possibleTypes": null
131428
- },
131429
131815
  {
131430
131816
  "description": null,
131431
131817
  "enumValues": null,