pycarlo 0.10.180__tar.gz → 0.10.181__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.180 → pycarlo-0.10.181}/PKG-INFO +1 -1
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/lib/schema.json +64 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/lib/schema.py +42 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.180 → pycarlo-0.10.181}/.circleci/README.md +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/.circleci/config.yml +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/.coveragerc +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/.gitignore +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/LICENSE +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/Makefile +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/README.md +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/pyproject.toml +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/requirements-ci.txt +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/requirements-dev.txt +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/requirements.txt +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/setup.cfg +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/setup.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/common/data.json +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/test_client.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/test_operations.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/tests/test_session.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/utils/env.sh +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/utils/generate.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/utils/sample.env +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/utils/sanity.py +0 -0
- {pycarlo-0.10.180 → pycarlo-0.10.181}/utils/vars.py +0 -0
|
@@ -150427,6 +150427,47 @@
|
|
|
150427
150427
|
"ofType": null
|
|
150428
150428
|
}
|
|
150429
150429
|
},
|
|
150430
|
+
{
|
|
150431
|
+
"args": [
|
|
150432
|
+
{
|
|
150433
|
+
"defaultValue": null,
|
|
150434
|
+
"description": "Platform Service UUID. To disambiguate accounts with multiple services",
|
|
150435
|
+
"name": "serviceUuid",
|
|
150436
|
+
"type": {
|
|
150437
|
+
"kind": "NON_NULL",
|
|
150438
|
+
"name": null,
|
|
150439
|
+
"ofType": {
|
|
150440
|
+
"kind": "SCALAR",
|
|
150441
|
+
"name": "UUID",
|
|
150442
|
+
"ofType": null
|
|
150443
|
+
}
|
|
150444
|
+
}
|
|
150445
|
+
},
|
|
150446
|
+
{
|
|
150447
|
+
"defaultValue": null,
|
|
150448
|
+
"description": "Template version to upgrade to",
|
|
150449
|
+
"name": "templateVersion",
|
|
150450
|
+
"type": {
|
|
150451
|
+
"kind": "NON_NULL",
|
|
150452
|
+
"name": null,
|
|
150453
|
+
"ofType": {
|
|
150454
|
+
"kind": "SCALAR",
|
|
150455
|
+
"name": "Int",
|
|
150456
|
+
"ofType": null
|
|
150457
|
+
}
|
|
150458
|
+
}
|
|
150459
|
+
}
|
|
150460
|
+
],
|
|
150461
|
+
"deprecationReason": null,
|
|
150462
|
+
"description": "(experimental) Updates the collection storage template version associated to a DC.",
|
|
150463
|
+
"isDeprecated": false,
|
|
150464
|
+
"name": "caasUpdateCollectionStorageVersion",
|
|
150465
|
+
"type": {
|
|
150466
|
+
"kind": "OBJECT",
|
|
150467
|
+
"name": "CaasUpdateCollectionStorageVersion",
|
|
150468
|
+
"ofType": null
|
|
150469
|
+
}
|
|
150470
|
+
},
|
|
150430
150471
|
{
|
|
150431
150472
|
"args": [
|
|
150432
150473
|
{
|
|
@@ -175932,6 +175973,29 @@
|
|
|
175932
175973
|
"name": "CaasUpdateCollectionStorageParameters",
|
|
175933
175974
|
"possibleTypes": null
|
|
175934
175975
|
},
|
|
175976
|
+
{
|
|
175977
|
+
"description": "Updates the collection storage template version associated to the specified DC.",
|
|
175978
|
+
"enumValues": null,
|
|
175979
|
+
"fields": [
|
|
175980
|
+
{
|
|
175981
|
+
"args": [],
|
|
175982
|
+
"deprecationReason": null,
|
|
175983
|
+
"description": "Boolean indicating if the operation was successful",
|
|
175984
|
+
"isDeprecated": false,
|
|
175985
|
+
"name": "ok",
|
|
175986
|
+
"type": {
|
|
175987
|
+
"kind": "SCALAR",
|
|
175988
|
+
"name": "Boolean",
|
|
175989
|
+
"ofType": null
|
|
175990
|
+
}
|
|
175991
|
+
}
|
|
175992
|
+
],
|
|
175993
|
+
"inputFields": null,
|
|
175994
|
+
"interfaces": [],
|
|
175995
|
+
"kind": "OBJECT",
|
|
175996
|
+
"name": "CaasUpdateCollectionStorageVersion",
|
|
175997
|
+
"possibleTypes": null
|
|
175998
|
+
},
|
|
175935
175999
|
{
|
|
175936
176000
|
"description": "Updates the collection node associated to the specified DC to the specified version.If no version is provided, the node is upgraded to latest version.",
|
|
175937
176001
|
"enumValues": null,
|
|
@@ -14822,6 +14822,17 @@ class CaasUpdateCollectionStorageParameters(sgqlc.types.Type):
|
|
|
14822
14822
|
"""Boolean indicating if the operation was successful"""
|
|
14823
14823
|
|
|
14824
14824
|
|
|
14825
|
+
class CaasUpdateCollectionStorageVersion(sgqlc.types.Type):
|
|
14826
|
+
"""Updates the collection storage template version associated to the
|
|
14827
|
+
specified DC.
|
|
14828
|
+
"""
|
|
14829
|
+
|
|
14830
|
+
__schema__ = schema
|
|
14831
|
+
__field_names__ = ("ok",)
|
|
14832
|
+
ok = sgqlc.types.Field(Boolean, graphql_name="ok")
|
|
14833
|
+
"""Boolean indicating if the operation was successful"""
|
|
14834
|
+
|
|
14835
|
+
|
|
14825
14836
|
class CatalogMapping(sgqlc.types.Type):
|
|
14826
14837
|
__schema__ = schema
|
|
14827
14838
|
__field_names__ = ("from_name", "to_name")
|
|
@@ -25274,6 +25285,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
25274
25285
|
"caas_update_collection_node_parameters",
|
|
25275
25286
|
"caas_update_collection_node_env",
|
|
25276
25287
|
"caas_update_collection_storage_parameters",
|
|
25288
|
+
"caas_update_collection_storage_version",
|
|
25277
25289
|
"caas_update_collection_node_version",
|
|
25278
25290
|
"trigger_platform_migration",
|
|
25279
25291
|
"trigger_platform_migration_test",
|
|
@@ -26749,6 +26761,36 @@ class Mutation(sgqlc.types.Type):
|
|
|
26749
26761
|
containing the values to update
|
|
26750
26762
|
"""
|
|
26751
26763
|
|
|
26764
|
+
caas_update_collection_storage_version = sgqlc.types.Field(
|
|
26765
|
+
CaasUpdateCollectionStorageVersion,
|
|
26766
|
+
graphql_name="caasUpdateCollectionStorageVersion",
|
|
26767
|
+
args=sgqlc.types.ArgDict(
|
|
26768
|
+
(
|
|
26769
|
+
(
|
|
26770
|
+
"service_uuid",
|
|
26771
|
+
sgqlc.types.Arg(
|
|
26772
|
+
sgqlc.types.non_null(UUID), graphql_name="serviceUuid", default=None
|
|
26773
|
+
),
|
|
26774
|
+
),
|
|
26775
|
+
(
|
|
26776
|
+
"template_version",
|
|
26777
|
+
sgqlc.types.Arg(
|
|
26778
|
+
sgqlc.types.non_null(Int), graphql_name="templateVersion", default=None
|
|
26779
|
+
),
|
|
26780
|
+
),
|
|
26781
|
+
)
|
|
26782
|
+
),
|
|
26783
|
+
)
|
|
26784
|
+
"""(experimental) Updates the collection storage template version
|
|
26785
|
+
associated to a DC.
|
|
26786
|
+
|
|
26787
|
+
Arguments:
|
|
26788
|
+
|
|
26789
|
+
* `service_uuid` (`UUID!`): Platform Service UUID. To disambiguate
|
|
26790
|
+
accounts with multiple services
|
|
26791
|
+
* `template_version` (`Int!`): Template version to upgrade to
|
|
26792
|
+
"""
|
|
26793
|
+
|
|
26752
26794
|
caas_update_collection_node_version = sgqlc.types.Field(
|
|
26753
26795
|
CaasUpdateCollectionNodeVersion,
|
|
26754
26796
|
graphql_name="caasUpdateCollectionNodeVersion",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.180 → pycarlo-0.10.181}/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.180 → pycarlo-0.10.181}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.180 → pycarlo-0.10.181}/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
|