pycarlo 0.10.213__tar.gz → 0.10.214__tar.gz
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-0.10.213 → pycarlo-0.10.214}/PKG-INFO +1 -1
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/lib/schema.json +453 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/lib/schema.py +135 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.213 → pycarlo-0.10.214}/.circleci/README.md +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/.circleci/config.yml +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/.coveragerc +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/.gitignore +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/LICENSE +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/Makefile +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/README.md +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/pyproject.toml +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/requirements-ci.txt +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/requirements-dev.txt +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/requirements.txt +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/setup.cfg +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/setup.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/common/data.json +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/test_client.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/test_operations.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/tests/test_session.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/utils/env.sh +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/utils/generate.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/utils/sample.env +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/utils/sanity.py +0 -0
- {pycarlo-0.10.213 → pycarlo-0.10.214}/utils/vars.py +0 -0
|
@@ -223,6 +223,156 @@
|
|
|
223
223
|
"ofType": null
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
|
+
{
|
|
227
|
+
"args": [
|
|
228
|
+
{
|
|
229
|
+
"defaultValue": null,
|
|
230
|
+
"description": null,
|
|
231
|
+
"name": "domainIds",
|
|
232
|
+
"type": {
|
|
233
|
+
"kind": "LIST",
|
|
234
|
+
"name": null,
|
|
235
|
+
"ofType": {
|
|
236
|
+
"kind": "SCALAR",
|
|
237
|
+
"name": "UUID",
|
|
238
|
+
"ofType": null
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"defaultValue": null,
|
|
244
|
+
"description": null,
|
|
245
|
+
"name": "tags",
|
|
246
|
+
"type": {
|
|
247
|
+
"kind": "LIST",
|
|
248
|
+
"name": null,
|
|
249
|
+
"ofType": {
|
|
250
|
+
"kind": "INPUT_OBJECT",
|
|
251
|
+
"name": "TagKeyValuePairInput",
|
|
252
|
+
"ofType": null
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"defaultValue": null,
|
|
258
|
+
"description": null,
|
|
259
|
+
"name": "dataProductIds",
|
|
260
|
+
"type": {
|
|
261
|
+
"kind": "LIST",
|
|
262
|
+
"name": null,
|
|
263
|
+
"ofType": {
|
|
264
|
+
"kind": "SCALAR",
|
|
265
|
+
"name": "UUID",
|
|
266
|
+
"ofType": null
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"defaultValue": "0",
|
|
272
|
+
"description": null,
|
|
273
|
+
"name": "offset",
|
|
274
|
+
"type": {
|
|
275
|
+
"kind": "SCALAR",
|
|
276
|
+
"name": "Int",
|
|
277
|
+
"ofType": null
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"defaultValue": "15",
|
|
282
|
+
"description": null,
|
|
283
|
+
"name": "limit",
|
|
284
|
+
"type": {
|
|
285
|
+
"kind": "SCALAR",
|
|
286
|
+
"name": "Int",
|
|
287
|
+
"ofType": null
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
],
|
|
291
|
+
"deprecationReason": null,
|
|
292
|
+
"description": "(experimental) Get paginated monitor counts grouped by creator",
|
|
293
|
+
"isDeprecated": false,
|
|
294
|
+
"name": "getMonitorCountsByCreator",
|
|
295
|
+
"type": {
|
|
296
|
+
"kind": "OBJECT",
|
|
297
|
+
"name": "CreatorMonitorCountsResponse",
|
|
298
|
+
"ofType": null
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"args": [
|
|
303
|
+
{
|
|
304
|
+
"defaultValue": null,
|
|
305
|
+
"description": null,
|
|
306
|
+
"name": "domainIds",
|
|
307
|
+
"type": {
|
|
308
|
+
"kind": "LIST",
|
|
309
|
+
"name": null,
|
|
310
|
+
"ofType": {
|
|
311
|
+
"kind": "SCALAR",
|
|
312
|
+
"name": "UUID",
|
|
313
|
+
"ofType": null
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"defaultValue": null,
|
|
319
|
+
"description": null,
|
|
320
|
+
"name": "tags",
|
|
321
|
+
"type": {
|
|
322
|
+
"kind": "LIST",
|
|
323
|
+
"name": null,
|
|
324
|
+
"ofType": {
|
|
325
|
+
"kind": "INPUT_OBJECT",
|
|
326
|
+
"name": "TagKeyValuePairInput",
|
|
327
|
+
"ofType": null
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"defaultValue": null,
|
|
333
|
+
"description": null,
|
|
334
|
+
"name": "dataProductIds",
|
|
335
|
+
"type": {
|
|
336
|
+
"kind": "LIST",
|
|
337
|
+
"name": null,
|
|
338
|
+
"ofType": {
|
|
339
|
+
"kind": "SCALAR",
|
|
340
|
+
"name": "UUID",
|
|
341
|
+
"ofType": null
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"defaultValue": "0",
|
|
347
|
+
"description": null,
|
|
348
|
+
"name": "offset",
|
|
349
|
+
"type": {
|
|
350
|
+
"kind": "SCALAR",
|
|
351
|
+
"name": "Int",
|
|
352
|
+
"ofType": null
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"defaultValue": "15",
|
|
357
|
+
"description": null,
|
|
358
|
+
"name": "limit",
|
|
359
|
+
"type": {
|
|
360
|
+
"kind": "SCALAR",
|
|
361
|
+
"name": "Int",
|
|
362
|
+
"ofType": null
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
],
|
|
366
|
+
"deprecationReason": null,
|
|
367
|
+
"description": "(experimental) Get paginated monitor counts grouped by monitor type",
|
|
368
|
+
"isDeprecated": false,
|
|
369
|
+
"name": "getMonitorCountsByType",
|
|
370
|
+
"type": {
|
|
371
|
+
"kind": "OBJECT",
|
|
372
|
+
"name": "MonitorTypeCountsResponse",
|
|
373
|
+
"ofType": null
|
|
374
|
+
}
|
|
375
|
+
},
|
|
226
376
|
{
|
|
227
377
|
"args": [
|
|
228
378
|
{
|
|
@@ -32763,6 +32913,309 @@
|
|
|
32763
32913
|
"name": "FacetEntry",
|
|
32764
32914
|
"possibleTypes": null
|
|
32765
32915
|
},
|
|
32916
|
+
{
|
|
32917
|
+
"description": null,
|
|
32918
|
+
"enumValues": null,
|
|
32919
|
+
"fields": [
|
|
32920
|
+
{
|
|
32921
|
+
"args": [],
|
|
32922
|
+
"deprecationReason": null,
|
|
32923
|
+
"description": null,
|
|
32924
|
+
"isDeprecated": false,
|
|
32925
|
+
"name": "results",
|
|
32926
|
+
"type": {
|
|
32927
|
+
"kind": "NON_NULL",
|
|
32928
|
+
"name": null,
|
|
32929
|
+
"ofType": {
|
|
32930
|
+
"kind": "LIST",
|
|
32931
|
+
"name": null,
|
|
32932
|
+
"ofType": {
|
|
32933
|
+
"kind": "OBJECT",
|
|
32934
|
+
"name": "CreatorMonitorCount",
|
|
32935
|
+
"ofType": null
|
|
32936
|
+
}
|
|
32937
|
+
}
|
|
32938
|
+
}
|
|
32939
|
+
},
|
|
32940
|
+
{
|
|
32941
|
+
"args": [],
|
|
32942
|
+
"deprecationReason": null,
|
|
32943
|
+
"description": null,
|
|
32944
|
+
"isDeprecated": false,
|
|
32945
|
+
"name": "totalCount",
|
|
32946
|
+
"type": {
|
|
32947
|
+
"kind": "NON_NULL",
|
|
32948
|
+
"name": null,
|
|
32949
|
+
"ofType": {
|
|
32950
|
+
"kind": "SCALAR",
|
|
32951
|
+
"name": "Int",
|
|
32952
|
+
"ofType": null
|
|
32953
|
+
}
|
|
32954
|
+
}
|
|
32955
|
+
},
|
|
32956
|
+
{
|
|
32957
|
+
"args": [],
|
|
32958
|
+
"deprecationReason": null,
|
|
32959
|
+
"description": null,
|
|
32960
|
+
"isDeprecated": false,
|
|
32961
|
+
"name": "offset",
|
|
32962
|
+
"type": {
|
|
32963
|
+
"kind": "NON_NULL",
|
|
32964
|
+
"name": null,
|
|
32965
|
+
"ofType": {
|
|
32966
|
+
"kind": "SCALAR",
|
|
32967
|
+
"name": "Int",
|
|
32968
|
+
"ofType": null
|
|
32969
|
+
}
|
|
32970
|
+
}
|
|
32971
|
+
},
|
|
32972
|
+
{
|
|
32973
|
+
"args": [],
|
|
32974
|
+
"deprecationReason": null,
|
|
32975
|
+
"description": null,
|
|
32976
|
+
"isDeprecated": false,
|
|
32977
|
+
"name": "limit",
|
|
32978
|
+
"type": {
|
|
32979
|
+
"kind": "NON_NULL",
|
|
32980
|
+
"name": null,
|
|
32981
|
+
"ofType": {
|
|
32982
|
+
"kind": "SCALAR",
|
|
32983
|
+
"name": "Int",
|
|
32984
|
+
"ofType": null
|
|
32985
|
+
}
|
|
32986
|
+
}
|
|
32987
|
+
}
|
|
32988
|
+
],
|
|
32989
|
+
"inputFields": null,
|
|
32990
|
+
"interfaces": [],
|
|
32991
|
+
"kind": "OBJECT",
|
|
32992
|
+
"name": "CreatorMonitorCountsResponse",
|
|
32993
|
+
"possibleTypes": null
|
|
32994
|
+
},
|
|
32995
|
+
{
|
|
32996
|
+
"description": null,
|
|
32997
|
+
"enumValues": null,
|
|
32998
|
+
"fields": [
|
|
32999
|
+
{
|
|
33000
|
+
"args": [],
|
|
33001
|
+
"deprecationReason": null,
|
|
33002
|
+
"description": null,
|
|
33003
|
+
"isDeprecated": false,
|
|
33004
|
+
"name": "creator",
|
|
33005
|
+
"type": {
|
|
33006
|
+
"kind": "NON_NULL",
|
|
33007
|
+
"name": null,
|
|
33008
|
+
"ofType": {
|
|
33009
|
+
"kind": "OBJECT",
|
|
33010
|
+
"name": "CreatorDimension",
|
|
33011
|
+
"ofType": null
|
|
33012
|
+
}
|
|
33013
|
+
}
|
|
33014
|
+
},
|
|
33015
|
+
{
|
|
33016
|
+
"args": [],
|
|
33017
|
+
"deprecationReason": null,
|
|
33018
|
+
"description": null,
|
|
33019
|
+
"isDeprecated": false,
|
|
33020
|
+
"name": "count",
|
|
33021
|
+
"type": {
|
|
33022
|
+
"kind": "NON_NULL",
|
|
33023
|
+
"name": null,
|
|
33024
|
+
"ofType": {
|
|
33025
|
+
"kind": "SCALAR",
|
|
33026
|
+
"name": "Int",
|
|
33027
|
+
"ofType": null
|
|
33028
|
+
}
|
|
33029
|
+
}
|
|
33030
|
+
}
|
|
33031
|
+
],
|
|
33032
|
+
"inputFields": null,
|
|
33033
|
+
"interfaces": [],
|
|
33034
|
+
"kind": "OBJECT",
|
|
33035
|
+
"name": "CreatorMonitorCount",
|
|
33036
|
+
"possibleTypes": null
|
|
33037
|
+
},
|
|
33038
|
+
{
|
|
33039
|
+
"description": null,
|
|
33040
|
+
"enumValues": null,
|
|
33041
|
+
"fields": [
|
|
33042
|
+
{
|
|
33043
|
+
"args": [],
|
|
33044
|
+
"deprecationReason": null,
|
|
33045
|
+
"description": null,
|
|
33046
|
+
"isDeprecated": false,
|
|
33047
|
+
"name": "fullName",
|
|
33048
|
+
"type": {
|
|
33049
|
+
"kind": "NON_NULL",
|
|
33050
|
+
"name": null,
|
|
33051
|
+
"ofType": {
|
|
33052
|
+
"kind": "SCALAR",
|
|
33053
|
+
"name": "String",
|
|
33054
|
+
"ofType": null
|
|
33055
|
+
}
|
|
33056
|
+
}
|
|
33057
|
+
},
|
|
33058
|
+
{
|
|
33059
|
+
"args": [],
|
|
33060
|
+
"deprecationReason": null,
|
|
33061
|
+
"description": null,
|
|
33062
|
+
"isDeprecated": false,
|
|
33063
|
+
"name": "email",
|
|
33064
|
+
"type": {
|
|
33065
|
+
"kind": "NON_NULL",
|
|
33066
|
+
"name": null,
|
|
33067
|
+
"ofType": {
|
|
33068
|
+
"kind": "SCALAR",
|
|
33069
|
+
"name": "String",
|
|
33070
|
+
"ofType": null
|
|
33071
|
+
}
|
|
33072
|
+
}
|
|
33073
|
+
},
|
|
33074
|
+
{
|
|
33075
|
+
"args": [],
|
|
33076
|
+
"deprecationReason": null,
|
|
33077
|
+
"description": null,
|
|
33078
|
+
"isDeprecated": false,
|
|
33079
|
+
"name": "userId",
|
|
33080
|
+
"type": {
|
|
33081
|
+
"kind": "NON_NULL",
|
|
33082
|
+
"name": null,
|
|
33083
|
+
"ofType": {
|
|
33084
|
+
"kind": "SCALAR",
|
|
33085
|
+
"name": "String",
|
|
33086
|
+
"ofType": null
|
|
33087
|
+
}
|
|
33088
|
+
}
|
|
33089
|
+
}
|
|
33090
|
+
],
|
|
33091
|
+
"inputFields": null,
|
|
33092
|
+
"interfaces": [],
|
|
33093
|
+
"kind": "OBJECT",
|
|
33094
|
+
"name": "CreatorDimension",
|
|
33095
|
+
"possibleTypes": null
|
|
33096
|
+
},
|
|
33097
|
+
{
|
|
33098
|
+
"description": null,
|
|
33099
|
+
"enumValues": null,
|
|
33100
|
+
"fields": [
|
|
33101
|
+
{
|
|
33102
|
+
"args": [],
|
|
33103
|
+
"deprecationReason": null,
|
|
33104
|
+
"description": null,
|
|
33105
|
+
"isDeprecated": false,
|
|
33106
|
+
"name": "results",
|
|
33107
|
+
"type": {
|
|
33108
|
+
"kind": "NON_NULL",
|
|
33109
|
+
"name": null,
|
|
33110
|
+
"ofType": {
|
|
33111
|
+
"kind": "LIST",
|
|
33112
|
+
"name": null,
|
|
33113
|
+
"ofType": {
|
|
33114
|
+
"kind": "OBJECT",
|
|
33115
|
+
"name": "MonitorTypeCount",
|
|
33116
|
+
"ofType": null
|
|
33117
|
+
}
|
|
33118
|
+
}
|
|
33119
|
+
}
|
|
33120
|
+
},
|
|
33121
|
+
{
|
|
33122
|
+
"args": [],
|
|
33123
|
+
"deprecationReason": null,
|
|
33124
|
+
"description": null,
|
|
33125
|
+
"isDeprecated": false,
|
|
33126
|
+
"name": "totalCount",
|
|
33127
|
+
"type": {
|
|
33128
|
+
"kind": "NON_NULL",
|
|
33129
|
+
"name": null,
|
|
33130
|
+
"ofType": {
|
|
33131
|
+
"kind": "SCALAR",
|
|
33132
|
+
"name": "Int",
|
|
33133
|
+
"ofType": null
|
|
33134
|
+
}
|
|
33135
|
+
}
|
|
33136
|
+
},
|
|
33137
|
+
{
|
|
33138
|
+
"args": [],
|
|
33139
|
+
"deprecationReason": null,
|
|
33140
|
+
"description": null,
|
|
33141
|
+
"isDeprecated": false,
|
|
33142
|
+
"name": "offset",
|
|
33143
|
+
"type": {
|
|
33144
|
+
"kind": "NON_NULL",
|
|
33145
|
+
"name": null,
|
|
33146
|
+
"ofType": {
|
|
33147
|
+
"kind": "SCALAR",
|
|
33148
|
+
"name": "Int",
|
|
33149
|
+
"ofType": null
|
|
33150
|
+
}
|
|
33151
|
+
}
|
|
33152
|
+
},
|
|
33153
|
+
{
|
|
33154
|
+
"args": [],
|
|
33155
|
+
"deprecationReason": null,
|
|
33156
|
+
"description": null,
|
|
33157
|
+
"isDeprecated": false,
|
|
33158
|
+
"name": "limit",
|
|
33159
|
+
"type": {
|
|
33160
|
+
"kind": "NON_NULL",
|
|
33161
|
+
"name": null,
|
|
33162
|
+
"ofType": {
|
|
33163
|
+
"kind": "SCALAR",
|
|
33164
|
+
"name": "Int",
|
|
33165
|
+
"ofType": null
|
|
33166
|
+
}
|
|
33167
|
+
}
|
|
33168
|
+
}
|
|
33169
|
+
],
|
|
33170
|
+
"inputFields": null,
|
|
33171
|
+
"interfaces": [],
|
|
33172
|
+
"kind": "OBJECT",
|
|
33173
|
+
"name": "MonitorTypeCountsResponse",
|
|
33174
|
+
"possibleTypes": null
|
|
33175
|
+
},
|
|
33176
|
+
{
|
|
33177
|
+
"description": null,
|
|
33178
|
+
"enumValues": null,
|
|
33179
|
+
"fields": [
|
|
33180
|
+
{
|
|
33181
|
+
"args": [],
|
|
33182
|
+
"deprecationReason": null,
|
|
33183
|
+
"description": null,
|
|
33184
|
+
"isDeprecated": false,
|
|
33185
|
+
"name": "monitorType",
|
|
33186
|
+
"type": {
|
|
33187
|
+
"kind": "NON_NULL",
|
|
33188
|
+
"name": null,
|
|
33189
|
+
"ofType": {
|
|
33190
|
+
"kind": "SCALAR",
|
|
33191
|
+
"name": "String",
|
|
33192
|
+
"ofType": null
|
|
33193
|
+
}
|
|
33194
|
+
}
|
|
33195
|
+
},
|
|
33196
|
+
{
|
|
33197
|
+
"args": [],
|
|
33198
|
+
"deprecationReason": null,
|
|
33199
|
+
"description": null,
|
|
33200
|
+
"isDeprecated": false,
|
|
33201
|
+
"name": "count",
|
|
33202
|
+
"type": {
|
|
33203
|
+
"kind": "NON_NULL",
|
|
33204
|
+
"name": null,
|
|
33205
|
+
"ofType": {
|
|
33206
|
+
"kind": "SCALAR",
|
|
33207
|
+
"name": "Int",
|
|
33208
|
+
"ofType": null
|
|
33209
|
+
}
|
|
33210
|
+
}
|
|
33211
|
+
}
|
|
33212
|
+
],
|
|
33213
|
+
"inputFields": null,
|
|
33214
|
+
"interfaces": [],
|
|
33215
|
+
"kind": "OBJECT",
|
|
33216
|
+
"name": "MonitorTypeCount",
|
|
33217
|
+
"possibleTypes": null
|
|
33218
|
+
},
|
|
32766
33219
|
{
|
|
32767
33220
|
"description": "A Logs integration (for monitor execution logging)",
|
|
32768
33221
|
"enumValues": null,
|
|
@@ -17040,6 +17040,38 @@ class CreateWebexIntegration(sgqlc.types.Type):
|
|
|
17040
17040
|
"""The integration that was created"""
|
|
17041
17041
|
|
|
17042
17042
|
|
|
17043
|
+
class CreatorDimension(sgqlc.types.Type):
|
|
17044
|
+
__schema__ = schema
|
|
17045
|
+
__field_names__ = ("full_name", "email", "user_id")
|
|
17046
|
+
full_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="fullName")
|
|
17047
|
+
|
|
17048
|
+
email = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="email")
|
|
17049
|
+
|
|
17050
|
+
user_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="userId")
|
|
17051
|
+
|
|
17052
|
+
|
|
17053
|
+
class CreatorMonitorCount(sgqlc.types.Type):
|
|
17054
|
+
__schema__ = schema
|
|
17055
|
+
__field_names__ = ("creator", "count")
|
|
17056
|
+
creator = sgqlc.types.Field(sgqlc.types.non_null(CreatorDimension), graphql_name="creator")
|
|
17057
|
+
|
|
17058
|
+
count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="count")
|
|
17059
|
+
|
|
17060
|
+
|
|
17061
|
+
class CreatorMonitorCountsResponse(sgqlc.types.Type):
|
|
17062
|
+
__schema__ = schema
|
|
17063
|
+
__field_names__ = ("results", "total_count", "offset", "limit")
|
|
17064
|
+
results = sgqlc.types.Field(
|
|
17065
|
+
sgqlc.types.non_null(sgqlc.types.list_of(CreatorMonitorCount)), graphql_name="results"
|
|
17066
|
+
)
|
|
17067
|
+
|
|
17068
|
+
total_count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="totalCount")
|
|
17069
|
+
|
|
17070
|
+
offset = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="offset")
|
|
17071
|
+
|
|
17072
|
+
limit = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="limit")
|
|
17073
|
+
|
|
17074
|
+
|
|
17043
17075
|
class CustomComparisonMetric(sgqlc.types.Type):
|
|
17044
17076
|
__schema__ = schema
|
|
17045
17077
|
__field_names__ = ("uuid", "display_name", "source_sql_expression", "target_sql_expression")
|
|
@@ -25400,6 +25432,28 @@ class MonitorTable(sgqlc.types.Type):
|
|
|
25400
25432
|
"""List of MCONs for the tables with this identifier"""
|
|
25401
25433
|
|
|
25402
25434
|
|
|
25435
|
+
class MonitorTypeCount(sgqlc.types.Type):
|
|
25436
|
+
__schema__ = schema
|
|
25437
|
+
__field_names__ = ("monitor_type", "count")
|
|
25438
|
+
monitor_type = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="monitorType")
|
|
25439
|
+
|
|
25440
|
+
count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="count")
|
|
25441
|
+
|
|
25442
|
+
|
|
25443
|
+
class MonitorTypeCountsResponse(sgqlc.types.Type):
|
|
25444
|
+
__schema__ = schema
|
|
25445
|
+
__field_names__ = ("results", "total_count", "offset", "limit")
|
|
25446
|
+
results = sgqlc.types.Field(
|
|
25447
|
+
sgqlc.types.non_null(sgqlc.types.list_of(MonitorTypeCount)), graphql_name="results"
|
|
25448
|
+
)
|
|
25449
|
+
|
|
25450
|
+
total_count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="totalCount")
|
|
25451
|
+
|
|
25452
|
+
offset = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="offset")
|
|
25453
|
+
|
|
25454
|
+
limit = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="limit")
|
|
25455
|
+
|
|
25456
|
+
|
|
25403
25457
|
class MonitorWarehouse(sgqlc.types.Type):
|
|
25404
25458
|
"""Warehouse assets referenced by monitors, grouped by name"""
|
|
25405
25459
|
|
|
@@ -44765,6 +44819,8 @@ class Query(sgqlc.types.Type):
|
|
|
44765
44819
|
__field_names__ = (
|
|
44766
44820
|
"get_table_monitor_metric",
|
|
44767
44821
|
"get_tables_for_coverage_dashboard",
|
|
44822
|
+
"get_monitor_counts_by_creator",
|
|
44823
|
+
"get_monitor_counts_by_type",
|
|
44768
44824
|
"get_logs_integrations",
|
|
44769
44825
|
"generate_webhook_url",
|
|
44770
44826
|
"get_user_id",
|
|
@@ -45337,6 +45393,85 @@ class Query(sgqlc.types.Type):
|
|
|
45337
45393
|
* `data_product_ids` (`[UUID]`)None
|
|
45338
45394
|
"""
|
|
45339
45395
|
|
|
45396
|
+
get_monitor_counts_by_creator = sgqlc.types.Field(
|
|
45397
|
+
CreatorMonitorCountsResponse,
|
|
45398
|
+
graphql_name="getMonitorCountsByCreator",
|
|
45399
|
+
args=sgqlc.types.ArgDict(
|
|
45400
|
+
(
|
|
45401
|
+
(
|
|
45402
|
+
"domain_ids",
|
|
45403
|
+
sgqlc.types.Arg(
|
|
45404
|
+
sgqlc.types.list_of(UUID), graphql_name="domainIds", default=None
|
|
45405
|
+
),
|
|
45406
|
+
),
|
|
45407
|
+
(
|
|
45408
|
+
"tags",
|
|
45409
|
+
sgqlc.types.Arg(
|
|
45410
|
+
sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
|
|
45411
|
+
),
|
|
45412
|
+
),
|
|
45413
|
+
(
|
|
45414
|
+
"data_product_ids",
|
|
45415
|
+
sgqlc.types.Arg(
|
|
45416
|
+
sgqlc.types.list_of(UUID), graphql_name="dataProductIds", default=None
|
|
45417
|
+
),
|
|
45418
|
+
),
|
|
45419
|
+
("offset", sgqlc.types.Arg(Int, graphql_name="offset", default=0)),
|
|
45420
|
+
("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=15)),
|
|
45421
|
+
)
|
|
45422
|
+
),
|
|
45423
|
+
)
|
|
45424
|
+
"""(experimental) Get paginated monitor counts grouped by creator
|
|
45425
|
+
|
|
45426
|
+
Arguments:
|
|
45427
|
+
|
|
45428
|
+
* `domain_ids` (`[UUID]`)None
|
|
45429
|
+
* `tags` (`[TagKeyValuePairInput]`)None
|
|
45430
|
+
* `data_product_ids` (`[UUID]`)None
|
|
45431
|
+
* `offset` (`Int`)None (default: `0`)
|
|
45432
|
+
* `limit` (`Int`)None (default: `15`)
|
|
45433
|
+
"""
|
|
45434
|
+
|
|
45435
|
+
get_monitor_counts_by_type = sgqlc.types.Field(
|
|
45436
|
+
MonitorTypeCountsResponse,
|
|
45437
|
+
graphql_name="getMonitorCountsByType",
|
|
45438
|
+
args=sgqlc.types.ArgDict(
|
|
45439
|
+
(
|
|
45440
|
+
(
|
|
45441
|
+
"domain_ids",
|
|
45442
|
+
sgqlc.types.Arg(
|
|
45443
|
+
sgqlc.types.list_of(UUID), graphql_name="domainIds", default=None
|
|
45444
|
+
),
|
|
45445
|
+
),
|
|
45446
|
+
(
|
|
45447
|
+
"tags",
|
|
45448
|
+
sgqlc.types.Arg(
|
|
45449
|
+
sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
|
|
45450
|
+
),
|
|
45451
|
+
),
|
|
45452
|
+
(
|
|
45453
|
+
"data_product_ids",
|
|
45454
|
+
sgqlc.types.Arg(
|
|
45455
|
+
sgqlc.types.list_of(UUID), graphql_name="dataProductIds", default=None
|
|
45456
|
+
),
|
|
45457
|
+
),
|
|
45458
|
+
("offset", sgqlc.types.Arg(Int, graphql_name="offset", default=0)),
|
|
45459
|
+
("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=15)),
|
|
45460
|
+
)
|
|
45461
|
+
),
|
|
45462
|
+
)
|
|
45463
|
+
"""(experimental) Get paginated monitor counts grouped by monitor
|
|
45464
|
+
type
|
|
45465
|
+
|
|
45466
|
+
Arguments:
|
|
45467
|
+
|
|
45468
|
+
* `domain_ids` (`[UUID]`)None
|
|
45469
|
+
* `tags` (`[TagKeyValuePairInput]`)None
|
|
45470
|
+
* `data_product_ids` (`[UUID]`)None
|
|
45471
|
+
* `offset` (`Int`)None (default: `0`)
|
|
45472
|
+
* `limit` (`Int`)None (default: `15`)
|
|
45473
|
+
"""
|
|
45474
|
+
|
|
45340
45475
|
get_logs_integrations = sgqlc.types.Field(
|
|
45341
45476
|
sgqlc.types.list_of(LogsIntegrationOutput),
|
|
45342
45477
|
graphql_name="getLogsIntegrations",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.213 → pycarlo-0.10.214}/pycarlo/features/metadata/metadata_filters_container.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.213 → pycarlo-0.10.214}/tests/features/pii/sample_events/sample_md_events_02.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|