pycarlo 0.10.175__tar.gz → 0.10.176__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.175 → pycarlo-0.10.176}/PKG-INFO +1 -1
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/lib/schema.json +19 -5
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/lib/schema.py +9 -3
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.175 → pycarlo-0.10.176}/.circleci/README.md +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/.circleci/config.yml +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/.coveragerc +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/.gitignore +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/LICENSE +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/Makefile +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/README.md +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/pyproject.toml +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/requirements-ci.txt +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/requirements-dev.txt +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/requirements.txt +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/setup.cfg +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/setup.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/common/data.json +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/test_client.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/test_operations.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/tests/test_session.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/utils/env.sh +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/utils/generate.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/utils/sample.env +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/utils/sanity.py +0 -0
- {pycarlo-0.10.175 → pycarlo-0.10.176}/utils/vars.py +0 -0
|
@@ -11209,15 +11209,29 @@
|
|
|
11209
11209
|
"args": [
|
|
11210
11210
|
{
|
|
11211
11211
|
"defaultValue": null,
|
|
11212
|
-
"description": "UUID of the table monitor",
|
|
11212
|
+
"description": "UUID of the table monitor (for single monitor mode). Cannot be used with monitor_uuids.",
|
|
11213
11213
|
"name": "monitorUuid",
|
|
11214
11214
|
"type": {
|
|
11215
|
-
"kind": "
|
|
11215
|
+
"kind": "SCALAR",
|
|
11216
|
+
"name": "UUID",
|
|
11217
|
+
"ofType": null
|
|
11218
|
+
}
|
|
11219
|
+
},
|
|
11220
|
+
{
|
|
11221
|
+
"defaultValue": null,
|
|
11222
|
+
"description": "List of table monitor UUIDs (for bulk deletion mode). Cannot be used with monitor_uuid.",
|
|
11223
|
+
"name": "monitorUuids",
|
|
11224
|
+
"type": {
|
|
11225
|
+
"kind": "LIST",
|
|
11216
11226
|
"name": null,
|
|
11217
11227
|
"ofType": {
|
|
11218
|
-
"kind": "
|
|
11219
|
-
"name":
|
|
11220
|
-
"ofType":
|
|
11228
|
+
"kind": "NON_NULL",
|
|
11229
|
+
"name": null,
|
|
11230
|
+
"ofType": {
|
|
11231
|
+
"kind": "SCALAR",
|
|
11232
|
+
"name": "UUID",
|
|
11233
|
+
"ofType": null
|
|
11234
|
+
}
|
|
11221
11235
|
}
|
|
11222
11236
|
}
|
|
11223
11237
|
},
|
|
@@ -50609,10 +50609,13 @@ class Query(sgqlc.types.Type):
|
|
|
50609
50609
|
graphql_name="getTableMonitorCoverage",
|
|
50610
50610
|
args=sgqlc.types.ArgDict(
|
|
50611
50611
|
(
|
|
50612
|
+
("monitor_uuid", sgqlc.types.Arg(UUID, graphql_name="monitorUuid", default=None)),
|
|
50612
50613
|
(
|
|
50613
|
-
"
|
|
50614
|
+
"monitor_uuids",
|
|
50614
50615
|
sgqlc.types.Arg(
|
|
50615
|
-
sgqlc.types.non_null(UUID),
|
|
50616
|
+
sgqlc.types.list_of(sgqlc.types.non_null(UUID)),
|
|
50617
|
+
graphql_name="monitorUuids",
|
|
50618
|
+
default=None,
|
|
50616
50619
|
),
|
|
50617
50620
|
),
|
|
50618
50621
|
("search", sgqlc.types.Arg(String, graphql_name="search", default=None)),
|
|
@@ -50627,7 +50630,10 @@ class Query(sgqlc.types.Type):
|
|
|
50627
50630
|
|
|
50628
50631
|
Arguments:
|
|
50629
50632
|
|
|
50630
|
-
* `monitor_uuid` (`UUID
|
|
50633
|
+
* `monitor_uuid` (`UUID`): UUID of the table monitor (for single
|
|
50634
|
+
monitor mode). Cannot be used with monitor_uuids.
|
|
50635
|
+
* `monitor_uuids` (`[UUID!]`): List of table monitor UUIDs (for
|
|
50636
|
+
bulk deletion mode). Cannot be used with monitor_uuid.
|
|
50631
50637
|
* `search` (`String`): Search for tables by name, database, or
|
|
50632
50638
|
schema (case-insensitive substring match)
|
|
50633
50639
|
* `monitors_search` (`String`): Search for monitors by description
|
|
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.175 → pycarlo-0.10.176}/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.175 → pycarlo-0.10.176}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.175 → pycarlo-0.10.176}/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
|