pycarlo 0.10.164__tar.gz → 0.10.165__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.164 → pycarlo-0.10.165}/PKG-INFO +1 -1
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/lib/schema.json +210 -111
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/lib/schema.py +60 -1
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.164 → pycarlo-0.10.165}/.circleci/README.md +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/.circleci/config.yml +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/.coveragerc +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/.gitignore +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/LICENSE +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/Makefile +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/README.md +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/pyproject.toml +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/requirements-ci.txt +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/requirements-dev.txt +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/requirements.txt +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/setup.cfg +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/setup.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/common/data.json +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/test_client.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/test_operations.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/tests/test_session.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/utils/env.sh +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/utils/generate.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/utils/sample.env +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/utils/sanity.py +0 -0
- {pycarlo-0.10.164 → pycarlo-0.10.165}/utils/vars.py +0 -0
|
@@ -17703,10 +17703,109 @@
|
|
|
17703
17703
|
}
|
|
17704
17704
|
}
|
|
17705
17705
|
],
|
|
17706
|
+
"deprecationReason": "Use evaluateAlertConditions instead",
|
|
17707
|
+
"description": "(experimental) DEPRECATED. Evaluates the provided metric monitor comparisons",
|
|
17708
|
+
"isDeprecated": true,
|
|
17709
|
+
"name": "evaluateComparisons",
|
|
17710
|
+
"type": {
|
|
17711
|
+
"kind": "OBJECT",
|
|
17712
|
+
"name": "ComparisonEvaluationResults",
|
|
17713
|
+
"ofType": null
|
|
17714
|
+
}
|
|
17715
|
+
},
|
|
17716
|
+
{
|
|
17717
|
+
"args": [
|
|
17718
|
+
{
|
|
17719
|
+
"defaultValue": null,
|
|
17720
|
+
"description": "Connection UUID",
|
|
17721
|
+
"name": "connectionId",
|
|
17722
|
+
"type": {
|
|
17723
|
+
"kind": "SCALAR",
|
|
17724
|
+
"name": "UUID",
|
|
17725
|
+
"ofType": null
|
|
17726
|
+
}
|
|
17727
|
+
},
|
|
17728
|
+
{
|
|
17729
|
+
"defaultValue": null,
|
|
17730
|
+
"description": "Warehouse UUID",
|
|
17731
|
+
"name": "dwId",
|
|
17732
|
+
"type": {
|
|
17733
|
+
"kind": "SCALAR",
|
|
17734
|
+
"name": "UUID",
|
|
17735
|
+
"ofType": null
|
|
17736
|
+
}
|
|
17737
|
+
},
|
|
17738
|
+
{
|
|
17739
|
+
"defaultValue": null,
|
|
17740
|
+
"description": "The data source",
|
|
17741
|
+
"name": "dataSource",
|
|
17742
|
+
"type": {
|
|
17743
|
+
"kind": "NON_NULL",
|
|
17744
|
+
"name": null,
|
|
17745
|
+
"ofType": {
|
|
17746
|
+
"kind": "INPUT_OBJECT",
|
|
17747
|
+
"name": "DataSourceUnionInput",
|
|
17748
|
+
"ofType": null
|
|
17749
|
+
}
|
|
17750
|
+
}
|
|
17751
|
+
},
|
|
17752
|
+
{
|
|
17753
|
+
"defaultValue": null,
|
|
17754
|
+
"description": "Metric monitor alert conditions",
|
|
17755
|
+
"name": "alertConditions",
|
|
17756
|
+
"type": {
|
|
17757
|
+
"kind": "NON_NULL",
|
|
17758
|
+
"name": null,
|
|
17759
|
+
"ofType": {
|
|
17760
|
+
"kind": "LIST",
|
|
17761
|
+
"name": null,
|
|
17762
|
+
"ofType": {
|
|
17763
|
+
"kind": "NON_NULL",
|
|
17764
|
+
"name": null,
|
|
17765
|
+
"ofType": {
|
|
17766
|
+
"kind": "INPUT_OBJECT",
|
|
17767
|
+
"name": "MetricAlertConditionInput",
|
|
17768
|
+
"ofType": null
|
|
17769
|
+
}
|
|
17770
|
+
}
|
|
17771
|
+
}
|
|
17772
|
+
}
|
|
17773
|
+
},
|
|
17774
|
+
{
|
|
17775
|
+
"defaultValue": "true",
|
|
17776
|
+
"description": "Whether to validate the custom and generated SQL by running it against the data warehouse",
|
|
17777
|
+
"name": "validateCustomSql",
|
|
17778
|
+
"type": {
|
|
17779
|
+
"kind": "SCALAR",
|
|
17780
|
+
"name": "Boolean",
|
|
17781
|
+
"ofType": null
|
|
17782
|
+
}
|
|
17783
|
+
},
|
|
17784
|
+
{
|
|
17785
|
+
"defaultValue": "false",
|
|
17786
|
+
"description": "Flag to apply additional limits which increase the supported segment count",
|
|
17787
|
+
"name": "highSegmentCount",
|
|
17788
|
+
"type": {
|
|
17789
|
+
"kind": "SCALAR",
|
|
17790
|
+
"name": "Boolean",
|
|
17791
|
+
"ofType": null
|
|
17792
|
+
}
|
|
17793
|
+
},
|
|
17794
|
+
{
|
|
17795
|
+
"defaultValue": null,
|
|
17796
|
+
"description": "The time aggregation for the monitor, if any. Determines the maximum number of segments.",
|
|
17797
|
+
"name": "aggregateBy",
|
|
17798
|
+
"type": {
|
|
17799
|
+
"kind": "SCALAR",
|
|
17800
|
+
"name": "String",
|
|
17801
|
+
"ofType": null
|
|
17802
|
+
}
|
|
17803
|
+
}
|
|
17804
|
+
],
|
|
17706
17805
|
"deprecationReason": null,
|
|
17707
|
-
"description": "(experimental) Evaluates the provided metric monitor
|
|
17806
|
+
"description": "(experimental) Evaluates the provided metric monitor alert conditions",
|
|
17708
17807
|
"isDeprecated": false,
|
|
17709
|
-
"name": "
|
|
17808
|
+
"name": "evaluateAlertConditions",
|
|
17710
17809
|
"type": {
|
|
17711
17810
|
"kind": "OBJECT",
|
|
17712
17811
|
"name": "ComparisonEvaluationResults",
|
|
@@ -123901,6 +124000,115 @@
|
|
|
123901
124000
|
"name": "CustomComparisonMetricInput",
|
|
123902
124001
|
"possibleTypes": null
|
|
123903
124002
|
},
|
|
124003
|
+
{
|
|
124004
|
+
"description": null,
|
|
124005
|
+
"enumValues": null,
|
|
124006
|
+
"fields": null,
|
|
124007
|
+
"inputFields": [
|
|
124008
|
+
{
|
|
124009
|
+
"defaultValue": null,
|
|
124010
|
+
"description": null,
|
|
124011
|
+
"name": "metric",
|
|
124012
|
+
"type": {
|
|
124013
|
+
"kind": "SCALAR",
|
|
124014
|
+
"name": "String",
|
|
124015
|
+
"ofType": null
|
|
124016
|
+
}
|
|
124017
|
+
},
|
|
124018
|
+
{
|
|
124019
|
+
"defaultValue": null,
|
|
124020
|
+
"description": null,
|
|
124021
|
+
"name": "customMetric",
|
|
124022
|
+
"type": {
|
|
124023
|
+
"kind": "INPUT_OBJECT",
|
|
124024
|
+
"name": "CustomMetricInput",
|
|
124025
|
+
"ofType": null
|
|
124026
|
+
}
|
|
124027
|
+
},
|
|
124028
|
+
{
|
|
124029
|
+
"defaultValue": null,
|
|
124030
|
+
"description": null,
|
|
124031
|
+
"name": "fields",
|
|
124032
|
+
"type": {
|
|
124033
|
+
"kind": "LIST",
|
|
124034
|
+
"name": null,
|
|
124035
|
+
"ofType": {
|
|
124036
|
+
"kind": "NON_NULL",
|
|
124037
|
+
"name": null,
|
|
124038
|
+
"ofType": {
|
|
124039
|
+
"kind": "SCALAR",
|
|
124040
|
+
"name": "String",
|
|
124041
|
+
"ofType": null
|
|
124042
|
+
}
|
|
124043
|
+
}
|
|
124044
|
+
}
|
|
124045
|
+
},
|
|
124046
|
+
{
|
|
124047
|
+
"defaultValue": "\"threshold\"",
|
|
124048
|
+
"description": null,
|
|
124049
|
+
"name": "type",
|
|
124050
|
+
"type": {
|
|
124051
|
+
"kind": "SCALAR",
|
|
124052
|
+
"name": "String",
|
|
124053
|
+
"ofType": null
|
|
124054
|
+
}
|
|
124055
|
+
},
|
|
124056
|
+
{
|
|
124057
|
+
"defaultValue": null,
|
|
124058
|
+
"description": null,
|
|
124059
|
+
"name": "operator",
|
|
124060
|
+
"type": {
|
|
124061
|
+
"kind": "SCALAR",
|
|
124062
|
+
"name": "String",
|
|
124063
|
+
"ofType": null
|
|
124064
|
+
}
|
|
124065
|
+
},
|
|
124066
|
+
{
|
|
124067
|
+
"defaultValue": null,
|
|
124068
|
+
"description": null,
|
|
124069
|
+
"name": "thresholdValue",
|
|
124070
|
+
"type": {
|
|
124071
|
+
"kind": "SCALAR",
|
|
124072
|
+
"name": "Float",
|
|
124073
|
+
"ofType": null
|
|
124074
|
+
}
|
|
124075
|
+
},
|
|
124076
|
+
{
|
|
124077
|
+
"defaultValue": null,
|
|
124078
|
+
"description": null,
|
|
124079
|
+
"name": "lowerThreshold",
|
|
124080
|
+
"type": {
|
|
124081
|
+
"kind": "SCALAR",
|
|
124082
|
+
"name": "Float",
|
|
124083
|
+
"ofType": null
|
|
124084
|
+
}
|
|
124085
|
+
},
|
|
124086
|
+
{
|
|
124087
|
+
"defaultValue": null,
|
|
124088
|
+
"description": null,
|
|
124089
|
+
"name": "upperThreshold",
|
|
124090
|
+
"type": {
|
|
124091
|
+
"kind": "SCALAR",
|
|
124092
|
+
"name": "Float",
|
|
124093
|
+
"ofType": null
|
|
124094
|
+
}
|
|
124095
|
+
},
|
|
124096
|
+
{
|
|
124097
|
+
"defaultValue": null,
|
|
124098
|
+
"description": null,
|
|
124099
|
+
"name": "id",
|
|
124100
|
+
"type": {
|
|
124101
|
+
"kind": "SCALAR",
|
|
124102
|
+
"name": "String",
|
|
124103
|
+
"ofType": null
|
|
124104
|
+
}
|
|
124105
|
+
}
|
|
124106
|
+
],
|
|
124107
|
+
"interfaces": null,
|
|
124108
|
+
"kind": "INPUT_OBJECT",
|
|
124109
|
+
"name": "MetricAlertConditionInput",
|
|
124110
|
+
"possibleTypes": null
|
|
124111
|
+
},
|
|
123904
124112
|
{
|
|
123905
124113
|
"description": "Describes a page of DeltaLog results",
|
|
123906
124114
|
"enumValues": null,
|
|
@@ -185713,115 +185921,6 @@
|
|
|
185713
185921
|
"name": "AggregateInput",
|
|
185714
185922
|
"possibleTypes": null
|
|
185715
185923
|
},
|
|
185716
|
-
{
|
|
185717
|
-
"description": null,
|
|
185718
|
-
"enumValues": null,
|
|
185719
|
-
"fields": null,
|
|
185720
|
-
"inputFields": [
|
|
185721
|
-
{
|
|
185722
|
-
"defaultValue": null,
|
|
185723
|
-
"description": null,
|
|
185724
|
-
"name": "metric",
|
|
185725
|
-
"type": {
|
|
185726
|
-
"kind": "SCALAR",
|
|
185727
|
-
"name": "String",
|
|
185728
|
-
"ofType": null
|
|
185729
|
-
}
|
|
185730
|
-
},
|
|
185731
|
-
{
|
|
185732
|
-
"defaultValue": null,
|
|
185733
|
-
"description": null,
|
|
185734
|
-
"name": "customMetric",
|
|
185735
|
-
"type": {
|
|
185736
|
-
"kind": "INPUT_OBJECT",
|
|
185737
|
-
"name": "CustomMetricInput",
|
|
185738
|
-
"ofType": null
|
|
185739
|
-
}
|
|
185740
|
-
},
|
|
185741
|
-
{
|
|
185742
|
-
"defaultValue": null,
|
|
185743
|
-
"description": null,
|
|
185744
|
-
"name": "fields",
|
|
185745
|
-
"type": {
|
|
185746
|
-
"kind": "LIST",
|
|
185747
|
-
"name": null,
|
|
185748
|
-
"ofType": {
|
|
185749
|
-
"kind": "NON_NULL",
|
|
185750
|
-
"name": null,
|
|
185751
|
-
"ofType": {
|
|
185752
|
-
"kind": "SCALAR",
|
|
185753
|
-
"name": "String",
|
|
185754
|
-
"ofType": null
|
|
185755
|
-
}
|
|
185756
|
-
}
|
|
185757
|
-
}
|
|
185758
|
-
},
|
|
185759
|
-
{
|
|
185760
|
-
"defaultValue": "\"threshold\"",
|
|
185761
|
-
"description": null,
|
|
185762
|
-
"name": "type",
|
|
185763
|
-
"type": {
|
|
185764
|
-
"kind": "SCALAR",
|
|
185765
|
-
"name": "String",
|
|
185766
|
-
"ofType": null
|
|
185767
|
-
}
|
|
185768
|
-
},
|
|
185769
|
-
{
|
|
185770
|
-
"defaultValue": null,
|
|
185771
|
-
"description": null,
|
|
185772
|
-
"name": "operator",
|
|
185773
|
-
"type": {
|
|
185774
|
-
"kind": "SCALAR",
|
|
185775
|
-
"name": "String",
|
|
185776
|
-
"ofType": null
|
|
185777
|
-
}
|
|
185778
|
-
},
|
|
185779
|
-
{
|
|
185780
|
-
"defaultValue": null,
|
|
185781
|
-
"description": null,
|
|
185782
|
-
"name": "thresholdValue",
|
|
185783
|
-
"type": {
|
|
185784
|
-
"kind": "SCALAR",
|
|
185785
|
-
"name": "Float",
|
|
185786
|
-
"ofType": null
|
|
185787
|
-
}
|
|
185788
|
-
},
|
|
185789
|
-
{
|
|
185790
|
-
"defaultValue": null,
|
|
185791
|
-
"description": null,
|
|
185792
|
-
"name": "lowerThreshold",
|
|
185793
|
-
"type": {
|
|
185794
|
-
"kind": "SCALAR",
|
|
185795
|
-
"name": "Float",
|
|
185796
|
-
"ofType": null
|
|
185797
|
-
}
|
|
185798
|
-
},
|
|
185799
|
-
{
|
|
185800
|
-
"defaultValue": null,
|
|
185801
|
-
"description": null,
|
|
185802
|
-
"name": "upperThreshold",
|
|
185803
|
-
"type": {
|
|
185804
|
-
"kind": "SCALAR",
|
|
185805
|
-
"name": "Float",
|
|
185806
|
-
"ofType": null
|
|
185807
|
-
}
|
|
185808
|
-
},
|
|
185809
|
-
{
|
|
185810
|
-
"defaultValue": null,
|
|
185811
|
-
"description": null,
|
|
185812
|
-
"name": "id",
|
|
185813
|
-
"type": {
|
|
185814
|
-
"kind": "SCALAR",
|
|
185815
|
-
"name": "String",
|
|
185816
|
-
"ofType": null
|
|
185817
|
-
}
|
|
185818
|
-
}
|
|
185819
|
-
],
|
|
185820
|
-
"interfaces": null,
|
|
185821
|
-
"kind": "INPUT_OBJECT",
|
|
185822
|
-
"name": "MetricAlertConditionInput",
|
|
185823
|
-
"possibleTypes": null
|
|
185824
|
-
},
|
|
185825
185924
|
{
|
|
185826
185925
|
"description": null,
|
|
185827
185926
|
"enumValues": null,
|
|
@@ -43864,6 +43864,7 @@ class Query(sgqlc.types.Type):
|
|
|
43864
43864
|
"run_segment_count_query",
|
|
43865
43865
|
"evaluate_comparison_monitor_alert_conditions",
|
|
43866
43866
|
"evaluate_comparisons",
|
|
43867
|
+
"evaluate_alert_conditions",
|
|
43867
43868
|
"get_delta_logs",
|
|
43868
43869
|
"get_job_schedules",
|
|
43869
43870
|
"get_collector_job_limits",
|
|
@@ -53918,7 +53919,8 @@ class Query(sgqlc.types.Type):
|
|
|
53918
53919
|
)
|
|
53919
53920
|
),
|
|
53920
53921
|
)
|
|
53921
|
-
"""(experimental) Evaluates the provided metric monitor
|
|
53922
|
+
"""(experimental) DEPRECATED. Evaluates the provided metric monitor
|
|
53923
|
+
comparisons
|
|
53922
53924
|
|
|
53923
53925
|
Arguments:
|
|
53924
53926
|
|
|
@@ -53937,6 +53939,63 @@ class Query(sgqlc.types.Type):
|
|
|
53937
53939
|
if any. Determines the maximum number of segments.
|
|
53938
53940
|
"""
|
|
53939
53941
|
|
|
53942
|
+
evaluate_alert_conditions = sgqlc.types.Field(
|
|
53943
|
+
ComparisonEvaluationResults,
|
|
53944
|
+
graphql_name="evaluateAlertConditions",
|
|
53945
|
+
args=sgqlc.types.ArgDict(
|
|
53946
|
+
(
|
|
53947
|
+
("connection_id", sgqlc.types.Arg(UUID, graphql_name="connectionId", default=None)),
|
|
53948
|
+
("dw_id", sgqlc.types.Arg(UUID, graphql_name="dwId", default=None)),
|
|
53949
|
+
(
|
|
53950
|
+
"data_source",
|
|
53951
|
+
sgqlc.types.Arg(
|
|
53952
|
+
sgqlc.types.non_null(DataSourceUnionInput),
|
|
53953
|
+
graphql_name="dataSource",
|
|
53954
|
+
default=None,
|
|
53955
|
+
),
|
|
53956
|
+
),
|
|
53957
|
+
(
|
|
53958
|
+
"alert_conditions",
|
|
53959
|
+
sgqlc.types.Arg(
|
|
53960
|
+
sgqlc.types.non_null(
|
|
53961
|
+
sgqlc.types.list_of(sgqlc.types.non_null(MetricAlertConditionInput))
|
|
53962
|
+
),
|
|
53963
|
+
graphql_name="alertConditions",
|
|
53964
|
+
default=None,
|
|
53965
|
+
),
|
|
53966
|
+
),
|
|
53967
|
+
(
|
|
53968
|
+
"validate_custom_sql",
|
|
53969
|
+
sgqlc.types.Arg(Boolean, graphql_name="validateCustomSql", default=True),
|
|
53970
|
+
),
|
|
53971
|
+
(
|
|
53972
|
+
"high_segment_count",
|
|
53973
|
+
sgqlc.types.Arg(Boolean, graphql_name="highSegmentCount", default=False),
|
|
53974
|
+
),
|
|
53975
|
+
("aggregate_by", sgqlc.types.Arg(String, graphql_name="aggregateBy", default=None)),
|
|
53976
|
+
)
|
|
53977
|
+
),
|
|
53978
|
+
)
|
|
53979
|
+
"""(experimental) Evaluates the provided metric monitor alert
|
|
53980
|
+
conditions
|
|
53981
|
+
|
|
53982
|
+
Arguments:
|
|
53983
|
+
|
|
53984
|
+
* `connection_id` (`UUID`): Connection UUID
|
|
53985
|
+
* `dw_id` (`UUID`): Warehouse UUID
|
|
53986
|
+
* `data_source` (`DataSourceUnionInput!`): The data source
|
|
53987
|
+
* `alert_conditions` (`[MetricAlertConditionInput!]!`): Metric
|
|
53988
|
+
monitor alert conditions
|
|
53989
|
+
* `validate_custom_sql` (`Boolean`): Whether to validate the
|
|
53990
|
+
custom and generated SQL by running it against the data
|
|
53991
|
+
warehouse (default: `true`)
|
|
53992
|
+
* `high_segment_count` (`Boolean`): Flag to apply additional
|
|
53993
|
+
limits which increase the supported segment count (default:
|
|
53994
|
+
`false`)
|
|
53995
|
+
* `aggregate_by` (`String`): The time aggregation for the monitor,
|
|
53996
|
+
if any. Determines the maximum number of segments.
|
|
53997
|
+
"""
|
|
53998
|
+
|
|
53940
53999
|
get_delta_logs = sgqlc.types.Field(
|
|
53941
54000
|
DeltaLogConnection,
|
|
53942
54001
|
graphql_name="getDeltaLogs",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.164 → pycarlo-0.10.165}/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.164 → pycarlo-0.10.165}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.164 → pycarlo-0.10.165}/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
|