pycarlo 0.10.135__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,31 +30781,249 @@
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",
30515
30896
  "ofType": null
30516
30897
  }
30517
30898
  }
30518
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": [
30519
30930
  {
30520
30931
  "args": [],
30521
30932
  "deprecationReason": null,
30522
- "description": "A short name to identify the integration",
30933
+ "description": "Number of results",
30523
30934
  "isDeprecated": false,
30524
- "name": "integrationName",
30935
+ "name": "totalHits",
30936
+ "type": {
30937
+ "kind": "NON_NULL",
30938
+ "name": null,
30939
+ "ofType": {
30940
+ "kind": "SCALAR",
30941
+ "name": "Int",
30942
+ "ofType": null
30943
+ }
30944
+ }
30945
+ },
30946
+ {
30947
+ "args": [],
30948
+ "deprecationReason": null,
30949
+ "description": "Offset for paginating results",
30950
+ "isDeprecated": false,
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": [
@@ -33604,6 +34703,16 @@
33604
34703
  "ofType": null
33605
34704
  }
33606
34705
  },
34706
+ {
34707
+ "defaultValue": null,
34708
+ "description": null,
34709
+ "name": "outputType",
34710
+ "type": {
34711
+ "kind": "SCALAR",
34712
+ "name": "String",
34713
+ "ofType": null
34714
+ }
34715
+ },
33607
34716
  {
33608
34717
  "defaultValue": null,
33609
34718
  "description": null,
@@ -34744,408 +35853,420 @@
34744
35853
  "deprecationReason": null,
34745
35854
  "description": null,
34746
35855
  "isDeprecated": false,
34747
- "name": "mcSqlSupported",
34748
- "type": {
34749
- "kind": "NON_NULL",
34750
- "name": null,
34751
- "ofType": {
34752
- "kind": "SCALAR",
34753
- "name": "Boolean",
34754
- "ofType": null
34755
- }
34756
- }
34757
- }
34758
- ],
34759
- "inputFields": null,
34760
- "interfaces": [],
34761
- "kind": "OBJECT",
34762
- "name": "Predicate",
34763
- "possibleTypes": null
34764
- },
34765
- {
34766
- "description": null,
34767
- "enumValues": [
34768
- {
34769
- "deprecationReason": null,
34770
- "description": null,
34771
- "isDeprecated": false,
34772
- "name": "BINARY"
34773
- },
34774
- {
34775
- "deprecationReason": null,
34776
- "description": null,
34777
- "isDeprecated": false,
34778
- "name": "UNARY"
34779
- }
34780
- ],
34781
- "fields": null,
34782
- "inputFields": null,
34783
- "interfaces": null,
34784
- "kind": "ENUM",
34785
- "name": "PredicateArity",
34786
- "possibleTypes": null
34787
- },
34788
- {
34789
- "description": null,
34790
- "enumValues": null,
34791
- "fields": [
34792
- {
34793
- "args": [],
34794
- "deprecationReason": null,
34795
- "description": null,
34796
- "isDeprecated": false,
34797
- "name": "dialect",
34798
- "type": {
34799
- "kind": "NON_NULL",
34800
- "name": null,
34801
- "ofType": {
34802
- "kind": "ENUM",
34803
- "name": "SqlDialect",
34804
- "ofType": null
34805
- }
34806
- }
34807
- },
34808
- {
34809
- "args": [],
34810
- "deprecationReason": null,
34811
- "description": null,
34812
- "isDeprecated": false,
34813
- "name": "sql",
34814
- "type": {
34815
- "kind": "NON_NULL",
34816
- "name": null,
34817
- "ofType": {
34818
- "kind": "SCALAR",
34819
- "name": "String",
34820
- "ofType": null
34821
- }
34822
- }
34823
- },
34824
- {
34825
- "args": [],
34826
- "deprecationReason": null,
34827
- "description": null,
34828
- "isDeprecated": false,
34829
- "name": "negatedSql",
35856
+ "name": "mcSqlSupported",
35857
+ "type": {
35858
+ "kind": "NON_NULL",
35859
+ "name": null,
35860
+ "ofType": {
35861
+ "kind": "SCALAR",
35862
+ "name": "Boolean",
35863
+ "ofType": null
35864
+ }
35865
+ }
35866
+ }
35867
+ ],
35868
+ "inputFields": null,
35869
+ "interfaces": [],
35870
+ "kind": "OBJECT",
35871
+ "name": "Predicate",
35872
+ "possibleTypes": null
35873
+ },
35874
+ {
35875
+ "description": null,
35876
+ "enumValues": [
35877
+ {
35878
+ "deprecationReason": null,
35879
+ "description": null,
35880
+ "isDeprecated": false,
35881
+ "name": "BINARY"
35882
+ },
35883
+ {
35884
+ "deprecationReason": null,
35885
+ "description": null,
35886
+ "isDeprecated": false,
35887
+ "name": "UNARY"
35888
+ }
35889
+ ],
35890
+ "fields": null,
35891
+ "inputFields": null,
35892
+ "interfaces": null,
35893
+ "kind": "ENUM",
35894
+ "name": "PredicateArity",
35895
+ "possibleTypes": null
35896
+ },
35897
+ {
35898
+ "description": null,
35899
+ "enumValues": null,
35900
+ "fields": [
35901
+ {
35902
+ "args": [],
35903
+ "deprecationReason": null,
35904
+ "description": null,
35905
+ "isDeprecated": false,
35906
+ "name": "dialect",
35907
+ "type": {
35908
+ "kind": "NON_NULL",
35909
+ "name": null,
35910
+ "ofType": {
35911
+ "kind": "ENUM",
35912
+ "name": "SqlDialect",
35913
+ "ofType": null
35914
+ }
35915
+ }
35916
+ },
35917
+ {
35918
+ "args": [],
35919
+ "deprecationReason": null,
35920
+ "description": null,
35921
+ "isDeprecated": false,
35922
+ "name": "sql",
35923
+ "type": {
35924
+ "kind": "NON_NULL",
35925
+ "name": null,
35926
+ "ofType": {
35927
+ "kind": "SCALAR",
35928
+ "name": "String",
35929
+ "ofType": null
35930
+ }
35931
+ }
35932
+ },
35933
+ {
35934
+ "args": [],
35935
+ "deprecationReason": null,
35936
+ "description": null,
35937
+ "isDeprecated": false,
35938
+ "name": "negatedSql",
35939
+ "type": {
35940
+ "kind": "SCALAR",
35941
+ "name": "String",
35942
+ "ofType": null
35943
+ }
35944
+ }
35945
+ ],
35946
+ "inputFields": null,
35947
+ "interfaces": [],
35948
+ "kind": "OBJECT",
35949
+ "name": "Override",
35950
+ "possibleTypes": null
35951
+ },
35952
+ {
35953
+ "description": null,
35954
+ "enumValues": [
35955
+ {
35956
+ "deprecationReason": null,
35957
+ "description": null,
35958
+ "isDeprecated": false,
35959
+ "name": "BIGQUERY"
35960
+ },
35961
+ {
35962
+ "deprecationReason": null,
35963
+ "description": null,
35964
+ "isDeprecated": false,
35965
+ "name": "REDSHIFT"
35966
+ },
35967
+ {
35968
+ "deprecationReason": null,
35969
+ "description": null,
35970
+ "isDeprecated": false,
35971
+ "name": "SNOWFLAKE"
35972
+ },
35973
+ {
35974
+ "deprecationReason": null,
35975
+ "description": null,
35976
+ "isDeprecated": false,
35977
+ "name": "HIVE"
35978
+ },
35979
+ {
35980
+ "deprecationReason": null,
35981
+ "description": null,
35982
+ "isDeprecated": false,
35983
+ "name": "PRESTO"
35984
+ },
35985
+ {
35986
+ "deprecationReason": null,
35987
+ "description": null,
35988
+ "isDeprecated": false,
35989
+ "name": "SPARK"
35990
+ },
35991
+ {
35992
+ "deprecationReason": null,
35993
+ "description": null,
35994
+ "isDeprecated": false,
35995
+ "name": "ATHENA"
35996
+ },
35997
+ {
35998
+ "deprecationReason": null,
35999
+ "description": null,
36000
+ "isDeprecated": false,
36001
+ "name": "DATABRICKS"
36002
+ },
36003
+ {
36004
+ "deprecationReason": null,
36005
+ "description": null,
36006
+ "isDeprecated": false,
36007
+ "name": "POSTGRES"
36008
+ },
36009
+ {
36010
+ "deprecationReason": null,
36011
+ "description": null,
36012
+ "isDeprecated": false,
36013
+ "name": "SQL_SERVER"
36014
+ },
36015
+ {
36016
+ "deprecationReason": null,
36017
+ "description": null,
36018
+ "isDeprecated": false,
36019
+ "name": "TSQL"
36020
+ },
36021
+ {
36022
+ "deprecationReason": null,
36023
+ "description": null,
36024
+ "isDeprecated": false,
36025
+ "name": "TERADATA"
36026
+ },
36027
+ {
36028
+ "deprecationReason": null,
36029
+ "description": null,
36030
+ "isDeprecated": false,
36031
+ "name": "ORACLE"
36032
+ },
36033
+ {
36034
+ "deprecationReason": null,
36035
+ "description": null,
36036
+ "isDeprecated": false,
36037
+ "name": "MYSQL"
36038
+ },
36039
+ {
36040
+ "deprecationReason": null,
36041
+ "description": null,
36042
+ "isDeprecated": false,
36043
+ "name": "MARIADB"
36044
+ },
36045
+ {
36046
+ "deprecationReason": null,
36047
+ "description": null,
36048
+ "isDeprecated": false,
36049
+ "name": "SAPHANA"
36050
+ },
36051
+ {
36052
+ "deprecationReason": null,
36053
+ "description": null,
36054
+ "isDeprecated": false,
36055
+ "name": "MOTHERDUCK"
36056
+ },
36057
+ {
36058
+ "deprecationReason": null,
36059
+ "description": null,
36060
+ "isDeprecated": false,
36061
+ "name": "DREMIO"
36062
+ },
36063
+ {
36064
+ "deprecationReason": null,
36065
+ "description": null,
36066
+ "isDeprecated": false,
36067
+ "name": "SALESFORCE_CRM"
36068
+ },
36069
+ {
36070
+ "deprecationReason": null,
36071
+ "description": null,
36072
+ "isDeprecated": false,
36073
+ "name": "SALESFORCE_DATA_CLOUD"
36074
+ },
36075
+ {
36076
+ "deprecationReason": null,
36077
+ "description": null,
36078
+ "isDeprecated": false,
36079
+ "name": "CLICKHOUSE"
36080
+ },
36081
+ {
36082
+ "deprecationReason": null,
36083
+ "description": null,
36084
+ "isDeprecated": false,
36085
+ "name": "UNKNOWN"
36086
+ }
36087
+ ],
36088
+ "fields": null,
36089
+ "inputFields": null,
36090
+ "interfaces": null,
36091
+ "kind": "ENUM",
36092
+ "name": "SqlDialect",
36093
+ "possibleTypes": null
36094
+ },
36095
+ {
36096
+ "description": null,
36097
+ "enumValues": [
36098
+ {
36099
+ "deprecationReason": null,
36100
+ "description": null,
36101
+ "isDeprecated": false,
36102
+ "name": "ANY"
36103
+ },
36104
+ {
36105
+ "deprecationReason": null,
36106
+ "description": null,
36107
+ "isDeprecated": false,
36108
+ "name": "TEXT"
36109
+ },
36110
+ {
36111
+ "deprecationReason": null,
36112
+ "description": null,
36113
+ "isDeprecated": false,
36114
+ "name": "TIMESTAMP"
36115
+ },
36116
+ {
36117
+ "deprecationReason": null,
36118
+ "description": null,
36119
+ "isDeprecated": false,
36120
+ "name": "DATE"
36121
+ },
36122
+ {
36123
+ "deprecationReason": null,
36124
+ "description": null,
36125
+ "isDeprecated": false,
36126
+ "name": "REGEX"
36127
+ }
36128
+ ],
36129
+ "fields": null,
36130
+ "inputFields": null,
36131
+ "interfaces": null,
36132
+ "kind": "ENUM",
36133
+ "name": "PredicateRequiredType",
36134
+ "possibleTypes": null
36135
+ },
36136
+ {
36137
+ "description": null,
36138
+ "enumValues": null,
36139
+ "fields": [
36140
+ {
36141
+ "args": [],
36142
+ "deprecationReason": null,
36143
+ "description": null,
36144
+ "isDeprecated": false,
36145
+ "name": "name",
36146
+ "type": {
36147
+ "kind": "NON_NULL",
36148
+ "name": null,
36149
+ "ofType": {
36150
+ "kind": "SCALAR",
36151
+ "name": "String",
36152
+ "ofType": null
36153
+ }
36154
+ }
36155
+ },
36156
+ {
36157
+ "args": [],
36158
+ "deprecationReason": null,
36159
+ "description": null,
36160
+ "isDeprecated": false,
36161
+ "name": "description",
36162
+ "type": {
36163
+ "kind": "NON_NULL",
36164
+ "name": null,
36165
+ "ofType": {
36166
+ "kind": "SCALAR",
36167
+ "name": "String",
36168
+ "ofType": null
36169
+ }
36170
+ }
36171
+ },
36172
+ {
36173
+ "args": [],
36174
+ "deprecationReason": null,
36175
+ "description": null,
36176
+ "isDeprecated": false,
36177
+ "name": "sql",
36178
+ "type": {
36179
+ "kind": "NON_NULL",
36180
+ "name": null,
36181
+ "ofType": {
36182
+ "kind": "SCALAR",
36183
+ "name": "String",
36184
+ "ofType": null
36185
+ }
36186
+ }
36187
+ },
36188
+ {
36189
+ "args": [],
36190
+ "deprecationReason": null,
36191
+ "description": null,
36192
+ "isDeprecated": false,
36193
+ "name": "supportedTypes",
36194
+ "type": {
36195
+ "kind": "NON_NULL",
36196
+ "name": null,
36197
+ "ofType": {
36198
+ "kind": "LIST",
36199
+ "name": null,
36200
+ "ofType": {
36201
+ "kind": "NON_NULL",
36202
+ "name": null,
36203
+ "ofType": {
36204
+ "kind": "ENUM",
36205
+ "name": "FieldType",
36206
+ "ofType": null
36207
+ }
36208
+ }
36209
+ }
36210
+ }
36211
+ },
36212
+ {
36213
+ "args": [],
36214
+ "deprecationReason": null,
36215
+ "description": null,
36216
+ "isDeprecated": false,
36217
+ "name": "requiredType",
36218
+ "type": {
36219
+ "kind": "NON_NULL",
36220
+ "name": null,
36221
+ "ofType": {
36222
+ "kind": "ENUM",
36223
+ "name": "PredicateRequiredType",
36224
+ "ofType": null
36225
+ }
36226
+ }
36227
+ },
36228
+ {
36229
+ "args": [],
36230
+ "deprecationReason": null,
36231
+ "description": null,
36232
+ "isDeprecated": false,
36233
+ "name": "supportedConnections",
36234
+ "type": {
36235
+ "kind": "NON_NULL",
36236
+ "name": null,
36237
+ "ofType": {
36238
+ "kind": "LIST",
36239
+ "name": null,
36240
+ "ofType": {
36241
+ "kind": "NON_NULL",
36242
+ "name": null,
36243
+ "ofType": {
36244
+ "kind": "SCALAR",
36245
+ "name": "String",
36246
+ "ofType": null
36247
+ }
36248
+ }
36249
+ }
36250
+ }
36251
+ },
36252
+ {
36253
+ "args": [],
36254
+ "deprecationReason": null,
36255
+ "description": null,
36256
+ "isDeprecated": false,
36257
+ "name": "responseFormat",
34830
36258
  "type": {
34831
36259
  "kind": "SCALAR",
34832
36260
  "name": "String",
34833
36261
  "ofType": null
34834
36262
  }
34835
- }
34836
- ],
34837
- "inputFields": null,
34838
- "interfaces": [],
34839
- "kind": "OBJECT",
34840
- "name": "Override",
34841
- "possibleTypes": null
34842
- },
34843
- {
34844
- "description": null,
34845
- "enumValues": [
34846
- {
34847
- "deprecationReason": null,
34848
- "description": null,
34849
- "isDeprecated": false,
34850
- "name": "BIGQUERY"
34851
- },
34852
- {
34853
- "deprecationReason": null,
34854
- "description": null,
34855
- "isDeprecated": false,
34856
- "name": "REDSHIFT"
34857
- },
34858
- {
34859
- "deprecationReason": null,
34860
- "description": null,
34861
- "isDeprecated": false,
34862
- "name": "SNOWFLAKE"
34863
- },
34864
- {
34865
- "deprecationReason": null,
34866
- "description": null,
34867
- "isDeprecated": false,
34868
- "name": "HIVE"
34869
- },
34870
- {
34871
- "deprecationReason": null,
34872
- "description": null,
34873
- "isDeprecated": false,
34874
- "name": "PRESTO"
34875
- },
34876
- {
34877
- "deprecationReason": null,
34878
- "description": null,
34879
- "isDeprecated": false,
34880
- "name": "SPARK"
34881
- },
34882
- {
34883
- "deprecationReason": null,
34884
- "description": null,
34885
- "isDeprecated": false,
34886
- "name": "ATHENA"
34887
- },
34888
- {
34889
- "deprecationReason": null,
34890
- "description": null,
34891
- "isDeprecated": false,
34892
- "name": "DATABRICKS"
34893
- },
34894
- {
34895
- "deprecationReason": null,
34896
- "description": null,
34897
- "isDeprecated": false,
34898
- "name": "POSTGRES"
34899
- },
34900
- {
34901
- "deprecationReason": null,
34902
- "description": null,
34903
- "isDeprecated": false,
34904
- "name": "SQL_SERVER"
34905
- },
34906
- {
34907
- "deprecationReason": null,
34908
- "description": null,
34909
- "isDeprecated": false,
34910
- "name": "TSQL"
34911
- },
34912
- {
34913
- "deprecationReason": null,
34914
- "description": null,
34915
- "isDeprecated": false,
34916
- "name": "TERADATA"
34917
- },
34918
- {
34919
- "deprecationReason": null,
34920
- "description": null,
34921
- "isDeprecated": false,
34922
- "name": "ORACLE"
34923
- },
34924
- {
34925
- "deprecationReason": null,
34926
- "description": null,
34927
- "isDeprecated": false,
34928
- "name": "MYSQL"
34929
- },
34930
- {
34931
- "deprecationReason": null,
34932
- "description": null,
34933
- "isDeprecated": false,
34934
- "name": "MARIADB"
34935
- },
34936
- {
34937
- "deprecationReason": null,
34938
- "description": null,
34939
- "isDeprecated": false,
34940
- "name": "SAPHANA"
34941
- },
34942
- {
34943
- "deprecationReason": null,
34944
- "description": null,
34945
- "isDeprecated": false,
34946
- "name": "MOTHERDUCK"
34947
- },
34948
- {
34949
- "deprecationReason": null,
34950
- "description": null,
34951
- "isDeprecated": false,
34952
- "name": "DREMIO"
34953
- },
34954
- {
34955
- "deprecationReason": null,
34956
- "description": null,
34957
- "isDeprecated": false,
34958
- "name": "SALESFORCE_CRM"
34959
- },
34960
- {
34961
- "deprecationReason": null,
34962
- "description": null,
34963
- "isDeprecated": false,
34964
- "name": "SALESFORCE_DATA_CLOUD"
34965
- },
34966
- {
34967
- "deprecationReason": null,
34968
- "description": null,
34969
- "isDeprecated": false,
34970
- "name": "CLICKHOUSE"
34971
- },
34972
- {
34973
- "deprecationReason": null,
34974
- "description": null,
34975
- "isDeprecated": false,
34976
- "name": "UNKNOWN"
34977
- }
34978
- ],
34979
- "fields": null,
34980
- "inputFields": null,
34981
- "interfaces": null,
34982
- "kind": "ENUM",
34983
- "name": "SqlDialect",
34984
- "possibleTypes": null
34985
- },
34986
- {
34987
- "description": null,
34988
- "enumValues": [
34989
- {
34990
- "deprecationReason": null,
34991
- "description": null,
34992
- "isDeprecated": false,
34993
- "name": "ANY"
34994
- },
34995
- {
34996
- "deprecationReason": null,
34997
- "description": null,
34998
- "isDeprecated": false,
34999
- "name": "TEXT"
35000
- },
35001
- {
35002
- "deprecationReason": null,
35003
- "description": null,
35004
- "isDeprecated": false,
35005
- "name": "TIMESTAMP"
35006
- },
35007
- {
35008
- "deprecationReason": null,
35009
- "description": null,
35010
- "isDeprecated": false,
35011
- "name": "DATE"
35012
- },
35013
- {
35014
- "deprecationReason": null,
35015
- "description": null,
35016
- "isDeprecated": false,
35017
- "name": "REGEX"
35018
- }
35019
- ],
35020
- "fields": null,
35021
- "inputFields": null,
35022
- "interfaces": null,
35023
- "kind": "ENUM",
35024
- "name": "PredicateRequiredType",
35025
- "possibleTypes": null
35026
- },
35027
- {
35028
- "description": null,
35029
- "enumValues": null,
35030
- "fields": [
35031
- {
35032
- "args": [],
35033
- "deprecationReason": null,
35034
- "description": null,
35035
- "isDeprecated": false,
35036
- "name": "name",
35037
- "type": {
35038
- "kind": "NON_NULL",
35039
- "name": null,
35040
- "ofType": {
35041
- "kind": "SCALAR",
35042
- "name": "String",
35043
- "ofType": null
35044
- }
35045
- }
35046
- },
35047
- {
35048
- "args": [],
35049
- "deprecationReason": null,
35050
- "description": null,
35051
- "isDeprecated": false,
35052
- "name": "description",
35053
- "type": {
35054
- "kind": "NON_NULL",
35055
- "name": null,
35056
- "ofType": {
35057
- "kind": "SCALAR",
35058
- "name": "String",
35059
- "ofType": null
35060
- }
35061
- }
35062
- },
35063
- {
35064
- "args": [],
35065
- "deprecationReason": null,
35066
- "description": null,
35067
- "isDeprecated": false,
35068
- "name": "sql",
35069
- "type": {
35070
- "kind": "NON_NULL",
35071
- "name": null,
35072
- "ofType": {
35073
- "kind": "SCALAR",
35074
- "name": "String",
35075
- "ofType": null
35076
- }
35077
- }
35078
- },
35079
- {
35080
- "args": [],
35081
- "deprecationReason": null,
35082
- "description": null,
35083
- "isDeprecated": false,
35084
- "name": "supportedTypes",
35085
- "type": {
35086
- "kind": "NON_NULL",
35087
- "name": null,
35088
- "ofType": {
35089
- "kind": "LIST",
35090
- "name": null,
35091
- "ofType": {
35092
- "kind": "NON_NULL",
35093
- "name": null,
35094
- "ofType": {
35095
- "kind": "ENUM",
35096
- "name": "FieldType",
35097
- "ofType": null
35098
- }
35099
- }
35100
- }
35101
- }
35102
36263
  },
35103
36264
  {
35104
36265
  "args": [],
35105
36266
  "deprecationReason": null,
35106
36267
  "description": null,
35107
36268
  "isDeprecated": false,
35108
- "name": "requiredType",
35109
- "type": {
35110
- "kind": "NON_NULL",
35111
- "name": null,
35112
- "ofType": {
35113
- "kind": "ENUM",
35114
- "name": "PredicateRequiredType",
35115
- "ofType": null
35116
- }
35117
- }
35118
- },
35119
- {
35120
- "args": [],
35121
- "deprecationReason": null,
35122
- "description": null,
35123
- "isDeprecated": false,
35124
- "name": "supportedConnections",
35125
- "type": {
35126
- "kind": "NON_NULL",
35127
- "name": null,
35128
- "ofType": {
35129
- "kind": "LIST",
35130
- "name": null,
35131
- "ofType": {
35132
- "kind": "NON_NULL",
35133
- "name": null,
35134
- "ofType": {
35135
- "kind": "SCALAR",
35136
- "name": "String",
35137
- "ofType": null
35138
- }
35139
- }
35140
- }
35141
- }
35142
- },
35143
- {
35144
- "args": [],
35145
- "deprecationReason": null,
35146
- "description": null,
35147
- "isDeprecated": false,
35148
- "name": "responseFormat",
36269
+ "name": "category",
35149
36270
  "type": {
35150
36271
  "kind": "SCALAR",
35151
36272
  "name": "String",
@@ -35157,7 +36278,7 @@
35157
36278
  "deprecationReason": null,
35158
36279
  "description": null,
35159
36280
  "isDeprecated": false,
35160
- "name": "category",
36281
+ "name": "prompt",
35161
36282
  "type": {
35162
36283
  "kind": "SCALAR",
35163
36284
  "name": "String",
@@ -35169,7 +36290,7 @@
35169
36290
  "deprecationReason": null,
35170
36291
  "description": null,
35171
36292
  "isDeprecated": false,
35172
- "name": "prompt",
36293
+ "name": "scoreField",
35173
36294
  "type": {
35174
36295
  "kind": "SCALAR",
35175
36296
  "name": "String",
@@ -35181,7 +36302,7 @@
35181
36302
  "deprecationReason": null,
35182
36303
  "description": null,
35183
36304
  "isDeprecated": false,
35184
- "name": "scoreField",
36305
+ "name": "outputType",
35185
36306
  "type": {
35186
36307
  "kind": "SCALAR",
35187
36308
  "name": "String",
@@ -43209,6 +44330,20 @@
43209
44330
  }
43210
44331
  }
43211
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
+ },
43212
44347
  {
43213
44348
  "defaultValue": null,
43214
44349
  "description": "Filter by data quality dimensions",
@@ -58639,390 +59774,7 @@
58639
59774
  "name": null,
58640
59775
  "ofType": {
58641
59776
  "kind": "OBJECT",
58642
- "name": "DbtJobExecutionEdge",
58643
- "ofType": null
58644
- }
58645
- }
58646
- }
58647
- }
58648
- ],
58649
- "inputFields": null,
58650
- "interfaces": [],
58651
- "kind": "OBJECT",
58652
- "name": "DbtJobExecutionConnection",
58653
- "possibleTypes": null
58654
- },
58655
- {
58656
- "description": "A Relay edge containing a `DbtJobExecution` and its cursor.",
58657
- "enumValues": null,
58658
- "fields": [
58659
- {
58660
- "args": [],
58661
- "deprecationReason": null,
58662
- "description": "The item at the end of the edge",
58663
- "isDeprecated": false,
58664
- "name": "node",
58665
- "type": {
58666
- "kind": "OBJECT",
58667
- "name": "DbtJobExecution",
58668
- "ofType": null
58669
- }
58670
- },
58671
- {
58672
- "args": [],
58673
- "deprecationReason": null,
58674
- "description": "A cursor for use in pagination",
58675
- "isDeprecated": false,
58676
- "name": "cursor",
58677
- "type": {
58678
- "kind": "NON_NULL",
58679
- "name": null,
58680
- "ofType": {
58681
- "kind": "SCALAR",
58682
- "name": "String",
58683
- "ofType": null
58684
- }
58685
- }
58686
- }
58687
- ],
58688
- "inputFields": null,
58689
- "interfaces": [],
58690
- "kind": "OBJECT",
58691
- "name": "DbtJobExecutionEdge",
58692
- "possibleTypes": null
58693
- },
58694
- {
58695
- "description": null,
58696
- "enumValues": null,
58697
- "fields": [
58698
- {
58699
- "args": [],
58700
- "deprecationReason": null,
58701
- "description": "",
58702
- "isDeprecated": false,
58703
- "name": "createdTime",
58704
- "type": {
58705
- "kind": "NON_NULL",
58706
- "name": null,
58707
- "ofType": {
58708
- "kind": "SCALAR",
58709
- "name": "DateTime",
58710
- "ofType": null
58711
- }
58712
- }
58713
- },
58714
- {
58715
- "args": [],
58716
- "deprecationReason": null,
58717
- "description": "",
58718
- "isDeprecated": false,
58719
- "name": "updatedTime",
58720
- "type": {
58721
- "kind": "NON_NULL",
58722
- "name": null,
58723
- "ofType": {
58724
- "kind": "SCALAR",
58725
- "name": "DateTime",
58726
- "ofType": null
58727
- }
58728
- }
58729
- },
58730
- {
58731
- "args": [],
58732
- "deprecationReason": null,
58733
- "description": "UUID of dbt job execution",
58734
- "isDeprecated": false,
58735
- "name": "uuid",
58736
- "type": {
58737
- "kind": "NON_NULL",
58738
- "name": null,
58739
- "ofType": {
58740
- "kind": "SCALAR",
58741
- "name": "UUID",
58742
- "ofType": null
58743
- }
58744
- }
58745
- },
58746
- {
58747
- "args": [],
58748
- "deprecationReason": null,
58749
- "description": "Customer account id",
58750
- "isDeprecated": false,
58751
- "name": "accountId",
58752
- "type": {
58753
- "kind": "NON_NULL",
58754
- "name": null,
58755
- "ofType": {
58756
- "kind": "SCALAR",
58757
- "name": "UUID",
58758
- "ofType": null
58759
- }
58760
- }
58761
- },
58762
- {
58763
- "args": [],
58764
- "deprecationReason": null,
58765
- "description": "dbt job that was executed",
58766
- "isDeprecated": false,
58767
- "name": "job",
58768
- "type": {
58769
- "kind": "NON_NULL",
58770
- "name": null,
58771
- "ofType": {
58772
- "kind": "OBJECT",
58773
- "name": "DbtJob",
58774
- "ofType": null
58775
- }
58776
- }
58777
- },
58778
- {
58779
- "args": [],
58780
- "deprecationReason": null,
58781
- "description": "dbt job execution start time",
58782
- "isDeprecated": false,
58783
- "name": "startedAt",
58784
- "type": {
58785
- "kind": "SCALAR",
58786
- "name": "DateTime",
58787
- "ofType": null
58788
- }
58789
- },
58790
- {
58791
- "args": [],
58792
- "deprecationReason": null,
58793
- "description": "dbt job execution finish time",
58794
- "isDeprecated": false,
58795
- "name": "finishedAt",
58796
- "type": {
58797
- "kind": "SCALAR",
58798
- "name": "DateTime",
58799
- "ofType": null
58800
- }
58801
- },
58802
- {
58803
- "args": [],
58804
- "deprecationReason": null,
58805
- "description": "Status of dbt job execution",
58806
- "isDeprecated": false,
58807
- "name": "status",
58808
- "type": {
58809
- "kind": "ENUM",
58810
- "name": "DbtJobExecutionStatuses",
58811
- "ofType": null
58812
- }
58813
- },
58814
- {
58815
- "args": [],
58816
- "deprecationReason": null,
58817
- "description": "dbt cloud job run id. Null for dbt core",
58818
- "isDeprecated": false,
58819
- "name": "dbtCloudRunId",
58820
- "type": {
58821
- "kind": "SCALAR",
58822
- "name": "String",
58823
- "ofType": null
58824
- }
58825
- },
58826
- {
58827
- "args": [],
58828
- "deprecationReason": null,
58829
- "description": "dbt job execution display name",
58830
- "isDeprecated": false,
58831
- "name": "displayName",
58832
- "type": {
58833
- "kind": "NON_NULL",
58834
- "name": null,
58835
- "ofType": {
58836
- "kind": "SCALAR",
58837
- "name": "String",
58838
- "ofType": null
58839
- }
58840
- }
58841
- },
58842
- {
58843
- "args": [],
58844
- "deprecationReason": null,
58845
- "description": "dbt run invocation id. Null for dbt cloud",
58846
- "isDeprecated": false,
58847
- "name": "invocationId",
58848
- "type": {
58849
- "kind": "SCALAR",
58850
- "name": "String",
58851
- "ofType": null
58852
- }
58853
- },
58854
- {
58855
- "args": [
58856
- {
58857
- "defaultValue": null,
58858
- "description": null,
58859
- "name": "offset",
58860
- "type": {
58861
- "kind": "SCALAR",
58862
- "name": "Int",
58863
- "ofType": null
58864
- }
58865
- },
58866
- {
58867
- "defaultValue": null,
58868
- "description": null,
58869
- "name": "before",
58870
- "type": {
58871
- "kind": "SCALAR",
58872
- "name": "String",
58873
- "ofType": null
58874
- }
58875
- },
58876
- {
58877
- "defaultValue": null,
58878
- "description": null,
58879
- "name": "after",
58880
- "type": {
58881
- "kind": "SCALAR",
58882
- "name": "String",
58883
- "ofType": null
58884
- }
58885
- },
58886
- {
58887
- "defaultValue": null,
58888
- "description": null,
58889
- "name": "first",
58890
- "type": {
58891
- "kind": "SCALAR",
58892
- "name": "Int",
58893
- "ofType": null
58894
- }
58895
- },
58896
- {
58897
- "defaultValue": null,
58898
- "description": null,
58899
- "name": "last",
58900
- "type": {
58901
- "kind": "SCALAR",
58902
- "name": "Int",
58903
- "ofType": null
58904
- }
58905
- }
58906
- ],
58907
- "deprecationReason": null,
58908
- "description": "dbt job execution that this run is a part of",
58909
- "isDeprecated": false,
58910
- "name": "dbtRuns",
58911
- "type": {
58912
- "kind": "NON_NULL",
58913
- "name": null,
58914
- "ofType": {
58915
- "kind": "OBJECT",
58916
- "name": "DbtRunConnection",
58917
- "ofType": null
58918
- }
58919
- }
58920
- },
58921
- {
58922
- "args": [],
58923
- "deprecationReason": null,
58924
- "description": "The ID of the object.",
58925
- "isDeprecated": false,
58926
- "name": "id",
58927
- "type": {
58928
- "kind": "NON_NULL",
58929
- "name": null,
58930
- "ofType": {
58931
- "kind": "SCALAR",
58932
- "name": "ID",
58933
- "ofType": null
58934
- }
58935
- }
58936
- }
58937
- ],
58938
- "inputFields": null,
58939
- "interfaces": [
58940
- {
58941
- "kind": "INTERFACE",
58942
- "name": "Node",
58943
- "ofType": null
58944
- }
58945
- ],
58946
- "kind": "OBJECT",
58947
- "name": "DbtJobExecution",
58948
- "possibleTypes": null
58949
- },
58950
- {
58951
- "description": null,
58952
- "enumValues": [
58953
- {
58954
- "deprecationReason": null,
58955
- "description": null,
58956
- "isDeprecated": false,
58957
- "name": "SUCCESS"
58958
- },
58959
- {
58960
- "deprecationReason": null,
58961
- "description": null,
58962
- "isDeprecated": false,
58963
- "name": "FAILED"
58964
- },
58965
- {
58966
- "deprecationReason": null,
58967
- "description": null,
58968
- "isDeprecated": false,
58969
- "name": "CANCELLED"
58970
- },
58971
- {
58972
- "deprecationReason": null,
58973
- "description": null,
58974
- "isDeprecated": false,
58975
- "name": "ERROR"
58976
- },
58977
- {
58978
- "deprecationReason": null,
58979
- "description": null,
58980
- "isDeprecated": false,
58981
- "name": "RUNNING"
58982
- }
58983
- ],
58984
- "fields": null,
58985
- "inputFields": null,
58986
- "interfaces": null,
58987
- "kind": "ENUM",
58988
- "name": "DbtJobExecutionStatuses",
58989
- "possibleTypes": null
58990
- },
58991
- {
58992
- "description": null,
58993
- "enumValues": null,
58994
- "fields": [
58995
- {
58996
- "args": [],
58997
- "deprecationReason": null,
58998
- "description": "Pagination data for this connection.",
58999
- "isDeprecated": false,
59000
- "name": "pageInfo",
59001
- "type": {
59002
- "kind": "NON_NULL",
59003
- "name": null,
59004
- "ofType": {
59005
- "kind": "OBJECT",
59006
- "name": "PageInfo",
59007
- "ofType": null
59008
- }
59009
- }
59010
- },
59011
- {
59012
- "args": [],
59013
- "deprecationReason": null,
59014
- "description": "Contains the nodes in this connection.",
59015
- "isDeprecated": false,
59016
- "name": "edges",
59017
- "type": {
59018
- "kind": "NON_NULL",
59019
- "name": null,
59020
- "ofType": {
59021
- "kind": "LIST",
59022
- "name": null,
59023
- "ofType": {
59024
- "kind": "OBJECT",
59025
- "name": "DbtRunEdge",
59777
+ "name": "DbtJobExecutionEdge",
59026
59778
  "ofType": null
59027
59779
  }
59028
59780
  }
@@ -59032,11 +59784,11 @@
59032
59784
  "inputFields": null,
59033
59785
  "interfaces": [],
59034
59786
  "kind": "OBJECT",
59035
- "name": "DbtRunConnection",
59787
+ "name": "DbtJobExecutionConnection",
59036
59788
  "possibleTypes": null
59037
59789
  },
59038
59790
  {
59039
- "description": "A Relay edge containing a `DbtRun` and its cursor.",
59791
+ "description": "A Relay edge containing a `DbtJobExecution` and its cursor.",
59040
59792
  "enumValues": null,
59041
59793
  "fields": [
59042
59794
  {
@@ -59047,7 +59799,7 @@
59047
59799
  "name": "node",
59048
59800
  "type": {
59049
59801
  "kind": "OBJECT",
59050
- "name": "DbtRun",
59802
+ "name": "DbtJobExecution",
59051
59803
  "ofType": null
59052
59804
  }
59053
59805
  },
@@ -59071,7 +59823,7 @@
59071
59823
  "inputFields": null,
59072
59824
  "interfaces": [],
59073
59825
  "kind": "OBJECT",
59074
- "name": "DbtRunEdge",
59826
+ "name": "DbtJobExecutionEdge",
59075
59827
  "possibleTypes": null
59076
59828
  },
59077
59829
  {
@@ -59113,7 +59865,7 @@
59113
59865
  {
59114
59866
  "args": [],
59115
59867
  "deprecationReason": null,
59116
- "description": "UUID of dbt project",
59868
+ "description": "UUID of dbt job execution",
59117
59869
  "isDeprecated": false,
59118
59870
  "name": "uuid",
59119
59871
  "type": {
@@ -59145,43 +59897,15 @@
59145
59897
  {
59146
59898
  "args": [],
59147
59899
  "deprecationReason": null,
59148
- "description": "Associated dbt project",
59149
- "isDeprecated": false,
59150
- "name": "dbtProject",
59151
- "type": {
59152
- "kind": "NON_NULL",
59153
- "name": null,
59154
- "ofType": {
59155
- "kind": "OBJECT",
59156
- "name": "DbtProject",
59157
- "ofType": null
59158
- }
59159
- }
59160
- },
59161
- {
59162
- "args": [],
59163
- "deprecationReason": null,
59164
- "description": "Associated dbt job",
59900
+ "description": "dbt job that was executed",
59165
59901
  "isDeprecated": false,
59166
59902
  "name": "job",
59167
- "type": {
59168
- "kind": "OBJECT",
59169
- "name": "DbtJob",
59170
- "ofType": null
59171
- }
59172
- },
59173
- {
59174
- "args": [],
59175
- "deprecationReason": null,
59176
- "description": "dbt run ID",
59177
- "isDeprecated": false,
59178
- "name": "dbtRunId",
59179
59903
  "type": {
59180
59904
  "kind": "NON_NULL",
59181
59905
  "name": null,
59182
59906
  "ofType": {
59183
- "kind": "SCALAR",
59184
- "name": "String",
59907
+ "kind": "OBJECT",
59908
+ "name": "DbtJob",
59185
59909
  "ofType": null
59186
59910
  }
59187
59911
  }
@@ -59189,21 +59913,21 @@
59189
59913
  {
59190
59914
  "args": [],
59191
59915
  "deprecationReason": null,
59192
- "description": "dbt run logs",
59916
+ "description": "dbt job execution start time",
59193
59917
  "isDeprecated": false,
59194
- "name": "runLogs",
59918
+ "name": "startedAt",
59195
59919
  "type": {
59196
59920
  "kind": "SCALAR",
59197
- "name": "String",
59921
+ "name": "DateTime",
59198
59922
  "ofType": null
59199
59923
  }
59200
59924
  },
59201
59925
  {
59202
59926
  "args": [],
59203
59927
  "deprecationReason": null,
59204
- "description": "Time run_results.json was generated",
59928
+ "description": "dbt job execution finish time",
59205
59929
  "isDeprecated": false,
59206
- "name": "generatedAt",
59930
+ "name": "finishedAt",
59207
59931
  "type": {
59208
59932
  "kind": "SCALAR",
59209
59933
  "name": "DateTime",
@@ -59213,21 +59937,21 @@
59213
59937
  {
59214
59938
  "args": [],
59215
59939
  "deprecationReason": null,
59216
- "description": "Time run started",
59940
+ "description": "Status of dbt job execution",
59217
59941
  "isDeprecated": false,
59218
- "name": "startedAt",
59942
+ "name": "status",
59219
59943
  "type": {
59220
- "kind": "SCALAR",
59221
- "name": "DateTime",
59944
+ "kind": "ENUM",
59945
+ "name": "DbtJobExecutionStatuses",
59222
59946
  "ofType": null
59223
59947
  }
59224
59948
  },
59225
59949
  {
59226
59950
  "args": [],
59227
59951
  "deprecationReason": null,
59228
- "description": "dbt command that was executed.",
59952
+ "description": "dbt cloud job run id. Null for dbt core",
59229
59953
  "isDeprecated": false,
59230
- "name": "command",
59954
+ "name": "dbtCloudRunId",
59231
59955
  "type": {
59232
59956
  "kind": "SCALAR",
59233
59957
  "name": "String",
@@ -59237,24 +59961,28 @@
59237
59961
  {
59238
59962
  "args": [],
59239
59963
  "deprecationReason": null,
59240
- "description": "Code branch dbt command was executed against",
59964
+ "description": "dbt job execution display name",
59241
59965
  "isDeprecated": false,
59242
- "name": "branch",
59966
+ "name": "displayName",
59243
59967
  "type": {
59244
- "kind": "SCALAR",
59245
- "name": "String",
59246
- "ofType": null
59968
+ "kind": "NON_NULL",
59969
+ "name": null,
59970
+ "ofType": {
59971
+ "kind": "SCALAR",
59972
+ "name": "String",
59973
+ "ofType": null
59974
+ }
59247
59975
  }
59248
59976
  },
59249
59977
  {
59250
59978
  "args": [],
59251
59979
  "deprecationReason": null,
59252
- "description": "dbt job execution that this run is a part of",
59980
+ "description": "dbt run invocation id. Null for dbt cloud",
59253
59981
  "isDeprecated": false,
59254
- "name": "jobExecution",
59982
+ "name": "invocationId",
59255
59983
  "type": {
59256
- "kind": "OBJECT",
59257
- "name": "DbtJobExecution",
59984
+ "kind": "SCALAR",
59985
+ "name": "String",
59258
59986
  "ofType": null
59259
59987
  }
59260
59988
  },
@@ -59312,15 +60040,15 @@
59312
60040
  }
59313
60041
  ],
59314
60042
  "deprecationReason": null,
59315
- "description": "Associated dbt run",
60043
+ "description": "dbt job execution that this run is a part of",
59316
60044
  "isDeprecated": false,
59317
- "name": "dbtRunSteps",
60045
+ "name": "dbtRuns",
59318
60046
  "type": {
59319
60047
  "kind": "NON_NULL",
59320
60048
  "name": null,
59321
60049
  "ofType": {
59322
60050
  "kind": "OBJECT",
59323
- "name": "DbtRunStepConnection",
60051
+ "name": "DbtRunConnection",
59324
60052
  "ofType": null
59325
60053
  }
59326
60054
  }
@@ -59340,18 +60068,6 @@
59340
60068
  "ofType": null
59341
60069
  }
59342
60070
  }
59343
- },
59344
- {
59345
- "args": [],
59346
- "deprecationReason": null,
59347
- "description": "Indicates whether the dbt run has logs associated with it",
59348
- "isDeprecated": false,
59349
- "name": "hasLogs",
59350
- "type": {
59351
- "kind": "SCALAR",
59352
- "name": "Boolean",
59353
- "ofType": null
59354
- }
59355
60071
  }
59356
60072
  ],
59357
60073
  "inputFields": null,
@@ -59363,7 +60079,48 @@
59363
60079
  }
59364
60080
  ],
59365
60081
  "kind": "OBJECT",
59366
- "name": "DbtRun",
60082
+ "name": "DbtJobExecution",
60083
+ "possibleTypes": null
60084
+ },
60085
+ {
60086
+ "description": null,
60087
+ "enumValues": [
60088
+ {
60089
+ "deprecationReason": null,
60090
+ "description": null,
60091
+ "isDeprecated": false,
60092
+ "name": "SUCCESS"
60093
+ },
60094
+ {
60095
+ "deprecationReason": null,
60096
+ "description": null,
60097
+ "isDeprecated": false,
60098
+ "name": "FAILED"
60099
+ },
60100
+ {
60101
+ "deprecationReason": null,
60102
+ "description": null,
60103
+ "isDeprecated": false,
60104
+ "name": "CANCELLED"
60105
+ },
60106
+ {
60107
+ "deprecationReason": null,
60108
+ "description": null,
60109
+ "isDeprecated": false,
60110
+ "name": "ERROR"
60111
+ },
60112
+ {
60113
+ "deprecationReason": null,
60114
+ "description": null,
60115
+ "isDeprecated": false,
60116
+ "name": "RUNNING"
60117
+ }
60118
+ ],
60119
+ "fields": null,
60120
+ "inputFields": null,
60121
+ "interfaces": null,
60122
+ "kind": "ENUM",
60123
+ "name": "DbtJobExecutionStatuses",
59367
60124
  "possibleTypes": null
59368
60125
  },
59369
60126
  {
@@ -59400,7 +60157,7 @@
59400
60157
  "name": null,
59401
60158
  "ofType": {
59402
60159
  "kind": "OBJECT",
59403
- "name": "DbtRunStepEdge",
60160
+ "name": "DbtRunEdge",
59404
60161
  "ofType": null
59405
60162
  }
59406
60163
  }
@@ -59410,11 +60167,11 @@
59410
60167
  "inputFields": null,
59411
60168
  "interfaces": [],
59412
60169
  "kind": "OBJECT",
59413
- "name": "DbtRunStepConnection",
60170
+ "name": "DbtRunConnection",
59414
60171
  "possibleTypes": null
59415
60172
  },
59416
60173
  {
59417
- "description": "A Relay edge containing a `DbtRunStep` and its cursor.",
60174
+ "description": "A Relay edge containing a `DbtRun` and its cursor.",
59418
60175
  "enumValues": null,
59419
60176
  "fields": [
59420
60177
  {
@@ -59425,7 +60182,7 @@
59425
60182
  "name": "node",
59426
60183
  "type": {
59427
60184
  "kind": "OBJECT",
59428
- "name": "DbtRunStep",
60185
+ "name": "DbtRun",
59429
60186
  "ofType": null
59430
60187
  }
59431
60188
  },
@@ -59449,7 +60206,7 @@
59449
60206
  "inputFields": null,
59450
60207
  "interfaces": [],
59451
60208
  "kind": "OBJECT",
59452
- "name": "DbtRunStepEdge",
60209
+ "name": "DbtRunEdge",
59453
60210
  "possibleTypes": null
59454
60211
  },
59455
60212
  {
@@ -59491,7 +60248,7 @@
59491
60248
  {
59492
60249
  "args": [],
59493
60250
  "deprecationReason": null,
59494
- "description": "UUID of dbt run step",
60251
+ "description": "UUID of dbt project",
59495
60252
  "isDeprecated": false,
59496
60253
  "name": "uuid",
59497
60254
  "type": {
@@ -59523,45 +60280,37 @@
59523
60280
  {
59524
60281
  "args": [],
59525
60282
  "deprecationReason": null,
59526
- "description": "Status, usually either success or failed",
59527
- "isDeprecated": false,
59528
- "name": "status",
59529
- "type": {
59530
- "kind": "SCALAR",
59531
- "name": "String",
59532
- "ofType": null
59533
- }
59534
- },
59535
- {
59536
- "args": [],
59537
- "deprecationReason": null,
59538
- "description": "Execution start time",
60283
+ "description": "Associated dbt project",
59539
60284
  "isDeprecated": false,
59540
- "name": "startedAt",
60285
+ "name": "dbtProject",
59541
60286
  "type": {
59542
- "kind": "SCALAR",
59543
- "name": "DateTime",
59544
- "ofType": null
60287
+ "kind": "NON_NULL",
60288
+ "name": null,
60289
+ "ofType": {
60290
+ "kind": "OBJECT",
60291
+ "name": "DbtProject",
60292
+ "ofType": null
60293
+ }
59545
60294
  }
59546
60295
  },
59547
60296
  {
59548
60297
  "args": [],
59549
60298
  "deprecationReason": null,
59550
- "description": "Execution end time",
60299
+ "description": "Associated dbt job",
59551
60300
  "isDeprecated": false,
59552
- "name": "completedAt",
60301
+ "name": "job",
59553
60302
  "type": {
59554
- "kind": "SCALAR",
59555
- "name": "DateTime",
60303
+ "kind": "OBJECT",
60304
+ "name": "DbtJob",
59556
60305
  "ofType": null
59557
60306
  }
59558
60307
  },
59559
60308
  {
59560
60309
  "args": [],
59561
60310
  "deprecationReason": null,
59562
- "description": "Thread ID",
60311
+ "description": "dbt run ID",
59563
60312
  "isDeprecated": false,
59564
- "name": "threadId",
60313
+ "name": "dbtRunId",
59565
60314
  "type": {
59566
60315
  "kind": "NON_NULL",
59567
60316
  "name": null,
@@ -59575,45 +60324,45 @@
59575
60324
  {
59576
60325
  "args": [],
59577
60326
  "deprecationReason": null,
59578
- "description": "Execution time elapsed",
60327
+ "description": "dbt run logs",
59579
60328
  "isDeprecated": false,
59580
- "name": "executionTime",
60329
+ "name": "runLogs",
59581
60330
  "type": {
59582
60331
  "kind": "SCALAR",
59583
- "name": "Float",
60332
+ "name": "String",
59584
60333
  "ofType": null
59585
60334
  }
59586
60335
  },
59587
60336
  {
59588
60337
  "args": [],
59589
60338
  "deprecationReason": null,
59590
- "description": "Output message, e.g. SUCCESS",
60339
+ "description": "Time run_results.json was generated",
59591
60340
  "isDeprecated": false,
59592
- "name": "message",
60341
+ "name": "generatedAt",
59593
60342
  "type": {
59594
60343
  "kind": "SCALAR",
59595
- "name": "String",
60344
+ "name": "DateTime",
59596
60345
  "ofType": null
59597
60346
  }
59598
60347
  },
59599
60348
  {
59600
60349
  "args": [],
59601
60350
  "deprecationReason": null,
59602
- "description": "dbt raw run result json",
60351
+ "description": "Time run started",
59603
60352
  "isDeprecated": false,
59604
- "name": "rawJson",
60353
+ "name": "startedAt",
59605
60354
  "type": {
59606
60355
  "kind": "SCALAR",
59607
- "name": "String",
60356
+ "name": "DateTime",
59608
60357
  "ofType": null
59609
60358
  }
59610
60359
  },
59611
60360
  {
59612
60361
  "args": [],
59613
60362
  "deprecationReason": null,
59614
- "description": "The code that was executed",
60363
+ "description": "dbt command that was executed.",
59615
60364
  "isDeprecated": false,
59616
- "name": "compiledCode",
60365
+ "name": "command",
59617
60366
  "type": {
59618
60367
  "kind": "SCALAR",
59619
60368
  "name": "String",
@@ -59623,45 +60372,92 @@
59623
60372
  {
59624
60373
  "args": [],
59625
60374
  "deprecationReason": null,
59626
- "description": "Associated dbt run",
60375
+ "description": "Code branch dbt command was executed against",
59627
60376
  "isDeprecated": false,
59628
- "name": "dbtRun",
60377
+ "name": "branch",
59629
60378
  "type": {
59630
- "kind": "NON_NULL",
59631
- "name": null,
59632
- "ofType": {
59633
- "kind": "OBJECT",
59634
- "name": "DbtRun",
59635
- "ofType": null
59636
- }
60379
+ "kind": "SCALAR",
60380
+ "name": "String",
60381
+ "ofType": null
59637
60382
  }
59638
60383
  },
59639
60384
  {
59640
60385
  "args": [],
59641
60386
  "deprecationReason": null,
59642
- "description": "dbt unique ID for node",
60387
+ "description": "dbt job execution that this run is a part of",
59643
60388
  "isDeprecated": false,
59644
- "name": "nodeUniqueId",
60389
+ "name": "jobExecution",
59645
60390
  "type": {
59646
- "kind": "NON_NULL",
59647
- "name": null,
59648
- "ofType": {
59649
- "kind": "SCALAR",
59650
- "name": "String",
59651
- "ofType": null
59652
- }
60391
+ "kind": "OBJECT",
60392
+ "name": "DbtJobExecution",
60393
+ "ofType": null
59653
60394
  }
59654
60395
  },
59655
60396
  {
59656
- "args": [],
60397
+ "args": [
60398
+ {
60399
+ "defaultValue": null,
60400
+ "description": null,
60401
+ "name": "offset",
60402
+ "type": {
60403
+ "kind": "SCALAR",
60404
+ "name": "Int",
60405
+ "ofType": null
60406
+ }
60407
+ },
60408
+ {
60409
+ "defaultValue": null,
60410
+ "description": null,
60411
+ "name": "before",
60412
+ "type": {
60413
+ "kind": "SCALAR",
60414
+ "name": "String",
60415
+ "ofType": null
60416
+ }
60417
+ },
60418
+ {
60419
+ "defaultValue": null,
60420
+ "description": null,
60421
+ "name": "after",
60422
+ "type": {
60423
+ "kind": "SCALAR",
60424
+ "name": "String",
60425
+ "ofType": null
60426
+ }
60427
+ },
60428
+ {
60429
+ "defaultValue": null,
60430
+ "description": null,
60431
+ "name": "first",
60432
+ "type": {
60433
+ "kind": "SCALAR",
60434
+ "name": "Int",
60435
+ "ofType": null
60436
+ }
60437
+ },
60438
+ {
60439
+ "defaultValue": null,
60440
+ "description": null,
60441
+ "name": "last",
60442
+ "type": {
60443
+ "kind": "SCALAR",
60444
+ "name": "Int",
60445
+ "ofType": null
60446
+ }
60447
+ }
60448
+ ],
59657
60449
  "deprecationReason": null,
59658
- "description": "Associated table",
60450
+ "description": "Associated dbt run",
59659
60451
  "isDeprecated": false,
59660
- "name": "table",
60452
+ "name": "dbtRunSteps",
59661
60453
  "type": {
59662
- "kind": "OBJECT",
59663
- "name": "WarehouseTable",
59664
- "ofType": null
60454
+ "kind": "NON_NULL",
60455
+ "name": null,
60456
+ "ofType": {
60457
+ "kind": "OBJECT",
60458
+ "name": "DbtRunStepConnection",
60459
+ "ofType": null
60460
+ }
59665
60461
  }
59666
60462
  },
59667
60463
  {
@@ -59683,12 +60479,12 @@
59683
60479
  {
59684
60480
  "args": [],
59685
60481
  "deprecationReason": null,
59686
- "description": null,
60482
+ "description": "Indicates whether the dbt run has logs associated with it",
59687
60483
  "isDeprecated": false,
59688
- "name": "failedRecordsCount",
60484
+ "name": "hasLogs",
59689
60485
  "type": {
59690
60486
  "kind": "SCALAR",
59691
- "name": "Int",
60487
+ "name": "Boolean",
59692
60488
  "ofType": null
59693
60489
  }
59694
60490
  }
@@ -59702,54 +60498,346 @@
59702
60498
  }
59703
60499
  ],
59704
60500
  "kind": "OBJECT",
59705
- "name": "DbtRunStep",
60501
+ "name": "DbtRun",
59706
60502
  "possibleTypes": null
59707
60503
  },
59708
60504
  {
59709
60505
  "description": null,
59710
- "enumValues": [
60506
+ "enumValues": null,
60507
+ "fields": [
59711
60508
  {
60509
+ "args": [],
59712
60510
  "deprecationReason": null,
59713
- "description": null,
60511
+ "description": "Pagination data for this connection.",
59714
60512
  "isDeprecated": false,
59715
- "name": "FIVETRAN"
60513
+ "name": "pageInfo",
60514
+ "type": {
60515
+ "kind": "NON_NULL",
60516
+ "name": null,
60517
+ "ofType": {
60518
+ "kind": "OBJECT",
60519
+ "name": "PageInfo",
60520
+ "ofType": null
60521
+ }
60522
+ }
59716
60523
  },
59717
60524
  {
60525
+ "args": [],
59718
60526
  "deprecationReason": null,
59719
- "description": null,
60527
+ "description": "Contains the nodes in this connection.",
59720
60528
  "isDeprecated": false,
59721
- "name": "AIRFLOW"
60529
+ "name": "edges",
60530
+ "type": {
60531
+ "kind": "NON_NULL",
60532
+ "name": null,
60533
+ "ofType": {
60534
+ "kind": "LIST",
60535
+ "name": null,
60536
+ "ofType": {
60537
+ "kind": "OBJECT",
60538
+ "name": "DbtRunStepEdge",
60539
+ "ofType": null
60540
+ }
60541
+ }
60542
+ }
60543
+ }
60544
+ ],
60545
+ "inputFields": null,
60546
+ "interfaces": [],
60547
+ "kind": "OBJECT",
60548
+ "name": "DbtRunStepConnection",
60549
+ "possibleTypes": null
60550
+ },
60551
+ {
60552
+ "description": "A Relay edge containing a `DbtRunStep` and its cursor.",
60553
+ "enumValues": null,
60554
+ "fields": [
60555
+ {
60556
+ "args": [],
60557
+ "deprecationReason": null,
60558
+ "description": "The item at the end of the edge",
60559
+ "isDeprecated": false,
60560
+ "name": "node",
60561
+ "type": {
60562
+ "kind": "OBJECT",
60563
+ "name": "DbtRunStep",
60564
+ "ofType": null
60565
+ }
59722
60566
  },
59723
60567
  {
60568
+ "args": [],
59724
60569
  "deprecationReason": null,
59725
- "description": null,
60570
+ "description": "A cursor for use in pagination",
59726
60571
  "isDeprecated": false,
59727
- "name": "DATABRICKS"
60572
+ "name": "cursor",
60573
+ "type": {
60574
+ "kind": "NON_NULL",
60575
+ "name": null,
60576
+ "ofType": {
60577
+ "kind": "SCALAR",
60578
+ "name": "String",
60579
+ "ofType": null
60580
+ }
60581
+ }
60582
+ }
60583
+ ],
60584
+ "inputFields": null,
60585
+ "interfaces": [],
60586
+ "kind": "OBJECT",
60587
+ "name": "DbtRunStepEdge",
60588
+ "possibleTypes": null
60589
+ },
60590
+ {
60591
+ "description": null,
60592
+ "enumValues": null,
60593
+ "fields": [
60594
+ {
60595
+ "args": [],
60596
+ "deprecationReason": null,
60597
+ "description": "",
60598
+ "isDeprecated": false,
60599
+ "name": "createdTime",
60600
+ "type": {
60601
+ "kind": "NON_NULL",
60602
+ "name": null,
60603
+ "ofType": {
60604
+ "kind": "SCALAR",
60605
+ "name": "DateTime",
60606
+ "ofType": null
60607
+ }
60608
+ }
59728
60609
  },
59729
60610
  {
60611
+ "args": [],
59730
60612
  "deprecationReason": null,
59731
- "description": null,
60613
+ "description": "",
59732
60614
  "isDeprecated": false,
59733
- "name": "INFORMATICA"
60615
+ "name": "updatedTime",
60616
+ "type": {
60617
+ "kind": "NON_NULL",
60618
+ "name": null,
60619
+ "ofType": {
60620
+ "kind": "SCALAR",
60621
+ "name": "DateTime",
60622
+ "ofType": null
60623
+ }
60624
+ }
59734
60625
  },
59735
60626
  {
60627
+ "args": [],
59736
60628
  "deprecationReason": null,
59737
- "description": null,
60629
+ "description": "UUID of dbt run step",
59738
60630
  "isDeprecated": false,
59739
- "name": "AZURE_DATA_FACTORY"
60631
+ "name": "uuid",
60632
+ "type": {
60633
+ "kind": "NON_NULL",
60634
+ "name": null,
60635
+ "ofType": {
60636
+ "kind": "SCALAR",
60637
+ "name": "UUID",
60638
+ "ofType": null
60639
+ }
60640
+ }
59740
60641
  },
59741
60642
  {
60643
+ "args": [],
60644
+ "deprecationReason": null,
60645
+ "description": "Customer account id",
60646
+ "isDeprecated": false,
60647
+ "name": "accountId",
60648
+ "type": {
60649
+ "kind": "NON_NULL",
60650
+ "name": null,
60651
+ "ofType": {
60652
+ "kind": "SCALAR",
60653
+ "name": "UUID",
60654
+ "ofType": null
60655
+ }
60656
+ }
60657
+ },
60658
+ {
60659
+ "args": [],
60660
+ "deprecationReason": null,
60661
+ "description": "Status, usually either success or failed",
60662
+ "isDeprecated": false,
60663
+ "name": "status",
60664
+ "type": {
60665
+ "kind": "SCALAR",
60666
+ "name": "String",
60667
+ "ofType": null
60668
+ }
60669
+ },
60670
+ {
60671
+ "args": [],
60672
+ "deprecationReason": null,
60673
+ "description": "Execution start time",
60674
+ "isDeprecated": false,
60675
+ "name": "startedAt",
60676
+ "type": {
60677
+ "kind": "SCALAR",
60678
+ "name": "DateTime",
60679
+ "ofType": null
60680
+ }
60681
+ },
60682
+ {
60683
+ "args": [],
60684
+ "deprecationReason": null,
60685
+ "description": "Execution end time",
60686
+ "isDeprecated": false,
60687
+ "name": "completedAt",
60688
+ "type": {
60689
+ "kind": "SCALAR",
60690
+ "name": "DateTime",
60691
+ "ofType": null
60692
+ }
60693
+ },
60694
+ {
60695
+ "args": [],
60696
+ "deprecationReason": null,
60697
+ "description": "Thread ID",
60698
+ "isDeprecated": false,
60699
+ "name": "threadId",
60700
+ "type": {
60701
+ "kind": "NON_NULL",
60702
+ "name": null,
60703
+ "ofType": {
60704
+ "kind": "SCALAR",
60705
+ "name": "String",
60706
+ "ofType": null
60707
+ }
60708
+ }
60709
+ },
60710
+ {
60711
+ "args": [],
60712
+ "deprecationReason": null,
60713
+ "description": "Execution time elapsed",
60714
+ "isDeprecated": false,
60715
+ "name": "executionTime",
60716
+ "type": {
60717
+ "kind": "SCALAR",
60718
+ "name": "Float",
60719
+ "ofType": null
60720
+ }
60721
+ },
60722
+ {
60723
+ "args": [],
60724
+ "deprecationReason": null,
60725
+ "description": "Output message, e.g. SUCCESS",
60726
+ "isDeprecated": false,
60727
+ "name": "message",
60728
+ "type": {
60729
+ "kind": "SCALAR",
60730
+ "name": "String",
60731
+ "ofType": null
60732
+ }
60733
+ },
60734
+ {
60735
+ "args": [],
60736
+ "deprecationReason": null,
60737
+ "description": "dbt raw run result json",
60738
+ "isDeprecated": false,
60739
+ "name": "rawJson",
60740
+ "type": {
60741
+ "kind": "SCALAR",
60742
+ "name": "String",
60743
+ "ofType": null
60744
+ }
60745
+ },
60746
+ {
60747
+ "args": [],
60748
+ "deprecationReason": null,
60749
+ "description": "The code that was executed",
60750
+ "isDeprecated": false,
60751
+ "name": "compiledCode",
60752
+ "type": {
60753
+ "kind": "SCALAR",
60754
+ "name": "String",
60755
+ "ofType": null
60756
+ }
60757
+ },
60758
+ {
60759
+ "args": [],
60760
+ "deprecationReason": null,
60761
+ "description": "Associated dbt run",
60762
+ "isDeprecated": false,
60763
+ "name": "dbtRun",
60764
+ "type": {
60765
+ "kind": "NON_NULL",
60766
+ "name": null,
60767
+ "ofType": {
60768
+ "kind": "OBJECT",
60769
+ "name": "DbtRun",
60770
+ "ofType": null
60771
+ }
60772
+ }
60773
+ },
60774
+ {
60775
+ "args": [],
60776
+ "deprecationReason": null,
60777
+ "description": "dbt unique ID for node",
60778
+ "isDeprecated": false,
60779
+ "name": "nodeUniqueId",
60780
+ "type": {
60781
+ "kind": "NON_NULL",
60782
+ "name": null,
60783
+ "ofType": {
60784
+ "kind": "SCALAR",
60785
+ "name": "String",
60786
+ "ofType": null
60787
+ }
60788
+ }
60789
+ },
60790
+ {
60791
+ "args": [],
60792
+ "deprecationReason": null,
60793
+ "description": "Associated table",
60794
+ "isDeprecated": false,
60795
+ "name": "table",
60796
+ "type": {
60797
+ "kind": "OBJECT",
60798
+ "name": "WarehouseTable",
60799
+ "ofType": null
60800
+ }
60801
+ },
60802
+ {
60803
+ "args": [],
60804
+ "deprecationReason": null,
60805
+ "description": "The ID of the object.",
60806
+ "isDeprecated": false,
60807
+ "name": "id",
60808
+ "type": {
60809
+ "kind": "NON_NULL",
60810
+ "name": null,
60811
+ "ofType": {
60812
+ "kind": "SCALAR",
60813
+ "name": "ID",
60814
+ "ofType": null
60815
+ }
60816
+ }
60817
+ },
60818
+ {
60819
+ "args": [],
59742
60820
  "deprecationReason": null,
59743
60821
  "description": null,
59744
60822
  "isDeprecated": false,
59745
- "name": "DBT"
60823
+ "name": "failedRecordsCount",
60824
+ "type": {
60825
+ "kind": "SCALAR",
60826
+ "name": "Int",
60827
+ "ofType": null
60828
+ }
59746
60829
  }
59747
60830
  ],
59748
- "fields": null,
59749
60831
  "inputFields": null,
59750
- "interfaces": null,
59751
- "kind": "ENUM",
59752
- "name": "EtlType",
60832
+ "interfaces": [
60833
+ {
60834
+ "kind": "INTERFACE",
60835
+ "name": "Node",
60836
+ "ofType": null
60837
+ }
60838
+ ],
60839
+ "kind": "OBJECT",
60840
+ "name": "DbtRunStep",
59753
60841
  "possibleTypes": null
59754
60842
  },
59755
60843
  {
@@ -84705,6 +85793,18 @@
84705
85793
  "ofType": null
84706
85794
  }
84707
85795
  },
85796
+ {
85797
+ "args": [],
85798
+ "deprecationReason": null,
85799
+ "description": null,
85800
+ "isDeprecated": false,
85801
+ "name": "outputType",
85802
+ "type": {
85803
+ "kind": "SCALAR",
85804
+ "name": "String",
85805
+ "ofType": null
85806
+ }
85807
+ },
84708
85808
  {
84709
85809
  "args": [],
84710
85810
  "deprecationReason": null,
@@ -130702,696 +131802,6 @@
130702
131802
  "name": "ManyToManyChange",
130703
131803
  "possibleTypes": null
130704
131804
  },
130705
- {
130706
- "description": "List of search results that match the query",
130707
- "enumValues": null,
130708
- "fields": [
130709
- {
130710
- "args": [],
130711
- "deprecationReason": null,
130712
- "description": "Number of results",
130713
- "isDeprecated": false,
130714
- "name": "totalHits",
130715
- "type": {
130716
- "kind": "NON_NULL",
130717
- "name": null,
130718
- "ofType": {
130719
- "kind": "SCALAR",
130720
- "name": "Int",
130721
- "ofType": null
130722
- }
130723
- }
130724
- },
130725
- {
130726
- "args": [],
130727
- "deprecationReason": null,
130728
- "description": "Offset for paginating results",
130729
- "isDeprecated": false,
130730
- "name": "offset",
130731
- "type": {
130732
- "kind": "SCALAR",
130733
- "name": "Int",
130734
- "ofType": null
130735
- }
130736
- },
130737
- {
130738
- "args": [],
130739
- "deprecationReason": null,
130740
- "description": "List of matching results",
130741
- "isDeprecated": false,
130742
- "name": "results",
130743
- "type": {
130744
- "kind": "NON_NULL",
130745
- "name": null,
130746
- "ofType": {
130747
- "kind": "LIST",
130748
- "name": null,
130749
- "ofType": {
130750
- "kind": "OBJECT",
130751
- "name": "SearchResult",
130752
- "ofType": null
130753
- }
130754
- }
130755
- }
130756
- },
130757
- {
130758
- "args": [],
130759
- "deprecationReason": null,
130760
- "description": "Facet results",
130761
- "isDeprecated": false,
130762
- "name": "facetResults",
130763
- "type": {
130764
- "kind": "LIST",
130765
- "name": null,
130766
- "ofType": {
130767
- "kind": "OBJECT",
130768
- "name": "FacetResults",
130769
- "ofType": null
130770
- }
130771
- }
130772
- }
130773
- ],
130774
- "inputFields": null,
130775
- "interfaces": [],
130776
- "kind": "OBJECT",
130777
- "name": "SearchResponse",
130778
- "possibleTypes": null
130779
- },
130780
- {
130781
- "description": "An individual result. Part of the SearchResponse",
130782
- "enumValues": null,
130783
- "fields": [
130784
- {
130785
- "args": [],
130786
- "deprecationReason": null,
130787
- "description": "Monte Carlo full identifier for an entity",
130788
- "isDeprecated": false,
130789
- "name": "mcon",
130790
- "type": {
130791
- "kind": "NON_NULL",
130792
- "name": null,
130793
- "ofType": {
130794
- "kind": "SCALAR",
130795
- "name": "String",
130796
- "ofType": null
130797
- }
130798
- }
130799
- },
130800
- {
130801
- "args": [],
130802
- "deprecationReason": null,
130803
- "description": "Identifier for lineage nodes. Warning - To be deprecated soon",
130804
- "isDeprecated": false,
130805
- "name": "lineageNodeId",
130806
- "type": {
130807
- "kind": "SCALAR",
130808
- "name": "String",
130809
- "ofType": null
130810
- }
130811
- },
130812
- {
130813
- "args": [],
130814
- "deprecationReason": null,
130815
- "description": "Type of object (e.g. table, view, etc.)",
130816
- "isDeprecated": false,
130817
- "name": "objectType",
130818
- "type": {
130819
- "kind": "NON_NULL",
130820
- "name": null,
130821
- "ofType": {
130822
- "kind": "SCALAR",
130823
- "name": "String",
130824
- "ofType": null
130825
- }
130826
- }
130827
- },
130828
- {
130829
- "args": [],
130830
- "deprecationReason": null,
130831
- "description": "Partial identifier (e.g. project:dataset.table)",
130832
- "isDeprecated": false,
130833
- "name": "objectId",
130834
- "type": {
130835
- "kind": "NON_NULL",
130836
- "name": null,
130837
- "ofType": {
130838
- "kind": "SCALAR",
130839
- "name": "String",
130840
- "ofType": null
130841
- }
130842
- }
130843
- },
130844
- {
130845
- "args": [],
130846
- "deprecationReason": null,
130847
- "description": "Friendly name for entity",
130848
- "isDeprecated": false,
130849
- "name": "displayName",
130850
- "type": {
130851
- "kind": "NON_NULL",
130852
- "name": null,
130853
- "ofType": {
130854
- "kind": "SCALAR",
130855
- "name": "String",
130856
- "ofType": null
130857
- }
130858
- }
130859
- },
130860
- {
130861
- "args": [],
130862
- "deprecationReason": null,
130863
- "description": "Identifier for any parents (e.g. field belonging to a table)",
130864
- "isDeprecated": false,
130865
- "name": "parentMcon",
130866
- "type": {
130867
- "kind": "SCALAR",
130868
- "name": "String",
130869
- "ofType": null
130870
- }
130871
- },
130872
- {
130873
- "args": [],
130874
- "deprecationReason": null,
130875
- "description": "Path to node",
130876
- "isDeprecated": false,
130877
- "name": "path",
130878
- "type": {
130879
- "kind": "SCALAR",
130880
- "name": "String",
130881
- "ofType": null
130882
- }
130883
- },
130884
- {
130885
- "args": [],
130886
- "deprecationReason": null,
130887
- "description": "Name of project (database or catalog in some warehouses)",
130888
- "isDeprecated": false,
130889
- "name": "projectId",
130890
- "type": {
130891
- "kind": "SCALAR",
130892
- "name": "String",
130893
- "ofType": null
130894
- }
130895
- },
130896
- {
130897
- "args": [],
130898
- "deprecationReason": null,
130899
- "description": "Name of dataset (schema in some warehouses)",
130900
- "isDeprecated": false,
130901
- "name": "dataset",
130902
- "type": {
130903
- "kind": "SCALAR",
130904
- "name": "String",
130905
- "ofType": null
130906
- }
130907
- },
130908
- {
130909
- "args": [],
130910
- "deprecationReason": null,
130911
- "description": "Name of the table",
130912
- "isDeprecated": false,
130913
- "name": "tableId",
130914
- "type": {
130915
- "kind": "SCALAR",
130916
- "name": "String",
130917
- "ofType": null
130918
- }
130919
- },
130920
- {
130921
- "args": [],
130922
- "deprecationReason": null,
130923
- "description": "Any attached labels",
130924
- "isDeprecated": false,
130925
- "name": "properties",
130926
- "type": {
130927
- "kind": "LIST",
130928
- "name": null,
130929
- "ofType": {
130930
- "kind": "OBJECT",
130931
- "name": "SearchResultProperty",
130932
- "ofType": null
130933
- }
130934
- }
130935
- },
130936
- {
130937
- "args": [],
130938
- "deprecationReason": null,
130939
- "description": "Resource identifier (e.g. warehouse). Warning - To be deprecated soon",
130940
- "isDeprecated": false,
130941
- "name": "resourceId",
130942
- "type": {
130943
- "kind": "SCALAR",
130944
- "name": "String",
130945
- "ofType": null
130946
- }
130947
- },
130948
- {
130949
- "args": [],
130950
- "deprecationReason": null,
130951
- "description": "Name of warehouse",
130952
- "isDeprecated": false,
130953
- "name": "warehouseDisplayName",
130954
- "type": {
130955
- "kind": "SCALAR",
130956
- "name": "String",
130957
- "ofType": null
130958
- }
130959
- },
130960
- {
130961
- "args": [],
130962
- "deprecationReason": null,
130963
- "description": "Description of object",
130964
- "isDeprecated": false,
130965
- "name": "description",
130966
- "type": {
130967
- "kind": "SCALAR",
130968
- "name": "String",
130969
- "ofType": null
130970
- }
130971
- },
130972
- {
130973
- "args": [],
130974
- "deprecationReason": null,
130975
- "description": "Data type of field. Only populated if object_type=field",
130976
- "isDeprecated": false,
130977
- "name": "fieldType",
130978
- "type": {
130979
- "kind": "SCALAR",
130980
- "name": "String",
130981
- "ofType": null
130982
- }
130983
- },
130984
- {
130985
- "args": [],
130986
- "deprecationReason": null,
130987
- "description": "Highlight snippets",
130988
- "isDeprecated": false,
130989
- "name": "highlight",
130990
- "type": {
130991
- "kind": "LIST",
130992
- "name": null,
130993
- "ofType": {
130994
- "kind": "OBJECT",
130995
- "name": "HighlightSnippets",
130996
- "ofType": null
130997
- }
130998
- }
130999
- },
131000
- {
131001
- "args": [],
131002
- "deprecationReason": null,
131003
- "description": "Highlight snippets for object properties",
131004
- "isDeprecated": false,
131005
- "name": "highlightProperties",
131006
- "type": {
131007
- "kind": "LIST",
131008
- "name": null,
131009
- "ofType": {
131010
- "kind": "OBJECT",
131011
- "name": "NestedHighlightSnippets",
131012
- "ofType": null
131013
- }
131014
- }
131015
- },
131016
- {
131017
- "args": [],
131018
- "deprecationReason": null,
131019
- "description": "Field names (if object_type=table)",
131020
- "isDeprecated": false,
131021
- "name": "fieldNames",
131022
- "type": {
131023
- "kind": "LIST",
131024
- "name": null,
131025
- "ofType": {
131026
- "kind": "SCALAR",
131027
- "name": "String",
131028
- "ofType": null
131029
- }
131030
- }
131031
- },
131032
- {
131033
- "args": [],
131034
- "deprecationReason": null,
131035
- "description": "Whether the table or field is important",
131036
- "isDeprecated": false,
131037
- "name": "isImportant",
131038
- "type": {
131039
- "kind": "SCALAR",
131040
- "name": "Boolean",
131041
- "ofType": null
131042
- }
131043
- },
131044
- {
131045
- "args": [],
131046
- "deprecationReason": null,
131047
- "description": "Importance score for tables",
131048
- "isDeprecated": false,
131049
- "name": "importanceScore",
131050
- "type": {
131051
- "kind": "SCALAR",
131052
- "name": "Float",
131053
- "ofType": null
131054
- }
131055
- },
131056
- {
131057
- "args": [],
131058
- "deprecationReason": null,
131059
- "description": "Upstream resource ids",
131060
- "isDeprecated": false,
131061
- "name": "upstreamResourceIds",
131062
- "type": {
131063
- "kind": "LIST",
131064
- "name": null,
131065
- "ofType": {
131066
- "kind": "SCALAR",
131067
- "name": "String",
131068
- "ofType": null
131069
- }
131070
- }
131071
- },
131072
- {
131073
- "args": [],
131074
- "deprecationReason": null,
131075
- "description": "Name of parent resource to BI asset",
131076
- "isDeprecated": false,
131077
- "name": "biParentName",
131078
- "type": {
131079
- "kind": "SCALAR",
131080
- "name": "String",
131081
- "ofType": null
131082
- }
131083
- },
131084
- {
131085
- "args": [],
131086
- "deprecationReason": null,
131087
- "description": "Whether the table is monitored",
131088
- "isDeprecated": false,
131089
- "name": "isMonitored",
131090
- "type": {
131091
- "kind": "SCALAR",
131092
- "name": "Boolean",
131093
- "ofType": null
131094
- }
131095
- },
131096
- {
131097
- "args": [],
131098
- "deprecationReason": null,
131099
- "description": "Whether the table is muted",
131100
- "isDeprecated": false,
131101
- "name": "isMuted",
131102
- "type": {
131103
- "kind": "SCALAR",
131104
- "name": "Boolean",
131105
- "ofType": null
131106
- }
131107
- },
131108
- {
131109
- "args": [],
131110
- "deprecationReason": null,
131111
- "description": "ETL type of the job asset (if object_type=job)",
131112
- "isDeprecated": false,
131113
- "name": "etlType",
131114
- "type": {
131115
- "kind": "ENUM",
131116
- "name": "EtlType",
131117
- "ofType": null
131118
- }
131119
- }
131120
- ],
131121
- "inputFields": null,
131122
- "interfaces": [],
131123
- "kind": "OBJECT",
131124
- "name": "SearchResult",
131125
- "possibleTypes": null
131126
- },
131127
- {
131128
- "description": "An individual label. Part of the SearchResult",
131129
- "enumValues": null,
131130
- "fields": [
131131
- {
131132
- "args": [],
131133
- "deprecationReason": null,
131134
- "description": "Name of label",
131135
- "isDeprecated": false,
131136
- "name": "name",
131137
- "type": {
131138
- "kind": "NON_NULL",
131139
- "name": null,
131140
- "ofType": {
131141
- "kind": "SCALAR",
131142
- "name": "String",
131143
- "ofType": null
131144
- }
131145
- }
131146
- },
131147
- {
131148
- "args": [],
131149
- "deprecationReason": null,
131150
- "description": "Value of label",
131151
- "isDeprecated": false,
131152
- "name": "value",
131153
- "type": {
131154
- "kind": "SCALAR",
131155
- "name": "String",
131156
- "ofType": null
131157
- }
131158
- }
131159
- ],
131160
- "inputFields": null,
131161
- "interfaces": [],
131162
- "kind": "OBJECT",
131163
- "name": "SearchResultProperty",
131164
- "possibleTypes": null
131165
- },
131166
- {
131167
- "description": null,
131168
- "enumValues": null,
131169
- "fields": [
131170
- {
131171
- "args": [],
131172
- "deprecationReason": null,
131173
- "description": "Field name",
131174
- "isDeprecated": false,
131175
- "name": "fieldName",
131176
- "type": {
131177
- "kind": "SCALAR",
131178
- "name": "String",
131179
- "ofType": null
131180
- }
131181
- },
131182
- {
131183
- "args": [],
131184
- "deprecationReason": null,
131185
- "description": "Highlighted snippet",
131186
- "isDeprecated": false,
131187
- "name": "snippets",
131188
- "type": {
131189
- "kind": "LIST",
131190
- "name": null,
131191
- "ofType": {
131192
- "kind": "SCALAR",
131193
- "name": "String",
131194
- "ofType": null
131195
- }
131196
- }
131197
- }
131198
- ],
131199
- "inputFields": null,
131200
- "interfaces": [],
131201
- "kind": "OBJECT",
131202
- "name": "HighlightSnippets",
131203
- "possibleTypes": null
131204
- },
131205
- {
131206
- "description": null,
131207
- "enumValues": null,
131208
- "fields": [
131209
- {
131210
- "args": [],
131211
- "deprecationReason": null,
131212
- "description": "Offset into nested field",
131213
- "isDeprecated": false,
131214
- "name": "offset",
131215
- "type": {
131216
- "kind": "SCALAR",
131217
- "name": "Int",
131218
- "ofType": null
131219
- }
131220
- },
131221
- {
131222
- "args": [],
131223
- "deprecationReason": null,
131224
- "description": "Highlighted snippet of inner hit",
131225
- "isDeprecated": false,
131226
- "name": "innerHitSnippets",
131227
- "type": {
131228
- "kind": "LIST",
131229
- "name": null,
131230
- "ofType": {
131231
- "kind": "OBJECT",
131232
- "name": "HighlightSnippets",
131233
- "ofType": null
131234
- }
131235
- }
131236
- }
131237
- ],
131238
- "inputFields": null,
131239
- "interfaces": [],
131240
- "kind": "OBJECT",
131241
- "name": "NestedHighlightSnippets",
131242
- "possibleTypes": null
131243
- },
131244
- {
131245
- "description": null,
131246
- "enumValues": null,
131247
- "fields": [
131248
- {
131249
- "args": [],
131250
- "deprecationReason": null,
131251
- "description": "Facet type",
131252
- "isDeprecated": false,
131253
- "name": "facetType",
131254
- "type": {
131255
- "kind": "ENUM",
131256
- "name": "FacetType",
131257
- "ofType": null
131258
- }
131259
- },
131260
- {
131261
- "args": [],
131262
- "deprecationReason": null,
131263
- "description": "Facet entries",
131264
- "isDeprecated": false,
131265
- "name": "entries",
131266
- "type": {
131267
- "kind": "LIST",
131268
- "name": null,
131269
- "ofType": {
131270
- "kind": "OBJECT",
131271
- "name": "FacetEntry",
131272
- "ofType": null
131273
- }
131274
- }
131275
- }
131276
- ],
131277
- "inputFields": null,
131278
- "interfaces": [],
131279
- "kind": "OBJECT",
131280
- "name": "FacetResults",
131281
- "possibleTypes": null
131282
- },
131283
- {
131284
- "description": null,
131285
- "enumValues": [
131286
- {
131287
- "deprecationReason": null,
131288
- "description": null,
131289
- "isDeprecated": false,
131290
- "name": "DATASETS"
131291
- },
131292
- {
131293
- "deprecationReason": null,
131294
- "description": null,
131295
- "isDeprecated": false,
131296
- "name": "TAGS"
131297
- },
131298
- {
131299
- "deprecationReason": null,
131300
- "description": null,
131301
- "isDeprecated": false,
131302
- "name": "TAG_NAMES"
131303
- },
131304
- {
131305
- "deprecationReason": null,
131306
- "description": null,
131307
- "isDeprecated": false,
131308
- "name": "TAG_VALUES"
131309
- },
131310
- {
131311
- "deprecationReason": null,
131312
- "description": null,
131313
- "isDeprecated": false,
131314
- "name": "DATA_PRODUCTS"
131315
- },
131316
- {
131317
- "deprecationReason": null,
131318
- "description": null,
131319
- "isDeprecated": false,
131320
- "name": "RESOURCE_TYPES"
131321
- },
131322
- {
131323
- "deprecationReason": null,
131324
- "description": null,
131325
- "isDeprecated": false,
131326
- "name": "WAREHOUSE_TYPES"
131327
- },
131328
- {
131329
- "deprecationReason": null,
131330
- "description": null,
131331
- "isDeprecated": false,
131332
- "name": "ETL_TYPES"
131333
- },
131334
- {
131335
- "deprecationReason": null,
131336
- "description": null,
131337
- "isDeprecated": false,
131338
- "name": "BI_TYPES"
131339
- }
131340
- ],
131341
- "fields": null,
131342
- "inputFields": null,
131343
- "interfaces": null,
131344
- "kind": "ENUM",
131345
- "name": "FacetType",
131346
- "possibleTypes": null
131347
- },
131348
- {
131349
- "description": null,
131350
- "enumValues": null,
131351
- "fields": [
131352
- {
131353
- "args": [],
131354
- "deprecationReason": null,
131355
- "description": "Key of facet entry",
131356
- "isDeprecated": false,
131357
- "name": "key",
131358
- "type": {
131359
- "kind": "SCALAR",
131360
- "name": "String",
131361
- "ofType": null
131362
- }
131363
- },
131364
- {
131365
- "args": [],
131366
- "deprecationReason": null,
131367
- "description": "Number of documents that contain key",
131368
- "isDeprecated": false,
131369
- "name": "count",
131370
- "type": {
131371
- "kind": "SCALAR",
131372
- "name": "Int",
131373
- "ofType": null
131374
- }
131375
- },
131376
- {
131377
- "args": [],
131378
- "deprecationReason": null,
131379
- "description": "Display value of the facet entry",
131380
- "isDeprecated": false,
131381
- "name": "display",
131382
- "type": {
131383
- "kind": "SCALAR",
131384
- "name": "String",
131385
- "ofType": null
131386
- }
131387
- }
131388
- ],
131389
- "inputFields": null,
131390
- "interfaces": [],
131391
- "kind": "OBJECT",
131392
- "name": "FacetEntry",
131393
- "possibleTypes": null
131394
- },
131395
131805
  {
131396
131806
  "description": null,
131397
131807
  "enumValues": null,