pycarlo 0.10.174__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.174 → pycarlo-0.10.176}/PKG-INFO +1 -1
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/lib/schema.json +27 -9
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/lib/schema.py +12 -5
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.174 → pycarlo-0.10.176}/.circleci/README.md +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/.circleci/config.yml +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/.coveragerc +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/.gitignore +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/LICENSE +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/Makefile +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/README.md +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/pyproject.toml +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/requirements-ci.txt +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/requirements-dev.txt +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/requirements.txt +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/setup.cfg +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/setup.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/common/data.json +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/test_client.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/test_operations.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/tests/test_session.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/utils/env.sh +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/utils/generate.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/utils/sample.env +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/utils/sanity.py +0 -0
- {pycarlo-0.10.174 → pycarlo-0.10.176}/utils/vars.py +0 -0
|
@@ -1048,16 +1048,20 @@
|
|
|
1048
1048
|
{
|
|
1049
1049
|
"args": [],
|
|
1050
1050
|
"deprecationReason": null,
|
|
1051
|
-
"description": "(experimental)
|
|
1051
|
+
"description": "(experimental) Gets all available transform functions",
|
|
1052
1052
|
"isDeprecated": false,
|
|
1053
1053
|
"name": "getTransformFunctions",
|
|
1054
1054
|
"type": {
|
|
1055
1055
|
"kind": "LIST",
|
|
1056
1056
|
"name": null,
|
|
1057
1057
|
"ofType": {
|
|
1058
|
-
"kind": "
|
|
1059
|
-
"name":
|
|
1060
|
-
"ofType":
|
|
1058
|
+
"kind": "NON_NULL",
|
|
1059
|
+
"name": null,
|
|
1060
|
+
"ofType": {
|
|
1061
|
+
"kind": "OBJECT",
|
|
1062
|
+
"name": "TransformFunction",
|
|
1063
|
+
"ofType": null
|
|
1064
|
+
}
|
|
1061
1065
|
}
|
|
1062
1066
|
}
|
|
1063
1067
|
},
|
|
@@ -11205,15 +11209,29 @@
|
|
|
11205
11209
|
"args": [
|
|
11206
11210
|
{
|
|
11207
11211
|
"defaultValue": null,
|
|
11208
|
-
"description": "UUID of the table monitor",
|
|
11212
|
+
"description": "UUID of the table monitor (for single monitor mode). Cannot be used with monitor_uuids.",
|
|
11209
11213
|
"name": "monitorUuid",
|
|
11210
11214
|
"type": {
|
|
11211
|
-
"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",
|
|
11212
11226
|
"name": null,
|
|
11213
11227
|
"ofType": {
|
|
11214
|
-
"kind": "
|
|
11215
|
-
"name":
|
|
11216
|
-
"ofType":
|
|
11228
|
+
"kind": "NON_NULL",
|
|
11229
|
+
"name": null,
|
|
11230
|
+
"ofType": {
|
|
11231
|
+
"kind": "SCALAR",
|
|
11232
|
+
"name": "UUID",
|
|
11233
|
+
"ofType": null
|
|
11234
|
+
}
|
|
11217
11235
|
}
|
|
11218
11236
|
}
|
|
11219
11237
|
},
|
|
@@ -44968,9 +44968,10 @@ class Query(sgqlc.types.Type):
|
|
|
44968
44968
|
)
|
|
44969
44969
|
|
|
44970
44970
|
get_transform_functions = sgqlc.types.Field(
|
|
44971
|
-
sgqlc.types.list_of("TransformFunction"),
|
|
44971
|
+
sgqlc.types.list_of(sgqlc.types.non_null("TransformFunction")),
|
|
44972
|
+
graphql_name="getTransformFunctions",
|
|
44972
44973
|
)
|
|
44973
|
-
"""(experimental)
|
|
44974
|
+
"""(experimental) Gets all available transform functions"""
|
|
44974
44975
|
|
|
44975
44976
|
run_custom_query = sgqlc.types.Field(
|
|
44976
44977
|
"SQLResponse",
|
|
@@ -50608,10 +50609,13 @@ class Query(sgqlc.types.Type):
|
|
|
50608
50609
|
graphql_name="getTableMonitorCoverage",
|
|
50609
50610
|
args=sgqlc.types.ArgDict(
|
|
50610
50611
|
(
|
|
50612
|
+
("monitor_uuid", sgqlc.types.Arg(UUID, graphql_name="monitorUuid", default=None)),
|
|
50611
50613
|
(
|
|
50612
|
-
"
|
|
50614
|
+
"monitor_uuids",
|
|
50613
50615
|
sgqlc.types.Arg(
|
|
50614
|
-
sgqlc.types.non_null(UUID),
|
|
50616
|
+
sgqlc.types.list_of(sgqlc.types.non_null(UUID)),
|
|
50617
|
+
graphql_name="monitorUuids",
|
|
50618
|
+
default=None,
|
|
50615
50619
|
),
|
|
50616
50620
|
),
|
|
50617
50621
|
("search", sgqlc.types.Arg(String, graphql_name="search", default=None)),
|
|
@@ -50626,7 +50630,10 @@ class Query(sgqlc.types.Type):
|
|
|
50626
50630
|
|
|
50627
50631
|
Arguments:
|
|
50628
50632
|
|
|
50629
|
-
* `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.
|
|
50630
50637
|
* `search` (`String`): Search for tables by name, database, or
|
|
50631
50638
|
schema (case-insensitive substring match)
|
|
50632
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.174 → 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.174 → pycarlo-0.10.176}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.174 → 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
|