pycarlo 0.10.88__tar.gz → 0.10.90__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.88 → pycarlo-0.10.90}/PKG-INFO +1 -1
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/lib/schema.json +85 -189
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/lib/schema.py +50 -88
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.88 → pycarlo-0.10.90}/.circleci/README.md +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/.circleci/config.yml +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/.coveragerc +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/.gitignore +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/LICENSE +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/Makefile +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/README.md +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/pyproject.toml +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/requirements-ci.txt +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/requirements-dev.txt +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/requirements.txt +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/setup.cfg +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/setup.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/common/data.json +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/test_client.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/test_operations.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/tests/test_session.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/utils/env.sh +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/utils/generate.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/utils/sample.env +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/utils/sanity.py +0 -0
- {pycarlo-0.10.88 → pycarlo-0.10.90}/utils/vars.py +0 -0
|
@@ -10875,6 +10875,20 @@
|
|
|
10875
10875
|
}
|
|
10876
10876
|
}
|
|
10877
10877
|
},
|
|
10878
|
+
{
|
|
10879
|
+
"defaultValue": null,
|
|
10880
|
+
"description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
|
|
10881
|
+
"name": "excludeMcons",
|
|
10882
|
+
"type": {
|
|
10883
|
+
"kind": "LIST",
|
|
10884
|
+
"name": null,
|
|
10885
|
+
"ofType": {
|
|
10886
|
+
"kind": "SCALAR",
|
|
10887
|
+
"name": "String",
|
|
10888
|
+
"ofType": null
|
|
10889
|
+
}
|
|
10890
|
+
}
|
|
10891
|
+
},
|
|
10878
10892
|
{
|
|
10879
10893
|
"defaultValue": null,
|
|
10880
10894
|
"description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
|
|
@@ -11246,6 +11260,20 @@
|
|
|
11246
11260
|
}
|
|
11247
11261
|
}
|
|
11248
11262
|
},
|
|
11263
|
+
{
|
|
11264
|
+
"defaultValue": null,
|
|
11265
|
+
"description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
|
|
11266
|
+
"name": "excludeMcons",
|
|
11267
|
+
"type": {
|
|
11268
|
+
"kind": "LIST",
|
|
11269
|
+
"name": null,
|
|
11270
|
+
"ofType": {
|
|
11271
|
+
"kind": "SCALAR",
|
|
11272
|
+
"name": "String",
|
|
11273
|
+
"ofType": null
|
|
11274
|
+
}
|
|
11275
|
+
}
|
|
11276
|
+
},
|
|
11249
11277
|
{
|
|
11250
11278
|
"defaultValue": null,
|
|
11251
11279
|
"description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
|
|
@@ -11613,6 +11641,20 @@
|
|
|
11613
11641
|
}
|
|
11614
11642
|
}
|
|
11615
11643
|
},
|
|
11644
|
+
{
|
|
11645
|
+
"defaultValue": null,
|
|
11646
|
+
"description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
|
|
11647
|
+
"name": "excludeMcons",
|
|
11648
|
+
"type": {
|
|
11649
|
+
"kind": "LIST",
|
|
11650
|
+
"name": null,
|
|
11651
|
+
"ofType": {
|
|
11652
|
+
"kind": "SCALAR",
|
|
11653
|
+
"name": "String",
|
|
11654
|
+
"ofType": null
|
|
11655
|
+
}
|
|
11656
|
+
}
|
|
11657
|
+
},
|
|
11616
11658
|
{
|
|
11617
11659
|
"defaultValue": null,
|
|
11618
11660
|
"description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
|
|
@@ -11988,6 +12030,20 @@
|
|
|
11988
12030
|
}
|
|
11989
12031
|
}
|
|
11990
12032
|
},
|
|
12033
|
+
{
|
|
12034
|
+
"defaultValue": null,
|
|
12035
|
+
"description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
|
|
12036
|
+
"name": "excludeMcons",
|
|
12037
|
+
"type": {
|
|
12038
|
+
"kind": "LIST",
|
|
12039
|
+
"name": null,
|
|
12040
|
+
"ofType": {
|
|
12041
|
+
"kind": "SCALAR",
|
|
12042
|
+
"name": "String",
|
|
12043
|
+
"ofType": null
|
|
12044
|
+
}
|
|
12045
|
+
}
|
|
12046
|
+
},
|
|
11991
12047
|
{
|
|
11992
12048
|
"defaultValue": null,
|
|
11993
12049
|
"description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
|
|
@@ -12359,6 +12415,20 @@
|
|
|
12359
12415
|
}
|
|
12360
12416
|
}
|
|
12361
12417
|
},
|
|
12418
|
+
{
|
|
12419
|
+
"defaultValue": null,
|
|
12420
|
+
"description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
|
|
12421
|
+
"name": "excludeMcons",
|
|
12422
|
+
"type": {
|
|
12423
|
+
"kind": "LIST",
|
|
12424
|
+
"name": null,
|
|
12425
|
+
"ofType": {
|
|
12426
|
+
"kind": "SCALAR",
|
|
12427
|
+
"name": "String",
|
|
12428
|
+
"ofType": null
|
|
12429
|
+
}
|
|
12430
|
+
}
|
|
12431
|
+
},
|
|
12362
12432
|
{
|
|
12363
12433
|
"defaultValue": null,
|
|
12364
12434
|
"description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
|
|
@@ -15326,7 +15396,7 @@
|
|
|
15326
15396
|
},
|
|
15327
15397
|
{
|
|
15328
15398
|
"defaultValue": null,
|
|
15329
|
-
"description": "Schedule type
|
|
15399
|
+
"description": "DEPRECATED: Schedule type filtering is no longer supported.",
|
|
15330
15400
|
"name": "scheduleType",
|
|
15331
15401
|
"type": {
|
|
15332
15402
|
"kind": "SCALAR",
|
|
@@ -15367,83 +15437,6 @@
|
|
|
15367
15437
|
}
|
|
15368
15438
|
}
|
|
15369
15439
|
},
|
|
15370
|
-
{
|
|
15371
|
-
"args": [
|
|
15372
|
-
{
|
|
15373
|
-
"defaultValue": null,
|
|
15374
|
-
"description": "Warehouse UUID",
|
|
15375
|
-
"name": "warehouseUuid",
|
|
15376
|
-
"type": {
|
|
15377
|
-
"kind": "NON_NULL",
|
|
15378
|
-
"name": null,
|
|
15379
|
-
"ofType": {
|
|
15380
|
-
"kind": "SCALAR",
|
|
15381
|
-
"name": "String",
|
|
15382
|
-
"ofType": null
|
|
15383
|
-
}
|
|
15384
|
-
}
|
|
15385
|
-
},
|
|
15386
|
-
{
|
|
15387
|
-
"defaultValue": null,
|
|
15388
|
-
"description": "List of job types to filter by (e.g., METADATA, QUERY_LOGS)",
|
|
15389
|
-
"name": "jobTypes",
|
|
15390
|
-
"type": {
|
|
15391
|
-
"kind": "LIST",
|
|
15392
|
-
"name": null,
|
|
15393
|
-
"ofType": {
|
|
15394
|
-
"kind": "NON_NULL",
|
|
15395
|
-
"name": null,
|
|
15396
|
-
"ofType": {
|
|
15397
|
-
"kind": "ENUM",
|
|
15398
|
-
"name": "JobTypeEnum",
|
|
15399
|
-
"ofType": null
|
|
15400
|
-
}
|
|
15401
|
-
}
|
|
15402
|
-
}
|
|
15403
|
-
},
|
|
15404
|
-
{
|
|
15405
|
-
"defaultValue": null,
|
|
15406
|
-
"description": "Schedule type to filter by (e.g., 'loose')",
|
|
15407
|
-
"name": "scheduleType",
|
|
15408
|
-
"type": {
|
|
15409
|
-
"kind": "SCALAR",
|
|
15410
|
-
"name": "String",
|
|
15411
|
-
"ofType": null
|
|
15412
|
-
}
|
|
15413
|
-
},
|
|
15414
|
-
{
|
|
15415
|
-
"defaultValue": "false",
|
|
15416
|
-
"description": "Include deleted schedules",
|
|
15417
|
-
"name": "includeDeleted",
|
|
15418
|
-
"type": {
|
|
15419
|
-
"kind": "SCALAR",
|
|
15420
|
-
"name": "Boolean",
|
|
15421
|
-
"ofType": null
|
|
15422
|
-
}
|
|
15423
|
-
}
|
|
15424
|
-
],
|
|
15425
|
-
"deprecationReason": null,
|
|
15426
|
-
"description": "(experimental) Get data collector schedules for a warehouse",
|
|
15427
|
-
"isDeprecated": false,
|
|
15428
|
-
"name": "getWarehouseJobSchedules",
|
|
15429
|
-
"type": {
|
|
15430
|
-
"kind": "NON_NULL",
|
|
15431
|
-
"name": null,
|
|
15432
|
-
"ofType": {
|
|
15433
|
-
"kind": "LIST",
|
|
15434
|
-
"name": null,
|
|
15435
|
-
"ofType": {
|
|
15436
|
-
"kind": "NON_NULL",
|
|
15437
|
-
"name": null,
|
|
15438
|
-
"ofType": {
|
|
15439
|
-
"kind": "OBJECT",
|
|
15440
|
-
"name": "DataCollectorScheduleInfo",
|
|
15441
|
-
"ofType": null
|
|
15442
|
-
}
|
|
15443
|
-
}
|
|
15444
|
-
}
|
|
15445
|
-
}
|
|
15446
|
-
},
|
|
15447
15440
|
{
|
|
15448
15441
|
"args": [
|
|
15449
15442
|
{
|
|
@@ -41109,6 +41102,20 @@
|
|
|
41109
41102
|
}
|
|
41110
41103
|
}
|
|
41111
41104
|
},
|
|
41105
|
+
{
|
|
41106
|
+
"defaultValue": null,
|
|
41107
|
+
"description": "Exclude monitors associated with these warehouses, projects, datasets, or tables (MCON)",
|
|
41108
|
+
"name": "excludeMcons",
|
|
41109
|
+
"type": {
|
|
41110
|
+
"kind": "LIST",
|
|
41111
|
+
"name": null,
|
|
41112
|
+
"ofType": {
|
|
41113
|
+
"kind": "SCALAR",
|
|
41114
|
+
"name": "String",
|
|
41115
|
+
"ofType": null
|
|
41116
|
+
}
|
|
41117
|
+
}
|
|
41118
|
+
},
|
|
41112
41119
|
{
|
|
41113
41120
|
"defaultValue": null,
|
|
41114
41121
|
"description": "EXPERIMENTAL. Filter monitors to only the ones that are breached.",
|
|
@@ -118783,22 +118790,6 @@
|
|
|
118783
118790
|
}
|
|
118784
118791
|
}
|
|
118785
118792
|
},
|
|
118786
|
-
{
|
|
118787
|
-
"args": [],
|
|
118788
|
-
"deprecationReason": null,
|
|
118789
|
-
"description": "Type of job - DEPRECATED: Use internal_job_type instead",
|
|
118790
|
-
"isDeprecated": false,
|
|
118791
|
-
"name": "jobType",
|
|
118792
|
-
"type": {
|
|
118793
|
-
"kind": "NON_NULL",
|
|
118794
|
-
"name": null,
|
|
118795
|
-
"ofType": {
|
|
118796
|
-
"kind": "ENUM",
|
|
118797
|
-
"name": "JobTypeEnum",
|
|
118798
|
-
"ofType": null
|
|
118799
|
-
}
|
|
118800
|
-
}
|
|
118801
|
-
},
|
|
118802
118793
|
{
|
|
118803
118794
|
"args": [],
|
|
118804
118795
|
"deprecationReason": null,
|
|
@@ -118850,101 +118841,6 @@
|
|
|
118850
118841
|
"name": "DataCollectorScheduleInfo",
|
|
118851
118842
|
"possibleTypes": null
|
|
118852
118843
|
},
|
|
118853
|
-
{
|
|
118854
|
-
"description": null,
|
|
118855
|
-
"enumValues": [
|
|
118856
|
-
{
|
|
118857
|
-
"deprecationReason": null,
|
|
118858
|
-
"description": null,
|
|
118859
|
-
"isDeprecated": false,
|
|
118860
|
-
"name": "AGENT_REACHABILITY"
|
|
118861
|
-
},
|
|
118862
|
-
{
|
|
118863
|
-
"deprecationReason": null,
|
|
118864
|
-
"description": null,
|
|
118865
|
-
"isDeprecated": false,
|
|
118866
|
-
"name": "DIRECT_LINEAGE"
|
|
118867
|
-
},
|
|
118868
|
-
{
|
|
118869
|
-
"deprecationReason": null,
|
|
118870
|
-
"description": null,
|
|
118871
|
-
"isDeprecated": false,
|
|
118872
|
-
"name": "ETL"
|
|
118873
|
-
},
|
|
118874
|
-
{
|
|
118875
|
-
"deprecationReason": null,
|
|
118876
|
-
"description": null,
|
|
118877
|
-
"isDeprecated": false,
|
|
118878
|
-
"name": "JSON_SCHEMA"
|
|
118879
|
-
},
|
|
118880
|
-
{
|
|
118881
|
-
"deprecationReason": null,
|
|
118882
|
-
"description": null,
|
|
118883
|
-
"isDeprecated": false,
|
|
118884
|
-
"name": "METADATA"
|
|
118885
|
-
},
|
|
118886
|
-
{
|
|
118887
|
-
"deprecationReason": null,
|
|
118888
|
-
"description": null,
|
|
118889
|
-
"isDeprecated": false,
|
|
118890
|
-
"name": "QUERY_LOGS"
|
|
118891
|
-
},
|
|
118892
|
-
{
|
|
118893
|
-
"deprecationReason": null,
|
|
118894
|
-
"description": null,
|
|
118895
|
-
"isDeprecated": false,
|
|
118896
|
-
"name": "QUERY_LOGS_BOOTSTRAP"
|
|
118897
|
-
},
|
|
118898
|
-
{
|
|
118899
|
-
"deprecationReason": null,
|
|
118900
|
-
"description": null,
|
|
118901
|
-
"isDeprecated": false,
|
|
118902
|
-
"name": "REPORTS"
|
|
118903
|
-
},
|
|
118904
|
-
{
|
|
118905
|
-
"deprecationReason": null,
|
|
118906
|
-
"description": null,
|
|
118907
|
-
"isDeprecated": false,
|
|
118908
|
-
"name": "S3_METADATA_EVENTS"
|
|
118909
|
-
},
|
|
118910
|
-
{
|
|
118911
|
-
"deprecationReason": null,
|
|
118912
|
-
"description": null,
|
|
118913
|
-
"isDeprecated": false,
|
|
118914
|
-
"name": "S3_QL_EVENTS"
|
|
118915
|
-
},
|
|
118916
|
-
{
|
|
118917
|
-
"deprecationReason": null,
|
|
118918
|
-
"description": null,
|
|
118919
|
-
"isDeprecated": false,
|
|
118920
|
-
"name": "SLO"
|
|
118921
|
-
},
|
|
118922
|
-
{
|
|
118923
|
-
"deprecationReason": null,
|
|
118924
|
-
"description": null,
|
|
118925
|
-
"isDeprecated": false,
|
|
118926
|
-
"name": "SQL_QUERY"
|
|
118927
|
-
},
|
|
118928
|
-
{
|
|
118929
|
-
"deprecationReason": null,
|
|
118930
|
-
"description": null,
|
|
118931
|
-
"isDeprecated": false,
|
|
118932
|
-
"name": "STREAM_METADATA"
|
|
118933
|
-
},
|
|
118934
|
-
{
|
|
118935
|
-
"deprecationReason": null,
|
|
118936
|
-
"description": null,
|
|
118937
|
-
"isDeprecated": false,
|
|
118938
|
-
"name": "TABLEAU_GQL"
|
|
118939
|
-
}
|
|
118940
|
-
],
|
|
118941
|
-
"fields": null,
|
|
118942
|
-
"inputFields": null,
|
|
118943
|
-
"interfaces": null,
|
|
118944
|
-
"kind": "ENUM",
|
|
118945
|
-
"name": "JobTypeEnum",
|
|
118946
|
-
"possibleTypes": null
|
|
118947
|
-
},
|
|
118948
118844
|
{
|
|
118949
118845
|
"description": null,
|
|
118950
118846
|
"enumValues": [
|
|
@@ -3211,44 +3211,6 @@ class JobPerformanceFacet(sgqlc.types.Enum):
|
|
|
3211
3211
|
)
|
|
3212
3212
|
|
|
3213
3213
|
|
|
3214
|
-
class JobTypeEnum(sgqlc.types.Enum):
|
|
3215
|
-
"""Enumeration Choices:
|
|
3216
|
-
|
|
3217
|
-
* `AGENT_REACHABILITY`None
|
|
3218
|
-
* `DIRECT_LINEAGE`None
|
|
3219
|
-
* `ETL`None
|
|
3220
|
-
* `JSON_SCHEMA`None
|
|
3221
|
-
* `METADATA`None
|
|
3222
|
-
* `QUERY_LOGS`None
|
|
3223
|
-
* `QUERY_LOGS_BOOTSTRAP`None
|
|
3224
|
-
* `REPORTS`None
|
|
3225
|
-
* `S3_METADATA_EVENTS`None
|
|
3226
|
-
* `S3_QL_EVENTS`None
|
|
3227
|
-
* `SLO`None
|
|
3228
|
-
* `SQL_QUERY`None
|
|
3229
|
-
* `STREAM_METADATA`None
|
|
3230
|
-
* `TABLEAU_GQL`None
|
|
3231
|
-
"""
|
|
3232
|
-
|
|
3233
|
-
__schema__ = schema
|
|
3234
|
-
__choices__ = (
|
|
3235
|
-
"AGENT_REACHABILITY",
|
|
3236
|
-
"DIRECT_LINEAGE",
|
|
3237
|
-
"ETL",
|
|
3238
|
-
"JSON_SCHEMA",
|
|
3239
|
-
"METADATA",
|
|
3240
|
-
"QUERY_LOGS",
|
|
3241
|
-
"QUERY_LOGS_BOOTSTRAP",
|
|
3242
|
-
"REPORTS",
|
|
3243
|
-
"S3_METADATA_EVENTS",
|
|
3244
|
-
"S3_QL_EVENTS",
|
|
3245
|
-
"SLO",
|
|
3246
|
-
"SQL_QUERY",
|
|
3247
|
-
"STREAM_METADATA",
|
|
3248
|
-
"TABLEAU_GQL",
|
|
3249
|
-
)
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
3214
|
class JobsPerformanceSummarySort(sgqlc.types.Enum):
|
|
3253
3215
|
"""Enumeration Choices:
|
|
3254
3216
|
|
|
@@ -16906,7 +16868,6 @@ class DataCollectorScheduleInfo(sgqlc.types.Type):
|
|
|
16906
16868
|
"uuid",
|
|
16907
16869
|
"resource_id",
|
|
16908
16870
|
"connection_id",
|
|
16909
|
-
"job_type",
|
|
16910
16871
|
"internal_job_type",
|
|
16911
16872
|
"limits",
|
|
16912
16873
|
"interval_in_seconds",
|
|
@@ -16920,9 +16881,6 @@ class DataCollectorScheduleInfo(sgqlc.types.Type):
|
|
|
16920
16881
|
connection_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="connectionId")
|
|
16921
16882
|
"""Connection ID this schedule belongs to"""
|
|
16922
16883
|
|
|
16923
|
-
job_type = sgqlc.types.Field(sgqlc.types.non_null(JobTypeEnum), graphql_name="jobType")
|
|
16924
|
-
"""Type of job - DEPRECATED: Use internal_job_type instead"""
|
|
16925
|
-
|
|
16926
16884
|
internal_job_type = sgqlc.types.Field(
|
|
16927
16885
|
sgqlc.types.non_null(InternalJobType), graphql_name="internalJobType"
|
|
16928
16886
|
)
|
|
@@ -23861,6 +23819,12 @@ class MonitorLabelObject(sgqlc.types.Type):
|
|
|
23861
23819
|
sgqlc.types.list_of(String), graphql_name="mcons", default=None
|
|
23862
23820
|
),
|
|
23863
23821
|
),
|
|
23822
|
+
(
|
|
23823
|
+
"exclude_mcons",
|
|
23824
|
+
sgqlc.types.Arg(
|
|
23825
|
+
sgqlc.types.list_of(String), graphql_name="excludeMcons", default=None
|
|
23826
|
+
),
|
|
23827
|
+
),
|
|
23864
23828
|
(
|
|
23865
23829
|
"alerted_only",
|
|
23866
23830
|
sgqlc.types.Arg(Boolean, graphql_name="alertedOnly", default=None),
|
|
@@ -23932,6 +23896,8 @@ class MonitorLabelObject(sgqlc.types.Type):
|
|
|
23932
23896
|
monitors will be included in result (default: `false`)
|
|
23933
23897
|
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
23934
23898
|
or tables (MCON)
|
|
23899
|
+
* `exclude_mcons` (`[String]`): Exclude monitors associated with
|
|
23900
|
+
these warehouses, projects, datasets, or tables (MCON)
|
|
23935
23901
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
23936
23902
|
only the ones that are breached.
|
|
23937
23903
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -42755,7 +42721,6 @@ class Query(sgqlc.types.Type):
|
|
|
42755
42721
|
"evaluate_comparisons",
|
|
42756
42722
|
"get_delta_logs",
|
|
42757
42723
|
"get_job_schedules",
|
|
42758
|
-
"get_warehouse_job_schedules",
|
|
42759
42724
|
"get_data_assets_dashboard",
|
|
42760
42725
|
"get_incident_dashboard_data",
|
|
42761
42726
|
"get_incident_data_weekly",
|
|
@@ -48937,6 +48902,12 @@ class Query(sgqlc.types.Type):
|
|
|
48937
48902
|
sgqlc.types.list_of(String), graphql_name="mcons", default=None
|
|
48938
48903
|
),
|
|
48939
48904
|
),
|
|
48905
|
+
(
|
|
48906
|
+
"exclude_mcons",
|
|
48907
|
+
sgqlc.types.Arg(
|
|
48908
|
+
sgqlc.types.list_of(String), graphql_name="excludeMcons", default=None
|
|
48909
|
+
),
|
|
48910
|
+
),
|
|
48940
48911
|
(
|
|
48941
48912
|
"alerted_only",
|
|
48942
48913
|
sgqlc.types.Arg(Boolean, graphql_name="alertedOnly", default=None),
|
|
@@ -49008,6 +48979,8 @@ class Query(sgqlc.types.Type):
|
|
|
49008
48979
|
monitors will be included in result (default: `false`)
|
|
49009
48980
|
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
49010
48981
|
or tables (MCON)
|
|
48982
|
+
* `exclude_mcons` (`[String]`): Exclude monitors associated with
|
|
48983
|
+
these warehouses, projects, datasets, or tables (MCON)
|
|
49011
48984
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
49012
48985
|
only the ones that are breached.
|
|
49013
48986
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -49150,6 +49123,12 @@ class Query(sgqlc.types.Type):
|
|
|
49150
49123
|
sgqlc.types.list_of(String), graphql_name="mcons", default=None
|
|
49151
49124
|
),
|
|
49152
49125
|
),
|
|
49126
|
+
(
|
|
49127
|
+
"exclude_mcons",
|
|
49128
|
+
sgqlc.types.Arg(
|
|
49129
|
+
sgqlc.types.list_of(String), graphql_name="excludeMcons", default=None
|
|
49130
|
+
),
|
|
49131
|
+
),
|
|
49153
49132
|
(
|
|
49154
49133
|
"alerted_only",
|
|
49155
49134
|
sgqlc.types.Arg(Boolean, graphql_name="alertedOnly", default=None),
|
|
@@ -49221,6 +49200,8 @@ class Query(sgqlc.types.Type):
|
|
|
49221
49200
|
monitors will be included in result (default: `false`)
|
|
49222
49201
|
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
49223
49202
|
or tables (MCON)
|
|
49203
|
+
* `exclude_mcons` (`[String]`): Exclude monitors associated with
|
|
49204
|
+
these warehouses, projects, datasets, or tables (MCON)
|
|
49224
49205
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
49225
49206
|
only the ones that are breached.
|
|
49226
49207
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -49363,6 +49344,12 @@ class Query(sgqlc.types.Type):
|
|
|
49363
49344
|
sgqlc.types.list_of(String), graphql_name="mcons", default=None
|
|
49364
49345
|
),
|
|
49365
49346
|
),
|
|
49347
|
+
(
|
|
49348
|
+
"exclude_mcons",
|
|
49349
|
+
sgqlc.types.Arg(
|
|
49350
|
+
sgqlc.types.list_of(String), graphql_name="excludeMcons", default=None
|
|
49351
|
+
),
|
|
49352
|
+
),
|
|
49366
49353
|
(
|
|
49367
49354
|
"alerted_only",
|
|
49368
49355
|
sgqlc.types.Arg(Boolean, graphql_name="alertedOnly", default=None),
|
|
@@ -49434,6 +49421,8 @@ class Query(sgqlc.types.Type):
|
|
|
49434
49421
|
monitors will be included in result (default: `false`)
|
|
49435
49422
|
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
49436
49423
|
or tables (MCON)
|
|
49424
|
+
* `exclude_mcons` (`[String]`): Exclude monitors associated with
|
|
49425
|
+
these warehouses, projects, datasets, or tables (MCON)
|
|
49437
49426
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
49438
49427
|
only the ones that are breached.
|
|
49439
49428
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -49576,6 +49565,12 @@ class Query(sgqlc.types.Type):
|
|
|
49576
49565
|
sgqlc.types.list_of(String), graphql_name="mcons", default=None
|
|
49577
49566
|
),
|
|
49578
49567
|
),
|
|
49568
|
+
(
|
|
49569
|
+
"exclude_mcons",
|
|
49570
|
+
sgqlc.types.Arg(
|
|
49571
|
+
sgqlc.types.list_of(String), graphql_name="excludeMcons", default=None
|
|
49572
|
+
),
|
|
49573
|
+
),
|
|
49579
49574
|
(
|
|
49580
49575
|
"alerted_only",
|
|
49581
49576
|
sgqlc.types.Arg(Boolean, graphql_name="alertedOnly", default=None),
|
|
@@ -49647,6 +49642,8 @@ class Query(sgqlc.types.Type):
|
|
|
49647
49642
|
monitors will be included in result (default: `false`)
|
|
49648
49643
|
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
49649
49644
|
or tables (MCON)
|
|
49645
|
+
* `exclude_mcons` (`[String]`): Exclude monitors associated with
|
|
49646
|
+
these warehouses, projects, datasets, or tables (MCON)
|
|
49650
49647
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
49651
49648
|
only the ones that are breached.
|
|
49652
49649
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -49789,6 +49786,12 @@ class Query(sgqlc.types.Type):
|
|
|
49789
49786
|
sgqlc.types.list_of(String), graphql_name="mcons", default=None
|
|
49790
49787
|
),
|
|
49791
49788
|
),
|
|
49789
|
+
(
|
|
49790
|
+
"exclude_mcons",
|
|
49791
|
+
sgqlc.types.Arg(
|
|
49792
|
+
sgqlc.types.list_of(String), graphql_name="excludeMcons", default=None
|
|
49793
|
+
),
|
|
49794
|
+
),
|
|
49792
49795
|
(
|
|
49793
49796
|
"alerted_only",
|
|
49794
49797
|
sgqlc.types.Arg(Boolean, graphql_name="alertedOnly", default=None),
|
|
@@ -49860,6 +49863,8 @@ class Query(sgqlc.types.Type):
|
|
|
49860
49863
|
monitors will be included in result (default: `false`)
|
|
49861
49864
|
* `mcons` (`[String]`): Filter by warehouses, projects, datasets,
|
|
49862
49865
|
or tables (MCON)
|
|
49866
|
+
* `exclude_mcons` (`[String]`): Exclude monitors associated with
|
|
49867
|
+
these warehouses, projects, datasets, or tables (MCON)
|
|
49863
49868
|
* `alerted_only` (`Boolean`): EXPERIMENTAL. Filter monitors to
|
|
49864
49869
|
only the ones that are breached.
|
|
49865
49870
|
* `tags` (`[TagKeyValuePairInput]`): Filter by monitor tags. It
|
|
@@ -51473,51 +51478,8 @@ class Query(sgqlc.types.Type):
|
|
|
51473
51478
|
to specific connection)
|
|
51474
51479
|
* `job_types` (`[InternalJobType!]`): List of job types to filter
|
|
51475
51480
|
by (e.g., METADATA, QUERY_LOGS)
|
|
51476
|
-
* `schedule_type` (`String`): Schedule type
|
|
51477
|
-
|
|
51478
|
-
* `include_deleted` (`Boolean`): Include deleted schedules
|
|
51479
|
-
(default: `false`)
|
|
51480
|
-
"""
|
|
51481
|
-
|
|
51482
|
-
get_warehouse_job_schedules = sgqlc.types.Field(
|
|
51483
|
-
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(DataCollectorScheduleInfo))),
|
|
51484
|
-
graphql_name="getWarehouseJobSchedules",
|
|
51485
|
-
args=sgqlc.types.ArgDict(
|
|
51486
|
-
(
|
|
51487
|
-
(
|
|
51488
|
-
"warehouse_uuid",
|
|
51489
|
-
sgqlc.types.Arg(
|
|
51490
|
-
sgqlc.types.non_null(String), graphql_name="warehouseUuid", default=None
|
|
51491
|
-
),
|
|
51492
|
-
),
|
|
51493
|
-
(
|
|
51494
|
-
"job_types",
|
|
51495
|
-
sgqlc.types.Arg(
|
|
51496
|
-
sgqlc.types.list_of(sgqlc.types.non_null(JobTypeEnum)),
|
|
51497
|
-
graphql_name="jobTypes",
|
|
51498
|
-
default=None,
|
|
51499
|
-
),
|
|
51500
|
-
),
|
|
51501
|
-
(
|
|
51502
|
-
"schedule_type",
|
|
51503
|
-
sgqlc.types.Arg(String, graphql_name="scheduleType", default=None),
|
|
51504
|
-
),
|
|
51505
|
-
(
|
|
51506
|
-
"include_deleted",
|
|
51507
|
-
sgqlc.types.Arg(Boolean, graphql_name="includeDeleted", default=False),
|
|
51508
|
-
),
|
|
51509
|
-
)
|
|
51510
|
-
),
|
|
51511
|
-
)
|
|
51512
|
-
"""(experimental) Get data collector schedules for a warehouse
|
|
51513
|
-
|
|
51514
|
-
Arguments:
|
|
51515
|
-
|
|
51516
|
-
* `warehouse_uuid` (`String!`): Warehouse UUID
|
|
51517
|
-
* `job_types` (`[JobTypeEnum!]`): List of job types to filter by
|
|
51518
|
-
(e.g., METADATA, QUERY_LOGS)
|
|
51519
|
-
* `schedule_type` (`String`): Schedule type to filter by (e.g.,
|
|
51520
|
-
'loose')
|
|
51481
|
+
* `schedule_type` (`String`): DEPRECATED: Schedule type filtering
|
|
51482
|
+
is no longer supported.
|
|
51521
51483
|
* `include_deleted` (`Boolean`): Include deleted schedules
|
|
51522
51484
|
(default: `false`)
|
|
51523
51485
|
"""
|
|
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
|
|
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.88 → pycarlo-0.10.90}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.88 → pycarlo-0.10.90}/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
|