pycarlo 0.10.112__tar.gz → 0.10.113__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.112 → pycarlo-0.10.113}/PKG-INFO +1 -1
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/lib/schema.json +36 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/lib/schema.py +12 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.112 → pycarlo-0.10.113}/.circleci/README.md +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/.circleci/config.yml +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/.coveragerc +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/.gitignore +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/LICENSE +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/Makefile +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/README.md +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/pyproject.toml +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/requirements-ci.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/requirements-dev.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/requirements.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/setup.cfg +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/setup.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/common/data.json +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/test_client.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/test_operations.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/tests/test_session.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/utils/env.sh +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/utils/generate.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/utils/sample.env +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/utils/sanity.py +0 -0
- {pycarlo-0.10.112 → pycarlo-0.10.113}/utils/vars.py +0 -0
|
@@ -114030,6 +114030,18 @@
|
|
|
114030
114030
|
"name": "Boolean",
|
|
114031
114031
|
"ofType": null
|
|
114032
114032
|
}
|
|
114033
|
+
},
|
|
114034
|
+
{
|
|
114035
|
+
"args": [],
|
|
114036
|
+
"deprecationReason": "Replaced by failure audiences",
|
|
114037
|
+
"description": "DEPRECATED: Replaced by failure audiences",
|
|
114038
|
+
"isDeprecated": true,
|
|
114039
|
+
"name": "notifyRuleRunFailure",
|
|
114040
|
+
"type": {
|
|
114041
|
+
"kind": "SCALAR",
|
|
114042
|
+
"name": "Boolean",
|
|
114043
|
+
"ofType": null
|
|
114044
|
+
}
|
|
114033
114045
|
}
|
|
114034
114046
|
],
|
|
114035
114047
|
"inputFields": null,
|
|
@@ -115242,6 +115254,18 @@
|
|
|
115242
115254
|
"name": "SensitivityLevels",
|
|
115243
115255
|
"ofType": null
|
|
115244
115256
|
}
|
|
115257
|
+
},
|
|
115258
|
+
{
|
|
115259
|
+
"args": [],
|
|
115260
|
+
"deprecationReason": "Replaced by failure audiences",
|
|
115261
|
+
"description": "DEPRECATED: Replaced by failure audiences",
|
|
115262
|
+
"isDeprecated": true,
|
|
115263
|
+
"name": "notifyRuleRunFailure",
|
|
115264
|
+
"type": {
|
|
115265
|
+
"kind": "SCALAR",
|
|
115266
|
+
"name": "Boolean",
|
|
115267
|
+
"ofType": null
|
|
115268
|
+
}
|
|
115245
115269
|
}
|
|
115246
115270
|
],
|
|
115247
115271
|
"inputFields": null,
|
|
@@ -117263,6 +117287,18 @@
|
|
|
117263
117287
|
"ofType": null
|
|
117264
117288
|
}
|
|
117265
117289
|
},
|
|
117290
|
+
{
|
|
117291
|
+
"args": [],
|
|
117292
|
+
"deprecationReason": "Replaced by failure audiences",
|
|
117293
|
+
"description": "DEPRECATED: Replaced by failure audiences",
|
|
117294
|
+
"isDeprecated": true,
|
|
117295
|
+
"name": "notifyRuleRunFailure",
|
|
117296
|
+
"type": {
|
|
117297
|
+
"kind": "SCALAR",
|
|
117298
|
+
"name": "Boolean",
|
|
117299
|
+
"ofType": null
|
|
117300
|
+
}
|
|
117301
|
+
},
|
|
117266
117302
|
{
|
|
117267
117303
|
"args": [],
|
|
117268
117304
|
"deprecationReason": null,
|
|
@@ -69510,6 +69510,7 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
69510
69510
|
"mc_sql",
|
|
69511
69511
|
"tags",
|
|
69512
69512
|
"data_quality_dimension",
|
|
69513
|
+
"notify_rule_run_failure",
|
|
69513
69514
|
"variables",
|
|
69514
69515
|
"variable_definitions",
|
|
69515
69516
|
)
|
|
@@ -69793,6 +69794,9 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
69793
69794
|
data_quality_dimension = sgqlc.types.Field(String, graphql_name="dataQualityDimension")
|
|
69794
69795
|
"""Data Quality Dimension of the monitor."""
|
|
69795
69796
|
|
|
69797
|
+
notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
|
|
69798
|
+
"""DEPRECATED: Replaced by failure audiences"""
|
|
69799
|
+
|
|
69796
69800
|
variables = sgqlc.types.Field(JSONString, graphql_name="variables")
|
|
69797
69801
|
"""Variables for the query"""
|
|
69798
69802
|
|
|
@@ -72856,6 +72860,7 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
72856
72860
|
"agg_select_expression",
|
|
72857
72861
|
"bootstrap",
|
|
72858
72862
|
"sensitivity",
|
|
72863
|
+
"notify_rule_run_failure",
|
|
72859
72864
|
)
|
|
72860
72865
|
uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
|
|
72861
72866
|
|
|
@@ -73064,6 +73069,9 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
73064
73069
|
sensitivity = sgqlc.types.Field(SensitivityLevels, graphql_name="sensitivity")
|
|
73065
73070
|
"""Sensitivity for automated thresholds"""
|
|
73066
73071
|
|
|
73072
|
+
notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
|
|
73073
|
+
"""DEPRECATED: Replaced by failure audiences"""
|
|
73074
|
+
|
|
73067
73075
|
|
|
73068
73076
|
class Monitor(
|
|
73069
73077
|
sgqlc.types.Type,
|
|
@@ -75331,6 +75339,7 @@ class UserDefinedMonitorV2(sgqlc.types.Type, Node):
|
|
|
75331
75339
|
"entity_mcons",
|
|
75332
75340
|
"has_custom_rule_name",
|
|
75333
75341
|
"is_transitioning_data_provider",
|
|
75342
|
+
"notify_rule_run_failure",
|
|
75334
75343
|
)
|
|
75335
75344
|
uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
|
|
75336
75345
|
|
|
@@ -75521,6 +75530,9 @@ class UserDefinedMonitorV2(sgqlc.types.Type, Node):
|
|
|
75521
75530
|
Boolean, graphql_name="isTransitioningDataProvider"
|
|
75522
75531
|
)
|
|
75523
75532
|
|
|
75533
|
+
notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
|
|
75534
|
+
"""DEPRECATED: Replaced by failure audiences"""
|
|
75535
|
+
|
|
75524
75536
|
|
|
75525
75537
|
class UserInvite(sgqlc.types.Type, Node):
|
|
75526
75538
|
__schema__ = schema
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.112 → pycarlo-0.10.113}/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.112 → pycarlo-0.10.113}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.112 → pycarlo-0.10.113}/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
|