pycarlo 0.10.226__tar.gz → 0.10.228__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.226 → pycarlo-0.10.228}/PKG-INFO +1 -1
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/lib/schema.json +16 -6
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/lib/schema.py +6 -2
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.226 → pycarlo-0.10.228}/.circleci/README.md +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/.circleci/config.yml +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/.coveragerc +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/.gitignore +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/LICENSE +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/Makefile +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/README.md +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/pyproject.toml +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/requirements-ci.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/requirements-dev.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/requirements.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/setup.cfg +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/setup.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/common/data.json +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/test_client.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/test_operations.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/tests/test_session.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/utils/env.sh +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/utils/generate.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/utils/sample.env +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/utils/sanity.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.228}/utils/vars.py +0 -0
|
@@ -112050,6 +112050,22 @@
|
|
|
112050
112050
|
"ofType": null
|
|
112051
112051
|
}
|
|
112052
112052
|
},
|
|
112053
|
+
{
|
|
112054
|
+
"args": [],
|
|
112055
|
+
"deprecationReason": null,
|
|
112056
|
+
"description": "True if size collection is enabled for the asset",
|
|
112057
|
+
"isDeprecated": false,
|
|
112058
|
+
"name": "sizeCollectionEnabled",
|
|
112059
|
+
"type": {
|
|
112060
|
+
"kind": "NON_NULL",
|
|
112061
|
+
"name": null,
|
|
112062
|
+
"ofType": {
|
|
112063
|
+
"kind": "SCALAR",
|
|
112064
|
+
"name": "Boolean",
|
|
112065
|
+
"ofType": null
|
|
112066
|
+
}
|
|
112067
|
+
}
|
|
112068
|
+
},
|
|
112053
112069
|
{
|
|
112054
112070
|
"args": [],
|
|
112055
112071
|
"deprecationReason": null,
|
|
@@ -146186,12 +146202,6 @@
|
|
|
146186
146202
|
{
|
|
146187
146203
|
"description": null,
|
|
146188
146204
|
"enumValues": [
|
|
146189
|
-
{
|
|
146190
|
-
"deprecationReason": null,
|
|
146191
|
-
"description": null,
|
|
146192
|
-
"isDeprecated": false,
|
|
146193
|
-
"name": "AI_FEATURES_OFF"
|
|
146194
|
-
},
|
|
146195
146205
|
{
|
|
146196
146206
|
"deprecationReason": null,
|
|
146197
146207
|
"description": null,
|
|
@@ -1764,7 +1764,6 @@ class DecryptionServiceUpdateTypeEnum(sgqlc.types.Enum):
|
|
|
1764
1764
|
class DenialReason(sgqlc.types.Enum):
|
|
1765
1765
|
"""Enumeration Choices:
|
|
1766
1766
|
|
|
1767
|
-
* `AI_FEATURES_OFF`None
|
|
1768
1767
|
* `ENTITLEMENTS`None
|
|
1769
1768
|
* `INVALID_USER`None
|
|
1770
1769
|
* `TROUBLESHOOTING_AGENT_OFF`None
|
|
@@ -1773,7 +1772,6 @@ class DenialReason(sgqlc.types.Enum):
|
|
|
1773
1772
|
|
|
1774
1773
|
__schema__ = schema
|
|
1775
1774
|
__choices__ = (
|
|
1776
|
-
"AI_FEATURES_OFF",
|
|
1777
1775
|
"ENTITLEMENTS",
|
|
1778
1776
|
"INVALID_USER",
|
|
1779
1777
|
"TROUBLESHOOTING_AGENT_OFF",
|
|
@@ -23448,6 +23446,7 @@ class JobExecutionHistoryLog(sgqlc.types.Type):
|
|
|
23448
23446
|
"comparison_data_source_type",
|
|
23449
23447
|
"table_monitor_warning",
|
|
23450
23448
|
"size_collection_table_mcon",
|
|
23449
|
+
"size_collection_enabled",
|
|
23451
23450
|
"total_invocations_count",
|
|
23452
23451
|
"total_result_count",
|
|
23453
23452
|
"total_execution_duration",
|
|
@@ -23495,6 +23494,11 @@ class JobExecutionHistoryLog(sgqlc.types.Type):
|
|
|
23495
23494
|
size_collection_table_mcon = sgqlc.types.Field(String, graphql_name="sizeCollectionTableMcon")
|
|
23496
23495
|
"""MCON of the table for size collection executions in table monitors"""
|
|
23497
23496
|
|
|
23497
|
+
size_collection_enabled = sgqlc.types.Field(
|
|
23498
|
+
sgqlc.types.non_null(Boolean), graphql_name="sizeCollectionEnabled"
|
|
23499
|
+
)
|
|
23500
|
+
"""True if size collection is enabled for the asset"""
|
|
23501
|
+
|
|
23498
23502
|
total_invocations_count = sgqlc.types.Field(Int, graphql_name="totalInvocationsCount")
|
|
23499
23503
|
"""Total number of invocations for the job execution. May be null if
|
|
23500
23504
|
execution has not completed.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.226 → pycarlo-0.10.228}/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.226 → pycarlo-0.10.228}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.226 → pycarlo-0.10.228}/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
|