pycarlo 0.10.204__tar.gz → 0.10.205__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.204 → pycarlo-0.10.205}/PKG-INFO +1 -1
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/lib/schema.json +15 -9
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/lib/schema.py +10 -6
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.204 → pycarlo-0.10.205}/.circleci/README.md +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/.circleci/config.yml +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/.coveragerc +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/.gitignore +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/LICENSE +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/Makefile +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/README.md +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/pyproject.toml +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/requirements-ci.txt +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/requirements-dev.txt +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/requirements.txt +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/setup.cfg +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/setup.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/common/data.json +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/test_client.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/test_operations.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/tests/test_session.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/utils/env.sh +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/utils/generate.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/utils/sample.env +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/utils/sanity.py +0 -0
- {pycarlo-0.10.204 → pycarlo-0.10.205}/utils/vars.py +0 -0
|
@@ -1069,16 +1069,22 @@
|
|
|
1069
1069
|
"args": [
|
|
1070
1070
|
{
|
|
1071
1071
|
"defaultValue": null,
|
|
1072
|
-
"description": "
|
|
1073
|
-
"name": "
|
|
1072
|
+
"description": "Warehouse UUID. If provided, the connection type will be ignored.",
|
|
1073
|
+
"name": "warehouseUuid",
|
|
1074
1074
|
"type": {
|
|
1075
|
-
"kind": "
|
|
1076
|
-
"name":
|
|
1077
|
-
"ofType":
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1075
|
+
"kind": "SCALAR",
|
|
1076
|
+
"name": "UUID",
|
|
1077
|
+
"ofType": null
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"defaultValue": null,
|
|
1082
|
+
"description": "connection type, for example \"snowflake\", \"bigquery\", etc.",
|
|
1083
|
+
"name": "connectionType",
|
|
1084
|
+
"type": {
|
|
1085
|
+
"kind": "SCALAR",
|
|
1086
|
+
"name": "String",
|
|
1087
|
+
"ofType": null
|
|
1082
1088
|
}
|
|
1083
1089
|
}
|
|
1084
1090
|
],
|
|
@@ -45627,10 +45627,12 @@ class Query(sgqlc.types.Type):
|
|
|
45627
45627
|
args=sgqlc.types.ArgDict(
|
|
45628
45628
|
(
|
|
45629
45629
|
(
|
|
45630
|
-
"
|
|
45631
|
-
sgqlc.types.Arg(
|
|
45632
|
-
|
|
45633
|
-
|
|
45630
|
+
"warehouse_uuid",
|
|
45631
|
+
sgqlc.types.Arg(UUID, graphql_name="warehouseUuid", default=None),
|
|
45632
|
+
),
|
|
45633
|
+
(
|
|
45634
|
+
"connection_type",
|
|
45635
|
+
sgqlc.types.Arg(String, graphql_name="connectionType", default=None),
|
|
45634
45636
|
),
|
|
45635
45637
|
)
|
|
45636
45638
|
),
|
|
@@ -45640,8 +45642,10 @@ class Query(sgqlc.types.Type):
|
|
|
45640
45642
|
|
|
45641
45643
|
Arguments:
|
|
45642
45644
|
|
|
45643
|
-
* `
|
|
45644
|
-
|
|
45645
|
+
* `warehouse_uuid` (`UUID`): Warehouse UUID. If provided, the
|
|
45646
|
+
connection type will be ignored.
|
|
45647
|
+
* `connection_type` (`String`): connection type, for example
|
|
45648
|
+
"snowflake", "bigquery", etc.
|
|
45645
45649
|
"""
|
|
45646
45650
|
|
|
45647
45651
|
run_custom_query = sgqlc.types.Field(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.204 → pycarlo-0.10.205}/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.204 → pycarlo-0.10.205}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.204 → pycarlo-0.10.205}/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
|