pycarlo 0.10.214__tar.gz → 0.10.215__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.214 → pycarlo-0.10.215}/PKG-INFO +1 -1
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/lib/schema.json +10 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/lib/schema.py +6 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.214 → pycarlo-0.10.215}/.circleci/README.md +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/.circleci/config.yml +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/.coveragerc +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/.gitignore +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/LICENSE +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/Makefile +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/README.md +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/pyproject.toml +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/requirements-ci.txt +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/requirements-dev.txt +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/requirements.txt +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/setup.cfg +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/setup.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/common/data.json +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/test_client.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/test_operations.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/tests/test_session.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/utils/env.sh +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/utils/generate.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/utils/sample.env +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/utils/sanity.py +0 -0
- {pycarlo-0.10.214 → pycarlo-0.10.215}/utils/vars.py +0 -0
|
@@ -172219,6 +172219,16 @@
|
|
|
172219
172219
|
}
|
|
172220
172220
|
}
|
|
172221
172221
|
},
|
|
172222
|
+
{
|
|
172223
|
+
"defaultValue": null,
|
|
172224
|
+
"description": "Integration type for direct routing (optional).",
|
|
172225
|
+
"name": "integrationType",
|
|
172226
|
+
"type": {
|
|
172227
|
+
"kind": "SCALAR",
|
|
172228
|
+
"name": "String",
|
|
172229
|
+
"ofType": null
|
|
172230
|
+
}
|
|
172231
|
+
},
|
|
172222
172232
|
{
|
|
172223
172233
|
"defaultValue": null,
|
|
172224
172234
|
"description": "Desired name.",
|
|
@@ -39167,6 +39167,10 @@ class Mutation(sgqlc.types.Type):
|
|
|
39167
39167
|
sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
|
|
39168
39168
|
),
|
|
39169
39169
|
),
|
|
39170
|
+
(
|
|
39171
|
+
"integration_type",
|
|
39172
|
+
sgqlc.types.Arg(String, graphql_name="integrationType", default=None),
|
|
39173
|
+
),
|
|
39170
39174
|
(
|
|
39171
39175
|
"name",
|
|
39172
39176
|
sgqlc.types.Arg(
|
|
@@ -39181,6 +39185,8 @@ class Mutation(sgqlc.types.Type):
|
|
|
39181
39185
|
Arguments:
|
|
39182
39186
|
|
|
39183
39187
|
* `integration_id` (`UUID!`): UUID of the integration to update.
|
|
39188
|
+
* `integration_type` (`String`): Integration type for direct
|
|
39189
|
+
routing (optional).
|
|
39184
39190
|
* `name` (`String!`): Desired name.
|
|
39185
39191
|
"""
|
|
39186
39192
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.214 → pycarlo-0.10.215}/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.214 → pycarlo-0.10.215}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.214 → pycarlo-0.10.215}/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
|