pycarlo 0.10.136__py3-none-any.whl → 0.10.137__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
  {
@@ -11287,6 +11445,20 @@
11287
11445
  }
11288
11446
  }
11289
11447
  },
11448
+ {
11449
+ "defaultValue": null,
11450
+ "description": "Filter by data product IDs",
11451
+ "name": "dataProductIds",
11452
+ "type": {
11453
+ "kind": "LIST",
11454
+ "name": null,
11455
+ "ofType": {
11456
+ "kind": "SCALAR",
11457
+ "name": "UUID",
11458
+ "ofType": null
11459
+ }
11460
+ }
11461
+ },
11290
11462
  {
11291
11463
  "defaultValue": null,
11292
11464
  "description": "Filter by data quality dimensions",
@@ -11690,6 +11862,20 @@
11690
11862
  }
11691
11863
  }
11692
11864
  },
11865
+ {
11866
+ "defaultValue": null,
11867
+ "description": "Filter by data product IDs",
11868
+ "name": "dataProductIds",
11869
+ "type": {
11870
+ "kind": "LIST",
11871
+ "name": null,
11872
+ "ofType": {
11873
+ "kind": "SCALAR",
11874
+ "name": "UUID",
11875
+ "ofType": null
11876
+ }
11877
+ }
11878
+ },
11693
11879
  {
11694
11880
  "defaultValue": null,
11695
11881
  "description": "Filter by data quality dimensions",
@@ -12089,6 +12275,20 @@
12089
12275
  }
12090
12276
  }
12091
12277
  },
12278
+ {
12279
+ "defaultValue": null,
12280
+ "description": "Filter by data product IDs",
12281
+ "name": "dataProductIds",
12282
+ "type": {
12283
+ "kind": "LIST",
12284
+ "name": null,
12285
+ "ofType": {
12286
+ "kind": "SCALAR",
12287
+ "name": "UUID",
12288
+ "ofType": null
12289
+ }
12290
+ }
12291
+ },
12092
12292
  {
12093
12293
  "defaultValue": null,
12094
12294
  "description": "Filter by data quality dimensions",
@@ -12496,6 +12696,20 @@
12496
12696
  }
12497
12697
  }
12498
12698
  },
12699
+ {
12700
+ "defaultValue": null,
12701
+ "description": "Filter by data product IDs",
12702
+ "name": "dataProductIds",
12703
+ "type": {
12704
+ "kind": "LIST",
12705
+ "name": null,
12706
+ "ofType": {
12707
+ "kind": "SCALAR",
12708
+ "name": "UUID",
12709
+ "ofType": null
12710
+ }
12711
+ }
12712
+ },
12499
12713
  {
12500
12714
  "defaultValue": null,
12501
12715
  "description": "Filter by data quality dimensions",
@@ -12903,6 +13117,20 @@
12903
13117
  }
12904
13118
  }
12905
13119
  },
13120
+ {
13121
+ "defaultValue": null,
13122
+ "description": "Filter by data product IDs",
13123
+ "name": "dataProductIds",
13124
+ "type": {
13125
+ "kind": "LIST",
13126
+ "name": null,
13127
+ "ofType": {
13128
+ "kind": "SCALAR",
13129
+ "name": "UUID",
13130
+ "ofType": null
13131
+ }
13132
+ }
13133
+ },
12906
13134
  {
12907
13135
  "defaultValue": null,
12908
13136
  "description": "Filter by data quality dimensions",
@@ -13310,6 +13538,20 @@
13310
13538
  }
13311
13539
  }
13312
13540
  },
13541
+ {
13542
+ "defaultValue": null,
13543
+ "description": "Filter by data product IDs",
13544
+ "name": "dataProductIds",
13545
+ "type": {
13546
+ "kind": "LIST",
13547
+ "name": null,
13548
+ "ofType": {
13549
+ "kind": "SCALAR",
13550
+ "name": "UUID",
13551
+ "ofType": null
13552
+ }
13553
+ }
13554
+ },
13313
13555
  {
13314
13556
  "defaultValue": null,
13315
13557
  "description": "Filter by data quality dimensions",
@@ -13717,6 +13959,20 @@
13717
13959
  }
13718
13960
  }
13719
13961
  },
13962
+ {
13963
+ "defaultValue": null,
13964
+ "description": "Filter by data product IDs",
13965
+ "name": "dataProductIds",
13966
+ "type": {
13967
+ "kind": "LIST",
13968
+ "name": null,
13969
+ "ofType": {
13970
+ "kind": "SCALAR",
13971
+ "name": "UUID",
13972
+ "ofType": null
13973
+ }
13974
+ }
13975
+ },
13720
13976
  {
13721
13977
  "defaultValue": null,
13722
13978
  "description": "Filter by data quality dimensions",
@@ -14124,6 +14380,20 @@
14124
14380
  }
14125
14381
  }
14126
14382
  },
14383
+ {
14384
+ "defaultValue": null,
14385
+ "description": "Filter by data product IDs",
14386
+ "name": "dataProductIds",
14387
+ "type": {
14388
+ "kind": "LIST",
14389
+ "name": null,
14390
+ "ofType": {
14391
+ "kind": "SCALAR",
14392
+ "name": "UUID",
14393
+ "ofType": null
14394
+ }
14395
+ }
14396
+ },
14127
14397
  {
14128
14398
  "defaultValue": null,
14129
14399
  "description": "Filter by data quality dimensions",
@@ -14527,6 +14797,20 @@
14527
14797
  }
14528
14798
  }
14529
14799
  },
14800
+ {
14801
+ "defaultValue": null,
14802
+ "description": "Filter by data product IDs",
14803
+ "name": "dataProductIds",
14804
+ "type": {
14805
+ "kind": "LIST",
14806
+ "name": null,
14807
+ "ofType": {
14808
+ "kind": "SCALAR",
14809
+ "name": "UUID",
14810
+ "ofType": null
14811
+ }
14812
+ }
14813
+ },
14530
14814
  {
14531
14815
  "defaultValue": null,
14532
14816
  "description": "Filter by data quality dimensions",
@@ -30497,21 +30781,164 @@
30497
30781
  "possibleTypes": null
30498
30782
  },
30499
30783
  {
30500
- "description": "A Logs integration (for monitor execution logging)",
30784
+ "description": null,
30501
30785
  "enumValues": null,
30502
30786
  "fields": [
30503
30787
  {
30504
30788
  "args": [],
30505
30789
  "deprecationReason": null,
30506
- "description": "The integration ID",
30790
+ "description": null,
30507
30791
  "isDeprecated": false,
30508
- "name": "integrationId",
30792
+ "name": "metric",
30793
+ "type": {
30794
+ "kind": "NON_NULL",
30795
+ "name": null,
30796
+ "ofType": {
30797
+ "kind": "ENUM",
30798
+ "name": "TableMonitorMetricType",
30799
+ "ofType": null
30800
+ }
30801
+ }
30802
+ },
30803
+ {
30804
+ "args": [],
30805
+ "deprecationReason": null,
30806
+ "description": null,
30807
+ "isDeprecated": false,
30808
+ "name": "value",
30509
30809
  "type": {
30510
30810
  "kind": "NON_NULL",
30511
30811
  "name": null,
30512
30812
  "ofType": {
30513
30813
  "kind": "SCALAR",
30514
- "name": "UUID",
30814
+ "name": "Int",
30815
+ "ofType": null
30816
+ }
30817
+ }
30818
+ }
30819
+ ],
30820
+ "inputFields": null,
30821
+ "interfaces": [],
30822
+ "kind": "OBJECT",
30823
+ "name": "TableMonitorMetric",
30824
+ "possibleTypes": null
30825
+ },
30826
+ {
30827
+ "description": null,
30828
+ "enumValues": [
30829
+ {
30830
+ "deprecationReason": null,
30831
+ "description": null,
30832
+ "isDeprecated": false,
30833
+ "name": "TOTAL_TABLES_COUNT"
30834
+ },
30835
+ {
30836
+ "deprecationReason": null,
30837
+ "description": null,
30838
+ "isDeprecated": false,
30839
+ "name": "TABLES_WITH_MONITORS_COUNT"
30840
+ },
30841
+ {
30842
+ "deprecationReason": null,
30843
+ "description": null,
30844
+ "isDeprecated": false,
30845
+ "name": "TABLES_WITHOUT_MONITORS_COUNT"
30846
+ },
30847
+ {
30848
+ "deprecationReason": null,
30849
+ "description": null,
30850
+ "isDeprecated": false,
30851
+ "name": "TOTAL_MONITORS_COUNT"
30852
+ }
30853
+ ],
30854
+ "fields": null,
30855
+ "inputFields": null,
30856
+ "interfaces": null,
30857
+ "kind": "ENUM",
30858
+ "name": "TableMonitorMetricType",
30859
+ "possibleTypes": null
30860
+ },
30861
+ {
30862
+ "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).",
30863
+ "enumValues": null,
30864
+ "fields": null,
30865
+ "inputFields": null,
30866
+ "interfaces": null,
30867
+ "kind": "SCALAR",
30868
+ "name": "Int",
30869
+ "possibleTypes": null
30870
+ },
30871
+ {
30872
+ "description": "Leverages the internal Python implmeentation of UUID (uuid.UUID) to provide native UUID objects\nin fields, resolvers and input.",
30873
+ "enumValues": null,
30874
+ "fields": null,
30875
+ "inputFields": null,
30876
+ "interfaces": null,
30877
+ "kind": "SCALAR",
30878
+ "name": "UUID",
30879
+ "possibleTypes": null
30880
+ },
30881
+ {
30882
+ "description": null,
30883
+ "enumValues": null,
30884
+ "fields": null,
30885
+ "inputFields": [
30886
+ {
30887
+ "defaultValue": null,
30888
+ "description": "Tag key",
30889
+ "name": "name",
30890
+ "type": {
30891
+ "kind": "NON_NULL",
30892
+ "name": null,
30893
+ "ofType": {
30894
+ "kind": "SCALAR",
30895
+ "name": "String",
30896
+ "ofType": null
30897
+ }
30898
+ }
30899
+ },
30900
+ {
30901
+ "defaultValue": null,
30902
+ "description": "Tag Value",
30903
+ "name": "value",
30904
+ "type": {
30905
+ "kind": "SCALAR",
30906
+ "name": "String",
30907
+ "ofType": null
30908
+ }
30909
+ }
30910
+ ],
30911
+ "interfaces": null,
30912
+ "kind": "INPUT_OBJECT",
30913
+ "name": "TagKeyValuePairInput",
30914
+ "possibleTypes": null
30915
+ },
30916
+ {
30917
+ "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.",
30918
+ "enumValues": null,
30919
+ "fields": null,
30920
+ "inputFields": null,
30921
+ "interfaces": null,
30922
+ "kind": "SCALAR",
30923
+ "name": "String",
30924
+ "possibleTypes": null
30925
+ },
30926
+ {
30927
+ "description": "List of search results that match the query",
30928
+ "enumValues": null,
30929
+ "fields": [
30930
+ {
30931
+ "args": [],
30932
+ "deprecationReason": null,
30933
+ "description": "Number of results",
30934
+ "isDeprecated": false,
30935
+ "name": "totalHits",
30936
+ "type": {
30937
+ "kind": "NON_NULL",
30938
+ "name": null,
30939
+ "ofType": {
30940
+ "kind": "SCALAR",
30941
+ "name": "Int",
30515
30942
  "ofType": null
30516
30943
  }
30517
30944
  }
@@ -30519,9 +30946,84 @@
30519
30946
  {
30520
30947
  "args": [],
30521
30948
  "deprecationReason": null,
30522
- "description": "A short name to identify the integration",
30949
+ "description": "Offset for paginating results",
30523
30950
  "isDeprecated": false,
30524
- "name": "integrationName",
30951
+ "name": "offset",
30952
+ "type": {
30953
+ "kind": "SCALAR",
30954
+ "name": "Int",
30955
+ "ofType": null
30956
+ }
30957
+ },
30958
+ {
30959
+ "args": [],
30960
+ "deprecationReason": null,
30961
+ "description": "List of matching results",
30962
+ "isDeprecated": false,
30963
+ "name": "results",
30964
+ "type": {
30965
+ "kind": "NON_NULL",
30966
+ "name": null,
30967
+ "ofType": {
30968
+ "kind": "LIST",
30969
+ "name": null,
30970
+ "ofType": {
30971
+ "kind": "OBJECT",
30972
+ "name": "SearchResult",
30973
+ "ofType": null
30974
+ }
30975
+ }
30976
+ }
30977
+ },
30978
+ {
30979
+ "args": [],
30980
+ "deprecationReason": null,
30981
+ "description": "Facet results",
30982
+ "isDeprecated": false,
30983
+ "name": "facetResults",
30984
+ "type": {
30985
+ "kind": "LIST",
30986
+ "name": null,
30987
+ "ofType": {
30988
+ "kind": "OBJECT",
30989
+ "name": "FacetResults",
30990
+ "ofType": null
30991
+ }
30992
+ }
30993
+ }
30994
+ ],
30995
+ "inputFields": null,
30996
+ "interfaces": [],
30997
+ "kind": "OBJECT",
30998
+ "name": "SearchResponse",
30999
+ "possibleTypes": null
31000
+ },
31001
+ {
31002
+ "description": "An individual result. Part of the SearchResponse",
31003
+ "enumValues": null,
31004
+ "fields": [
31005
+ {
31006
+ "args": [],
31007
+ "deprecationReason": null,
31008
+ "description": "Monte Carlo full identifier for an entity",
31009
+ "isDeprecated": false,
31010
+ "name": "mcon",
31011
+ "type": {
31012
+ "kind": "NON_NULL",
31013
+ "name": null,
31014
+ "ofType": {
31015
+ "kind": "SCALAR",
31016
+ "name": "String",
31017
+ "ofType": null
31018
+ }
31019
+ }
31020
+ },
31021
+ {
31022
+ "args": [],
31023
+ "deprecationReason": null,
31024
+ "description": "Identifier for lineage nodes. Warning - To be deprecated soon",
31025
+ "isDeprecated": false,
31026
+ "name": "lineageNodeId",
30525
31027
  "type": {
30526
31028
  "kind": "SCALAR",
30527
31029
  "name": "String",
@@ -30531,9 +31033,57 @@
30531
31033
  {
30532
31034
  "args": [],
30533
31035
  "deprecationReason": null,
30534
- "description": "The URL to post messages to",
31036
+ "description": "Type of object (e.g. table, view, etc.)",
30535
31037
  "isDeprecated": false,
30536
- "name": "webhookUrl",
31038
+ "name": "objectType",
31039
+ "type": {
31040
+ "kind": "NON_NULL",
31041
+ "name": null,
31042
+ "ofType": {
31043
+ "kind": "SCALAR",
31044
+ "name": "String",
31045
+ "ofType": null
31046
+ }
31047
+ }
31048
+ },
31049
+ {
31050
+ "args": [],
31051
+ "deprecationReason": null,
31052
+ "description": "Partial identifier (e.g. project:dataset.table)",
31053
+ "isDeprecated": false,
31054
+ "name": "objectId",
31055
+ "type": {
31056
+ "kind": "NON_NULL",
31057
+ "name": null,
31058
+ "ofType": {
31059
+ "kind": "SCALAR",
31060
+ "name": "String",
31061
+ "ofType": null
31062
+ }
31063
+ }
31064
+ },
31065
+ {
31066
+ "args": [],
31067
+ "deprecationReason": null,
31068
+ "description": "Friendly name for entity",
31069
+ "isDeprecated": false,
31070
+ "name": "displayName",
31071
+ "type": {
31072
+ "kind": "NON_NULL",
31073
+ "name": null,
31074
+ "ofType": {
31075
+ "kind": "SCALAR",
31076
+ "name": "String",
31077
+ "ofType": null
31078
+ }
31079
+ }
31080
+ },
31081
+ {
31082
+ "args": [],
31083
+ "deprecationReason": null,
31084
+ "description": "Identifier for any parents (e.g. field belonging to a table)",
31085
+ "isDeprecated": false,
31086
+ "name": "parentMcon",
30537
31087
  "type": {
30538
31088
  "kind": "SCALAR",
30539
31089
  "name": "String",
@@ -30543,15 +31093,274 @@
30543
31093
  {
30544
31094
  "args": [],
30545
31095
  "deprecationReason": null,
30546
- "description": "Type log integration to use",
31096
+ "description": "Path to node",
30547
31097
  "isDeprecated": false,
30548
- "name": "integrationType",
31098
+ "name": "path",
31099
+ "type": {
31100
+ "kind": "SCALAR",
31101
+ "name": "String",
31102
+ "ofType": null
31103
+ }
31104
+ },
31105
+ {
31106
+ "args": [],
31107
+ "deprecationReason": null,
31108
+ "description": "Name of project (database or catalog in some warehouses)",
31109
+ "isDeprecated": false,
31110
+ "name": "projectId",
31111
+ "type": {
31112
+ "kind": "SCALAR",
31113
+ "name": "String",
31114
+ "ofType": null
31115
+ }
31116
+ },
31117
+ {
31118
+ "args": [],
31119
+ "deprecationReason": null,
31120
+ "description": "Name of dataset (schema in some warehouses)",
31121
+ "isDeprecated": false,
31122
+ "name": "dataset",
31123
+ "type": {
31124
+ "kind": "SCALAR",
31125
+ "name": "String",
31126
+ "ofType": null
31127
+ }
31128
+ },
31129
+ {
31130
+ "args": [],
31131
+ "deprecationReason": null,
31132
+ "description": "Name of the table",
31133
+ "isDeprecated": false,
31134
+ "name": "tableId",
31135
+ "type": {
31136
+ "kind": "SCALAR",
31137
+ "name": "String",
31138
+ "ofType": null
31139
+ }
31140
+ },
31141
+ {
31142
+ "args": [],
31143
+ "deprecationReason": null,
31144
+ "description": "Any attached labels",
31145
+ "isDeprecated": false,
31146
+ "name": "properties",
31147
+ "type": {
31148
+ "kind": "LIST",
31149
+ "name": null,
31150
+ "ofType": {
31151
+ "kind": "OBJECT",
31152
+ "name": "SearchResultProperty",
31153
+ "ofType": null
31154
+ }
31155
+ }
31156
+ },
31157
+ {
31158
+ "args": [],
31159
+ "deprecationReason": null,
31160
+ "description": "Resource identifier (e.g. warehouse). Warning - To be deprecated soon",
31161
+ "isDeprecated": false,
31162
+ "name": "resourceId",
31163
+ "type": {
31164
+ "kind": "SCALAR",
31165
+ "name": "String",
31166
+ "ofType": null
31167
+ }
31168
+ },
31169
+ {
31170
+ "args": [],
31171
+ "deprecationReason": null,
31172
+ "description": "Name of warehouse",
31173
+ "isDeprecated": false,
31174
+ "name": "warehouseDisplayName",
31175
+ "type": {
31176
+ "kind": "SCALAR",
31177
+ "name": "String",
31178
+ "ofType": null
31179
+ }
31180
+ },
31181
+ {
31182
+ "args": [],
31183
+ "deprecationReason": null,
31184
+ "description": "Description of object",
31185
+ "isDeprecated": false,
31186
+ "name": "description",
31187
+ "type": {
31188
+ "kind": "SCALAR",
31189
+ "name": "String",
31190
+ "ofType": null
31191
+ }
31192
+ },
31193
+ {
31194
+ "args": [],
31195
+ "deprecationReason": null,
31196
+ "description": "Data type of field. Only populated if object_type=field",
31197
+ "isDeprecated": false,
31198
+ "name": "fieldType",
31199
+ "type": {
31200
+ "kind": "SCALAR",
31201
+ "name": "String",
31202
+ "ofType": null
31203
+ }
31204
+ },
31205
+ {
31206
+ "args": [],
31207
+ "deprecationReason": null,
31208
+ "description": "Highlight snippets",
31209
+ "isDeprecated": false,
31210
+ "name": "highlight",
31211
+ "type": {
31212
+ "kind": "LIST",
31213
+ "name": null,
31214
+ "ofType": {
31215
+ "kind": "OBJECT",
31216
+ "name": "HighlightSnippets",
31217
+ "ofType": null
31218
+ }
31219
+ }
31220
+ },
31221
+ {
31222
+ "args": [],
31223
+ "deprecationReason": null,
31224
+ "description": "Highlight snippets for object properties",
31225
+ "isDeprecated": false,
31226
+ "name": "highlightProperties",
31227
+ "type": {
31228
+ "kind": "LIST",
31229
+ "name": null,
31230
+ "ofType": {
31231
+ "kind": "OBJECT",
31232
+ "name": "NestedHighlightSnippets",
31233
+ "ofType": null
31234
+ }
31235
+ }
31236
+ },
31237
+ {
31238
+ "args": [],
31239
+ "deprecationReason": null,
31240
+ "description": "Field names (if object_type=table)",
31241
+ "isDeprecated": false,
31242
+ "name": "fieldNames",
31243
+ "type": {
31244
+ "kind": "LIST",
31245
+ "name": null,
31246
+ "ofType": {
31247
+ "kind": "SCALAR",
31248
+ "name": "String",
31249
+ "ofType": null
31250
+ }
31251
+ }
31252
+ },
31253
+ {
31254
+ "args": [],
31255
+ "deprecationReason": null,
31256
+ "description": "Whether the table or field is important",
31257
+ "isDeprecated": false,
31258
+ "name": "isImportant",
31259
+ "type": {
31260
+ "kind": "SCALAR",
31261
+ "name": "Boolean",
31262
+ "ofType": null
31263
+ }
31264
+ },
31265
+ {
31266
+ "args": [],
31267
+ "deprecationReason": null,
31268
+ "description": "Importance score for tables",
31269
+ "isDeprecated": false,
31270
+ "name": "importanceScore",
31271
+ "type": {
31272
+ "kind": "SCALAR",
31273
+ "name": "Float",
31274
+ "ofType": null
31275
+ }
31276
+ },
31277
+ {
31278
+ "args": [],
31279
+ "deprecationReason": null,
31280
+ "description": "Upstream resource ids",
31281
+ "isDeprecated": false,
31282
+ "name": "upstreamResourceIds",
31283
+ "type": {
31284
+ "kind": "LIST",
31285
+ "name": null,
31286
+ "ofType": {
31287
+ "kind": "SCALAR",
31288
+ "name": "String",
31289
+ "ofType": null
31290
+ }
31291
+ }
31292
+ },
31293
+ {
31294
+ "args": [],
31295
+ "deprecationReason": null,
31296
+ "description": "Name of parent resource to BI asset",
31297
+ "isDeprecated": false,
31298
+ "name": "biParentName",
31299
+ "type": {
31300
+ "kind": "SCALAR",
31301
+ "name": "String",
31302
+ "ofType": null
31303
+ }
31304
+ },
31305
+ {
31306
+ "args": [],
31307
+ "deprecationReason": null,
31308
+ "description": "Whether the table is monitored",
31309
+ "isDeprecated": false,
31310
+ "name": "isMonitored",
31311
+ "type": {
31312
+ "kind": "SCALAR",
31313
+ "name": "Boolean",
31314
+ "ofType": null
31315
+ }
31316
+ },
31317
+ {
31318
+ "args": [],
31319
+ "deprecationReason": null,
31320
+ "description": "Whether the table is muted",
31321
+ "isDeprecated": false,
31322
+ "name": "isMuted",
31323
+ "type": {
31324
+ "kind": "SCALAR",
31325
+ "name": "Boolean",
31326
+ "ofType": null
31327
+ }
31328
+ },
31329
+ {
31330
+ "args": [],
31331
+ "deprecationReason": null,
31332
+ "description": "ETL type of the job asset (if object_type=job)",
31333
+ "isDeprecated": false,
31334
+ "name": "etlType",
31335
+ "type": {
31336
+ "kind": "ENUM",
31337
+ "name": "EtlType",
31338
+ "ofType": null
31339
+ }
31340
+ }
31341
+ ],
31342
+ "inputFields": null,
31343
+ "interfaces": [],
31344
+ "kind": "OBJECT",
31345
+ "name": "SearchResult",
31346
+ "possibleTypes": null
31347
+ },
31348
+ {
31349
+ "description": "An individual label. Part of the SearchResult",
31350
+ "enumValues": null,
31351
+ "fields": [
31352
+ {
31353
+ "args": [],
31354
+ "deprecationReason": null,
31355
+ "description": "Name of label",
31356
+ "isDeprecated": false,
31357
+ "name": "name",
30549
31358
  "type": {
30550
31359
  "kind": "NON_NULL",
30551
31360
  "name": null,
30552
31361
  "ofType": {
30553
- "kind": "ENUM",
30554
- "name": "LogsIntegrationType",
31362
+ "kind": "SCALAR",
31363
+ "name": "String",
30555
31364
  "ofType": null
30556
31365
  }
30557
31366
  }
@@ -30559,15 +31368,89 @@
30559
31368
  {
30560
31369
  "args": [],
30561
31370
  "deprecationReason": null,
30562
- "description": "Header key/value to use when sending webhook request",
31371
+ "description": "Value of label",
30563
31372
  "isDeprecated": false,
30564
- "name": "headers",
31373
+ "name": "value",
31374
+ "type": {
31375
+ "kind": "SCALAR",
31376
+ "name": "String",
31377
+ "ofType": null
31378
+ }
31379
+ }
31380
+ ],
31381
+ "inputFields": null,
31382
+ "interfaces": [],
31383
+ "kind": "OBJECT",
31384
+ "name": "SearchResultProperty",
31385
+ "possibleTypes": null
31386
+ },
31387
+ {
31388
+ "description": null,
31389
+ "enumValues": null,
31390
+ "fields": [
31391
+ {
31392
+ "args": [],
31393
+ "deprecationReason": null,
31394
+ "description": "Field name",
31395
+ "isDeprecated": false,
31396
+ "name": "fieldName",
31397
+ "type": {
31398
+ "kind": "SCALAR",
31399
+ "name": "String",
31400
+ "ofType": null
31401
+ }
31402
+ },
31403
+ {
31404
+ "args": [],
31405
+ "deprecationReason": null,
31406
+ "description": "Highlighted snippet",
31407
+ "isDeprecated": false,
31408
+ "name": "snippets",
31409
+ "type": {
31410
+ "kind": "LIST",
31411
+ "name": null,
31412
+ "ofType": {
31413
+ "kind": "SCALAR",
31414
+ "name": "String",
31415
+ "ofType": null
31416
+ }
31417
+ }
31418
+ }
31419
+ ],
31420
+ "inputFields": null,
31421
+ "interfaces": [],
31422
+ "kind": "OBJECT",
31423
+ "name": "HighlightSnippets",
31424
+ "possibleTypes": null
31425
+ },
31426
+ {
31427
+ "description": null,
31428
+ "enumValues": null,
31429
+ "fields": [
31430
+ {
31431
+ "args": [],
31432
+ "deprecationReason": null,
31433
+ "description": "Offset into nested field",
31434
+ "isDeprecated": false,
31435
+ "name": "offset",
31436
+ "type": {
31437
+ "kind": "SCALAR",
31438
+ "name": "Int",
31439
+ "ofType": null
31440
+ }
31441
+ },
31442
+ {
31443
+ "args": [],
31444
+ "deprecationReason": null,
31445
+ "description": "Highlighted snippet of inner hit",
31446
+ "isDeprecated": false,
31447
+ "name": "innerHitSnippets",
30565
31448
  "type": {
30566
31449
  "kind": "LIST",
30567
31450
  "name": null,
30568
31451
  "ofType": {
30569
31452
  "kind": "OBJECT",
30570
- "name": "WebhookHeader",
31453
+ "name": "HighlightSnippets",
30571
31454
  "ofType": null
30572
31455
  }
30573
31456
  }
@@ -30576,27 +31459,308 @@
30576
31459
  "inputFields": null,
30577
31460
  "interfaces": [],
30578
31461
  "kind": "OBJECT",
30579
- "name": "LogsIntegrationOutput",
31462
+ "name": "NestedHighlightSnippets",
30580
31463
  "possibleTypes": null
30581
31464
  },
30582
31465
  {
30583
- "description": "Leverages the internal Python implmeentation of UUID (uuid.UUID) to provide native UUID objects\nin fields, resolvers and input.",
31466
+ "description": "The `Boolean` scalar type represents `true` or `false`.",
30584
31467
  "enumValues": null,
30585
31468
  "fields": null,
30586
31469
  "inputFields": null,
30587
31470
  "interfaces": null,
30588
31471
  "kind": "SCALAR",
30589
- "name": "UUID",
31472
+ "name": "Boolean",
30590
31473
  "possibleTypes": null
30591
31474
  },
30592
31475
  {
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.",
31476
+ "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
31477
  "enumValues": null,
30595
31478
  "fields": null,
30596
31479
  "inputFields": null,
30597
31480
  "interfaces": null,
30598
31481
  "kind": "SCALAR",
30599
- "name": "String",
31482
+ "name": "Float",
31483
+ "possibleTypes": null
31484
+ },
31485
+ {
31486
+ "description": null,
31487
+ "enumValues": [
31488
+ {
31489
+ "deprecationReason": null,
31490
+ "description": null,
31491
+ "isDeprecated": false,
31492
+ "name": "FIVETRAN"
31493
+ },
31494
+ {
31495
+ "deprecationReason": null,
31496
+ "description": null,
31497
+ "isDeprecated": false,
31498
+ "name": "AIRFLOW"
31499
+ },
31500
+ {
31501
+ "deprecationReason": null,
31502
+ "description": null,
31503
+ "isDeprecated": false,
31504
+ "name": "DATABRICKS"
31505
+ },
31506
+ {
31507
+ "deprecationReason": null,
31508
+ "description": null,
31509
+ "isDeprecated": false,
31510
+ "name": "INFORMATICA"
31511
+ },
31512
+ {
31513
+ "deprecationReason": null,
31514
+ "description": null,
31515
+ "isDeprecated": false,
31516
+ "name": "AZURE_DATA_FACTORY"
31517
+ },
31518
+ {
31519
+ "deprecationReason": null,
31520
+ "description": null,
31521
+ "isDeprecated": false,
31522
+ "name": "DBT"
31523
+ }
31524
+ ],
31525
+ "fields": null,
31526
+ "inputFields": null,
31527
+ "interfaces": null,
31528
+ "kind": "ENUM",
31529
+ "name": "EtlType",
31530
+ "possibleTypes": null
31531
+ },
31532
+ {
31533
+ "description": null,
31534
+ "enumValues": null,
31535
+ "fields": [
31536
+ {
31537
+ "args": [],
31538
+ "deprecationReason": null,
31539
+ "description": "Facet type",
31540
+ "isDeprecated": false,
31541
+ "name": "facetType",
31542
+ "type": {
31543
+ "kind": "ENUM",
31544
+ "name": "FacetType",
31545
+ "ofType": null
31546
+ }
31547
+ },
31548
+ {
31549
+ "args": [],
31550
+ "deprecationReason": null,
31551
+ "description": "Facet entries",
31552
+ "isDeprecated": false,
31553
+ "name": "entries",
31554
+ "type": {
31555
+ "kind": "LIST",
31556
+ "name": null,
31557
+ "ofType": {
31558
+ "kind": "OBJECT",
31559
+ "name": "FacetEntry",
31560
+ "ofType": null
31561
+ }
31562
+ }
31563
+ }
31564
+ ],
31565
+ "inputFields": null,
31566
+ "interfaces": [],
31567
+ "kind": "OBJECT",
31568
+ "name": "FacetResults",
31569
+ "possibleTypes": null
31570
+ },
31571
+ {
31572
+ "description": null,
31573
+ "enumValues": [
31574
+ {
31575
+ "deprecationReason": null,
31576
+ "description": null,
31577
+ "isDeprecated": false,
31578
+ "name": "DATASETS"
31579
+ },
31580
+ {
31581
+ "deprecationReason": null,
31582
+ "description": null,
31583
+ "isDeprecated": false,
31584
+ "name": "TAGS"
31585
+ },
31586
+ {
31587
+ "deprecationReason": null,
31588
+ "description": null,
31589
+ "isDeprecated": false,
31590
+ "name": "TAG_NAMES"
31591
+ },
31592
+ {
31593
+ "deprecationReason": null,
31594
+ "description": null,
31595
+ "isDeprecated": false,
31596
+ "name": "TAG_VALUES"
31597
+ },
31598
+ {
31599
+ "deprecationReason": null,
31600
+ "description": null,
31601
+ "isDeprecated": false,
31602
+ "name": "DATA_PRODUCTS"
31603
+ },
31604
+ {
31605
+ "deprecationReason": null,
31606
+ "description": null,
31607
+ "isDeprecated": false,
31608
+ "name": "RESOURCE_TYPES"
31609
+ },
31610
+ {
31611
+ "deprecationReason": null,
31612
+ "description": null,
31613
+ "isDeprecated": false,
31614
+ "name": "WAREHOUSE_TYPES"
31615
+ },
31616
+ {
31617
+ "deprecationReason": null,
31618
+ "description": null,
31619
+ "isDeprecated": false,
31620
+ "name": "ETL_TYPES"
31621
+ },
31622
+ {
31623
+ "deprecationReason": null,
31624
+ "description": null,
31625
+ "isDeprecated": false,
31626
+ "name": "BI_TYPES"
31627
+ }
31628
+ ],
31629
+ "fields": null,
31630
+ "inputFields": null,
31631
+ "interfaces": null,
31632
+ "kind": "ENUM",
31633
+ "name": "FacetType",
31634
+ "possibleTypes": null
31635
+ },
31636
+ {
31637
+ "description": null,
31638
+ "enumValues": null,
31639
+ "fields": [
31640
+ {
31641
+ "args": [],
31642
+ "deprecationReason": null,
31643
+ "description": "Key of facet entry",
31644
+ "isDeprecated": false,
31645
+ "name": "key",
31646
+ "type": {
31647
+ "kind": "SCALAR",
31648
+ "name": "String",
31649
+ "ofType": null
31650
+ }
31651
+ },
31652
+ {
31653
+ "args": [],
31654
+ "deprecationReason": null,
31655
+ "description": "Number of documents that contain key",
31656
+ "isDeprecated": false,
31657
+ "name": "count",
31658
+ "type": {
31659
+ "kind": "SCALAR",
31660
+ "name": "Int",
31661
+ "ofType": null
31662
+ }
31663
+ },
31664
+ {
31665
+ "args": [],
31666
+ "deprecationReason": null,
31667
+ "description": "Display value of the facet entry",
31668
+ "isDeprecated": false,
31669
+ "name": "display",
31670
+ "type": {
31671
+ "kind": "SCALAR",
31672
+ "name": "String",
31673
+ "ofType": null
31674
+ }
31675
+ }
31676
+ ],
31677
+ "inputFields": null,
31678
+ "interfaces": [],
31679
+ "kind": "OBJECT",
31680
+ "name": "FacetEntry",
31681
+ "possibleTypes": null
31682
+ },
31683
+ {
31684
+ "description": "A Logs integration (for monitor execution logging)",
31685
+ "enumValues": null,
31686
+ "fields": [
31687
+ {
31688
+ "args": [],
31689
+ "deprecationReason": null,
31690
+ "description": "The integration ID",
31691
+ "isDeprecated": false,
31692
+ "name": "integrationId",
31693
+ "type": {
31694
+ "kind": "NON_NULL",
31695
+ "name": null,
31696
+ "ofType": {
31697
+ "kind": "SCALAR",
31698
+ "name": "UUID",
31699
+ "ofType": null
31700
+ }
31701
+ }
31702
+ },
31703
+ {
31704
+ "args": [],
31705
+ "deprecationReason": null,
31706
+ "description": "A short name to identify the integration",
31707
+ "isDeprecated": false,
31708
+ "name": "integrationName",
31709
+ "type": {
31710
+ "kind": "SCALAR",
31711
+ "name": "String",
31712
+ "ofType": null
31713
+ }
31714
+ },
31715
+ {
31716
+ "args": [],
31717
+ "deprecationReason": null,
31718
+ "description": "The URL to post messages to",
31719
+ "isDeprecated": false,
31720
+ "name": "webhookUrl",
31721
+ "type": {
31722
+ "kind": "SCALAR",
31723
+ "name": "String",
31724
+ "ofType": null
31725
+ }
31726
+ },
31727
+ {
31728
+ "args": [],
31729
+ "deprecationReason": null,
31730
+ "description": "Type log integration to use",
31731
+ "isDeprecated": false,
31732
+ "name": "integrationType",
31733
+ "type": {
31734
+ "kind": "NON_NULL",
31735
+ "name": null,
31736
+ "ofType": {
31737
+ "kind": "ENUM",
31738
+ "name": "LogsIntegrationType",
31739
+ "ofType": null
31740
+ }
31741
+ }
31742
+ },
31743
+ {
31744
+ "args": [],
31745
+ "deprecationReason": null,
31746
+ "description": "Header key/value to use when sending webhook request",
31747
+ "isDeprecated": false,
31748
+ "name": "headers",
31749
+ "type": {
31750
+ "kind": "LIST",
31751
+ "name": null,
31752
+ "ofType": {
31753
+ "kind": "OBJECT",
31754
+ "name": "WebhookHeader",
31755
+ "ofType": null
31756
+ }
31757
+ }
31758
+ }
31759
+ ],
31760
+ "inputFields": null,
31761
+ "interfaces": [],
31762
+ "kind": "OBJECT",
31763
+ "name": "LogsIntegrationOutput",
30600
31764
  "possibleTypes": null
30601
31765
  },
30602
31766
  {
@@ -30802,16 +31966,6 @@
30802
31966
  "name": "ListMonitorTagsOutput",
30803
31967
  "possibleTypes": null
30804
31968
  },
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
31969
  {
30816
31970
  "description": null,
30817
31971
  "enumValues": null,
@@ -31619,16 +32773,6 @@
31619
32773
  "name": "NextPageInfo",
31620
32774
  "possibleTypes": null
31621
32775
  },
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
32776
  {
31633
32777
  "description": null,
31634
32778
  "enumValues": null,
@@ -31664,51 +32808,6 @@
31664
32808
  "name": "MonitorScoreTrendType",
31665
32809
  "possibleTypes": null
31666
32810
  },
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
32811
  {
31713
32812
  "description": null,
31714
32813
  "enumValues": [
@@ -43231,6 +44330,20 @@
43231
44330
  }
43232
44331
  }
43233
44332
  },
44333
+ {
44334
+ "defaultValue": null,
44335
+ "description": "Filter by data product IDs",
44336
+ "name": "dataProductIds",
44337
+ "type": {
44338
+ "kind": "LIST",
44339
+ "name": null,
44340
+ "ofType": {
44341
+ "kind": "SCALAR",
44342
+ "name": "UUID",
44343
+ "ofType": null
44344
+ }
44345
+ }
44346
+ },
43234
44347
  {
43235
44348
  "defaultValue": null,
43236
44349
  "description": "Filter by data quality dimensions",
@@ -59727,53 +60840,6 @@
59727
60840
  "name": "DbtRunStep",
59728
60841
  "possibleTypes": null
59729
60842
  },
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
60843
  {
59778
60844
  "description": null,
59779
60845
  "enumValues": null,
@@ -130736,696 +131802,6 @@
130736
131802
  "name": "ManyToManyChange",
130737
131803
  "possibleTypes": null
130738
131804
  },
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
131805
  {
131430
131806
  "description": null,
131431
131807
  "enumValues": null,