pycarlo 0.10.226__tar.gz → 0.10.229__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.229}/PKG-INFO +1 -1
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/lib/schema.json +22 -6
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/lib/schema.py +8 -3
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.226 → pycarlo-0.10.229}/.circleci/README.md +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/.circleci/config.yml +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/.coveragerc +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/.gitignore +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/LICENSE +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/Makefile +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/README.md +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/pyproject.toml +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/requirements-ci.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/requirements-dev.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/requirements.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/setup.cfg +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/setup.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/common/data.json +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/test_client.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/test_operations.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/tests/test_session.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/utils/env.sh +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/utils/generate.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/utils/sample.env +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/utils/sanity.py +0 -0
- {pycarlo-0.10.226 → pycarlo-0.10.229}/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,
|
|
@@ -137996,6 +138012,12 @@
|
|
|
137996
138012
|
"description": null,
|
|
137997
138013
|
"isDeprecated": false,
|
|
137998
138014
|
"name": "NOTIFIED"
|
|
138015
|
+
},
|
|
138016
|
+
{
|
|
138017
|
+
"deprecationReason": null,
|
|
138018
|
+
"description": null,
|
|
138019
|
+
"isDeprecated": false,
|
|
138020
|
+
"name": "RESOLVED"
|
|
137999
138021
|
}
|
|
138000
138022
|
],
|
|
138001
138023
|
"fields": null,
|
|
@@ -146186,12 +146208,6 @@
|
|
|
146186
146208
|
{
|
|
146187
146209
|
"description": null,
|
|
146188
146210
|
"enumValues": [
|
|
146189
|
-
{
|
|
146190
|
-
"deprecationReason": null,
|
|
146191
|
-
"description": null,
|
|
146192
|
-
"isDeprecated": false,
|
|
146193
|
-
"name": "AI_FEATURES_OFF"
|
|
146194
|
-
},
|
|
146195
146211
|
{
|
|
146196
146212
|
"deprecationReason": null,
|
|
146197
146213
|
"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",
|
|
@@ -4867,10 +4865,11 @@ class Status(sgqlc.types.Enum):
|
|
|
4867
4865
|
|
|
4868
4866
|
* `NOTIFIED`None
|
|
4869
4867
|
* `PENDING`None
|
|
4868
|
+
* `RESOLVED`None
|
|
4870
4869
|
"""
|
|
4871
4870
|
|
|
4872
4871
|
__schema__ = schema
|
|
4873
|
-
__choices__ = ("NOTIFIED", "PENDING")
|
|
4872
|
+
__choices__ = ("NOTIFIED", "PENDING", "RESOLVED")
|
|
4874
4873
|
|
|
4875
4874
|
|
|
4876
4875
|
class StorageEncryptionType(sgqlc.types.Enum):
|
|
@@ -23448,6 +23447,7 @@ class JobExecutionHistoryLog(sgqlc.types.Type):
|
|
|
23448
23447
|
"comparison_data_source_type",
|
|
23449
23448
|
"table_monitor_warning",
|
|
23450
23449
|
"size_collection_table_mcon",
|
|
23450
|
+
"size_collection_enabled",
|
|
23451
23451
|
"total_invocations_count",
|
|
23452
23452
|
"total_result_count",
|
|
23453
23453
|
"total_execution_duration",
|
|
@@ -23495,6 +23495,11 @@ class JobExecutionHistoryLog(sgqlc.types.Type):
|
|
|
23495
23495
|
size_collection_table_mcon = sgqlc.types.Field(String, graphql_name="sizeCollectionTableMcon")
|
|
23496
23496
|
"""MCON of the table for size collection executions in table monitors"""
|
|
23497
23497
|
|
|
23498
|
+
size_collection_enabled = sgqlc.types.Field(
|
|
23499
|
+
sgqlc.types.non_null(Boolean), graphql_name="sizeCollectionEnabled"
|
|
23500
|
+
)
|
|
23501
|
+
"""True if size collection is enabled for the asset"""
|
|
23502
|
+
|
|
23498
23503
|
total_invocations_count = sgqlc.types.Field(Int, graphql_name="totalInvocationsCount")
|
|
23499
23504
|
"""Total number of invocations for the job execution. May be null if
|
|
23500
23505
|
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.229}/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.229}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.226 → pycarlo-0.10.229}/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
|