pycarlo 0.10.79__tar.gz → 0.10.80__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.79 → pycarlo-0.10.80}/PKG-INFO +1 -1
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/lib/schema.json +13 -1
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/lib/schema.py +7 -1
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.79 → pycarlo-0.10.80}/.circleci/README.md +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/.circleci/config.yml +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/.coveragerc +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/.gitignore +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/LICENSE +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/Makefile +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/README.md +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/pyproject.toml +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/requirements-ci.txt +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/requirements-dev.txt +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/requirements.txt +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/setup.cfg +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/setup.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/common/data.json +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/test_client.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/test_operations.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/tests/test_session.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/utils/env.sh +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/utils/generate.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/utils/sample.env +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/utils/sanity.py +0 -0
- {pycarlo-0.10.79 → pycarlo-0.10.80}/utils/vars.py +0 -0
|
@@ -46804,7 +46804,7 @@
|
|
|
46804
46804
|
{
|
|
46805
46805
|
"args": [],
|
|
46806
46806
|
"deprecationReason": null,
|
|
46807
|
-
"description": "The number of
|
|
46807
|
+
"description": "The number of user created monitors on this warehouse.",
|
|
46808
46808
|
"isDeprecated": false,
|
|
46809
46809
|
"name": "customMonitorCount",
|
|
46810
46810
|
"type": {
|
|
@@ -46813,6 +46813,18 @@
|
|
|
46813
46813
|
"ofType": null
|
|
46814
46814
|
}
|
|
46815
46815
|
},
|
|
46816
|
+
{
|
|
46817
|
+
"args": [],
|
|
46818
|
+
"deprecationReason": null,
|
|
46819
|
+
"description": "The number of table monitors and user created monitors on this warehouse.",
|
|
46820
|
+
"isDeprecated": false,
|
|
46821
|
+
"name": "totalMonitorCount",
|
|
46822
|
+
"type": {
|
|
46823
|
+
"kind": "SCALAR",
|
|
46824
|
+
"name": "Int",
|
|
46825
|
+
"ofType": null
|
|
46826
|
+
}
|
|
46827
|
+
},
|
|
46816
46828
|
{
|
|
46817
46829
|
"args": [],
|
|
46818
46830
|
"deprecationReason": null,
|
|
@@ -64897,6 +64897,7 @@ class Warehouse(sgqlc.types.Type):
|
|
|
64897
64897
|
"metadata_connection",
|
|
64898
64898
|
"create_alerts_in_datasource",
|
|
64899
64899
|
"custom_monitor_count",
|
|
64900
|
+
"total_monitor_count",
|
|
64900
64901
|
"supports_transform",
|
|
64901
64902
|
"warehouse_relations",
|
|
64902
64903
|
)
|
|
@@ -65211,7 +65212,12 @@ class Warehouse(sgqlc.types.Type):
|
|
|
65211
65212
|
"""
|
|
65212
65213
|
|
|
65213
65214
|
custom_monitor_count = sgqlc.types.Field(Int, graphql_name="customMonitorCount")
|
|
65214
|
-
"""The number of
|
|
65215
|
+
"""The number of user created monitors on this warehouse."""
|
|
65216
|
+
|
|
65217
|
+
total_monitor_count = sgqlc.types.Field(Int, graphql_name="totalMonitorCount")
|
|
65218
|
+
"""The number of table monitors and user created monitors on this
|
|
65219
|
+
warehouse.
|
|
65220
|
+
"""
|
|
65215
65221
|
|
|
65216
65222
|
supports_transform = sgqlc.types.Field(Boolean, graphql_name="supportsTransform")
|
|
65217
65223
|
"""Indicates whether the warehouse supports transform operations"""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.79 → pycarlo-0.10.80}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.79 → pycarlo-0.10.80}/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
|