pycarlo 0.10.133__tar.gz → 0.10.135__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.133 → pycarlo-0.10.135}/PKG-INFO +1 -1
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/lib/schema.json +164 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/lib/schema.py +56 -1
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.133 → pycarlo-0.10.135}/.circleci/README.md +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/.circleci/config.yml +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/.coveragerc +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/.gitignore +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/LICENSE +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/Makefile +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/README.md +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/pyproject.toml +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/requirements-ci.txt +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/requirements-dev.txt +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/requirements.txt +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/setup.cfg +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/setup.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/common/data.json +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/test_client.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/test_operations.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/tests/test_session.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/utils/env.sh +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/utils/generate.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/utils/sample.env +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/utils/sanity.py +0 -0
- {pycarlo-0.10.133 → pycarlo-0.10.135}/utils/vars.py +0 -0
|
@@ -44003,6 +44003,18 @@
|
|
|
44003
44003
|
"ofType": null
|
|
44004
44004
|
}
|
|
44005
44005
|
},
|
|
44006
|
+
{
|
|
44007
|
+
"args": [],
|
|
44008
|
+
"deprecationReason": null,
|
|
44009
|
+
"description": "Timeout for the SQL query",
|
|
44010
|
+
"isDeprecated": false,
|
|
44011
|
+
"name": "timeout",
|
|
44012
|
+
"type": {
|
|
44013
|
+
"kind": "SCALAR",
|
|
44014
|
+
"name": "Int",
|
|
44015
|
+
"ofType": null
|
|
44016
|
+
}
|
|
44017
|
+
},
|
|
44006
44018
|
{
|
|
44007
44019
|
"args": [],
|
|
44008
44020
|
"deprecationReason": null,
|
|
@@ -45339,6 +45351,18 @@
|
|
|
45339
45351
|
"name": "Boolean",
|
|
45340
45352
|
"ofType": null
|
|
45341
45353
|
}
|
|
45354
|
+
},
|
|
45355
|
+
{
|
|
45356
|
+
"args": [],
|
|
45357
|
+
"deprecationReason": null,
|
|
45358
|
+
"description": "Timeout for the SQL query",
|
|
45359
|
+
"isDeprecated": false,
|
|
45360
|
+
"name": "timeout",
|
|
45361
|
+
"type": {
|
|
45362
|
+
"kind": "SCALAR",
|
|
45363
|
+
"name": "Int",
|
|
45364
|
+
"ofType": null
|
|
45365
|
+
}
|
|
45342
45366
|
}
|
|
45343
45367
|
],
|
|
45344
45368
|
"inputFields": null,
|
|
@@ -56891,6 +56915,18 @@
|
|
|
56891
56915
|
"name": "String",
|
|
56892
56916
|
"ofType": null
|
|
56893
56917
|
}
|
|
56918
|
+
},
|
|
56919
|
+
{
|
|
56920
|
+
"args": [],
|
|
56921
|
+
"deprecationReason": null,
|
|
56922
|
+
"description": "The maximum timeout for SQL jobs that can be set for this connection",
|
|
56923
|
+
"isDeprecated": false,
|
|
56924
|
+
"name": "sqlJobTimeoutMaximum",
|
|
56925
|
+
"type": {
|
|
56926
|
+
"kind": "SCALAR",
|
|
56927
|
+
"name": "Int",
|
|
56928
|
+
"ofType": null
|
|
56929
|
+
}
|
|
56894
56930
|
}
|
|
56895
56931
|
],
|
|
56896
56932
|
"inputFields": null,
|
|
@@ -83071,6 +83107,18 @@
|
|
|
83071
83107
|
"ofType": null
|
|
83072
83108
|
}
|
|
83073
83109
|
},
|
|
83110
|
+
{
|
|
83111
|
+
"args": [],
|
|
83112
|
+
"deprecationReason": null,
|
|
83113
|
+
"description": "Timeout for the SQL query.",
|
|
83114
|
+
"isDeprecated": false,
|
|
83115
|
+
"name": "timeout",
|
|
83116
|
+
"type": {
|
|
83117
|
+
"kind": "SCALAR",
|
|
83118
|
+
"name": "Int",
|
|
83119
|
+
"ofType": null
|
|
83120
|
+
}
|
|
83121
|
+
},
|
|
83074
83122
|
{
|
|
83075
83123
|
"args": [],
|
|
83076
83124
|
"deprecationReason": null,
|
|
@@ -115856,6 +115904,30 @@
|
|
|
115856
115904
|
"name": "FilterGroup",
|
|
115857
115905
|
"ofType": null
|
|
115858
115906
|
}
|
|
115907
|
+
},
|
|
115908
|
+
{
|
|
115909
|
+
"args": [],
|
|
115910
|
+
"deprecationReason": null,
|
|
115911
|
+
"description": "The connection UUID associated with the monitor",
|
|
115912
|
+
"isDeprecated": false,
|
|
115913
|
+
"name": "connectionId",
|
|
115914
|
+
"type": {
|
|
115915
|
+
"kind": "SCALAR",
|
|
115916
|
+
"name": "UUID",
|
|
115917
|
+
"ofType": null
|
|
115918
|
+
}
|
|
115919
|
+
},
|
|
115920
|
+
{
|
|
115921
|
+
"args": [],
|
|
115922
|
+
"deprecationReason": null,
|
|
115923
|
+
"description": "Timeout for the SQL query",
|
|
115924
|
+
"isDeprecated": false,
|
|
115925
|
+
"name": "timeout",
|
|
115926
|
+
"type": {
|
|
115927
|
+
"kind": "SCALAR",
|
|
115928
|
+
"name": "Int",
|
|
115929
|
+
"ofType": null
|
|
115930
|
+
}
|
|
115859
115931
|
}
|
|
115860
115932
|
],
|
|
115861
115933
|
"inputFields": null,
|
|
@@ -117843,6 +117915,18 @@
|
|
|
117843
117915
|
"ofType": null
|
|
117844
117916
|
}
|
|
117845
117917
|
},
|
|
117918
|
+
{
|
|
117919
|
+
"args": [],
|
|
117920
|
+
"deprecationReason": null,
|
|
117921
|
+
"description": "Timeout for the SQL query",
|
|
117922
|
+
"isDeprecated": false,
|
|
117923
|
+
"name": "timeout",
|
|
117924
|
+
"type": {
|
|
117925
|
+
"kind": "SCALAR",
|
|
117926
|
+
"name": "Int",
|
|
117927
|
+
"ofType": null
|
|
117928
|
+
}
|
|
117929
|
+
},
|
|
117846
117930
|
{
|
|
117847
117931
|
"args": [],
|
|
117848
117932
|
"deprecationReason": null,
|
|
@@ -121642,6 +121726,16 @@
|
|
|
121642
121726
|
"name": "UUID",
|
|
121643
121727
|
"ofType": null
|
|
121644
121728
|
}
|
|
121729
|
+
},
|
|
121730
|
+
{
|
|
121731
|
+
"defaultValue": null,
|
|
121732
|
+
"description": "Timeout for the SQL query.",
|
|
121733
|
+
"name": "timeout",
|
|
121734
|
+
"type": {
|
|
121735
|
+
"kind": "SCALAR",
|
|
121736
|
+
"name": "Int",
|
|
121737
|
+
"ofType": null
|
|
121738
|
+
}
|
|
121645
121739
|
}
|
|
121646
121740
|
],
|
|
121647
121741
|
"interfaces": null,
|
|
@@ -147423,6 +147517,16 @@
|
|
|
147423
147517
|
}
|
|
147424
147518
|
}
|
|
147425
147519
|
},
|
|
147520
|
+
{
|
|
147521
|
+
"defaultValue": null,
|
|
147522
|
+
"description": "Timeout for the SQL query",
|
|
147523
|
+
"name": "timeout",
|
|
147524
|
+
"type": {
|
|
147525
|
+
"kind": "SCALAR",
|
|
147526
|
+
"name": "Int",
|
|
147527
|
+
"ofType": null
|
|
147528
|
+
}
|
|
147529
|
+
},
|
|
147426
147530
|
{
|
|
147427
147531
|
"defaultValue": null,
|
|
147428
147532
|
"description": "Timezone (DEPRECATED, use timezone in scheduleConfig instead",
|
|
@@ -157730,6 +157834,16 @@
|
|
|
157730
157834
|
}
|
|
157731
157835
|
}
|
|
157732
157836
|
},
|
|
157837
|
+
{
|
|
157838
|
+
"defaultValue": null,
|
|
157839
|
+
"description": "Timeout for the SQL query",
|
|
157840
|
+
"name": "timeout",
|
|
157841
|
+
"type": {
|
|
157842
|
+
"kind": "SCALAR",
|
|
157843
|
+
"name": "Int",
|
|
157844
|
+
"ofType": null
|
|
157845
|
+
}
|
|
157846
|
+
},
|
|
157733
157847
|
{
|
|
157734
157848
|
"defaultValue": null,
|
|
157735
157849
|
"description": "Timezone (DEPRECATED, use timezone in scheduleConfig instead",
|
|
@@ -158095,6 +158209,16 @@
|
|
|
158095
158209
|
}
|
|
158096
158210
|
}
|
|
158097
158211
|
},
|
|
158212
|
+
{
|
|
158213
|
+
"defaultValue": null,
|
|
158214
|
+
"description": "Timeout for the SQL query",
|
|
158215
|
+
"name": "timeout",
|
|
158216
|
+
"type": {
|
|
158217
|
+
"kind": "SCALAR",
|
|
158218
|
+
"name": "Int",
|
|
158219
|
+
"ofType": null
|
|
158220
|
+
}
|
|
158221
|
+
},
|
|
158098
158222
|
{
|
|
158099
158223
|
"defaultValue": null,
|
|
158100
158224
|
"description": "Timezone (DEPRECATED, use timezone in scheduleConfig instead",
|
|
@@ -158738,6 +158862,16 @@
|
|
|
158738
158862
|
}
|
|
158739
158863
|
}
|
|
158740
158864
|
},
|
|
158865
|
+
{
|
|
158866
|
+
"defaultValue": null,
|
|
158867
|
+
"description": "Timeout for the SQL query",
|
|
158868
|
+
"name": "timeout",
|
|
158869
|
+
"type": {
|
|
158870
|
+
"kind": "SCALAR",
|
|
158871
|
+
"name": "Int",
|
|
158872
|
+
"ofType": null
|
|
158873
|
+
}
|
|
158874
|
+
},
|
|
158741
158875
|
{
|
|
158742
158876
|
"defaultValue": null,
|
|
158743
158877
|
"description": "UUID of the rule, to update an existing rule",
|
|
@@ -160699,6 +160833,16 @@
|
|
|
160699
160833
|
}
|
|
160700
160834
|
}
|
|
160701
160835
|
},
|
|
160836
|
+
{
|
|
160837
|
+
"defaultValue": null,
|
|
160838
|
+
"description": "Timeout for the SQL query",
|
|
160839
|
+
"name": "timeout",
|
|
160840
|
+
"type": {
|
|
160841
|
+
"kind": "SCALAR",
|
|
160842
|
+
"name": "Int",
|
|
160843
|
+
"ofType": null
|
|
160844
|
+
}
|
|
160845
|
+
},
|
|
160702
160846
|
{
|
|
160703
160847
|
"defaultValue": null,
|
|
160704
160848
|
"description": "Timezone (DEPRECATED, use timezone in scheduleConfig instead",
|
|
@@ -162298,6 +162442,16 @@
|
|
|
162298
162442
|
}
|
|
162299
162443
|
}
|
|
162300
162444
|
},
|
|
162445
|
+
{
|
|
162446
|
+
"defaultValue": null,
|
|
162447
|
+
"description": "Timeout for the SQL query",
|
|
162448
|
+
"name": "timeout",
|
|
162449
|
+
"type": {
|
|
162450
|
+
"kind": "SCALAR",
|
|
162451
|
+
"name": "Int",
|
|
162452
|
+
"ofType": null
|
|
162453
|
+
}
|
|
162454
|
+
},
|
|
162301
162455
|
{
|
|
162302
162456
|
"defaultValue": "false",
|
|
162303
162457
|
"description": "Whether to use automatic partition filter in query",
|
|
@@ -162513,6 +162667,16 @@
|
|
|
162513
162667
|
"ofType": null
|
|
162514
162668
|
}
|
|
162515
162669
|
},
|
|
162670
|
+
{
|
|
162671
|
+
"defaultValue": "false",
|
|
162672
|
+
"description": "Flag to apply additional limits which increase the supported segment count",
|
|
162673
|
+
"name": "highSegmentCount",
|
|
162674
|
+
"type": {
|
|
162675
|
+
"kind": "SCALAR",
|
|
162676
|
+
"name": "Boolean",
|
|
162677
|
+
"ofType": null
|
|
162678
|
+
}
|
|
162679
|
+
},
|
|
162516
162680
|
{
|
|
162517
162681
|
"defaultValue": "\"\"",
|
|
162518
162682
|
"description": "Additional context for the monitor",
|
|
@@ -6884,7 +6884,14 @@ class DbtCloudUpdateConnectionDetails(sgqlc.types.Input):
|
|
|
6884
6884
|
|
|
6885
6885
|
class ExtendedDataSourceInput(sgqlc.types.Input):
|
|
6886
6886
|
__schema__ = schema
|
|
6887
|
-
__field_names__ = (
|
|
6887
|
+
__field_names__ = (
|
|
6888
|
+
"data_source",
|
|
6889
|
+
"dw_id",
|
|
6890
|
+
"where_condition",
|
|
6891
|
+
"segments",
|
|
6892
|
+
"connection_uuid",
|
|
6893
|
+
"timeout",
|
|
6894
|
+
)
|
|
6888
6895
|
data_source = sgqlc.types.Field(
|
|
6889
6896
|
sgqlc.types.non_null(DataSourceUnionInput), graphql_name="dataSource"
|
|
6890
6897
|
)
|
|
@@ -6904,6 +6911,9 @@ class ExtendedDataSourceInput(sgqlc.types.Input):
|
|
|
6904
6911
|
connection_uuid = sgqlc.types.Field(UUID, graphql_name="connectionUuid")
|
|
6905
6912
|
"""Connection UUID for the data source."""
|
|
6906
6913
|
|
|
6914
|
+
timeout = sgqlc.types.Field(Int, graphql_name="timeout")
|
|
6915
|
+
"""Timeout for the SQL query."""
|
|
6916
|
+
|
|
6907
6917
|
|
|
6908
6918
|
class FieldMetricFilterInput(sgqlc.types.Input):
|
|
6909
6919
|
__schema__ = schema
|
|
@@ -10477,6 +10487,7 @@ class IMonitor(sgqlc.types.Interface):
|
|
|
10477
10487
|
"tags",
|
|
10478
10488
|
"data_quality_dimension",
|
|
10479
10489
|
"is_ootb_replacement",
|
|
10490
|
+
"timeout",
|
|
10480
10491
|
)
|
|
10481
10492
|
uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
|
|
10482
10493
|
"""Unique identifier for monitors"""
|
|
@@ -10669,6 +10680,9 @@ class IMonitor(sgqlc.types.Interface):
|
|
|
10669
10680
|
detector.
|
|
10670
10681
|
"""
|
|
10671
10682
|
|
|
10683
|
+
timeout = sgqlc.types.Field(Int, graphql_name="timeout")
|
|
10684
|
+
"""Timeout for the SQL query"""
|
|
10685
|
+
|
|
10672
10686
|
|
|
10673
10687
|
class IMonitorStatus(sgqlc.types.Interface):
|
|
10674
10688
|
__schema__ = schema
|
|
@@ -15179,6 +15193,7 @@ class Connection(sgqlc.types.Type):
|
|
|
15179
15193
|
"connection_identifiers",
|
|
15180
15194
|
"job_errors",
|
|
15181
15195
|
"resolved_connection_type",
|
|
15196
|
+
"sql_job_timeout_maximum",
|
|
15182
15197
|
)
|
|
15183
15198
|
id = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name="id")
|
|
15184
15199
|
|
|
@@ -15268,6 +15283,11 @@ class Connection(sgqlc.types.Type):
|
|
|
15268
15283
|
resolved_connection_type = sgqlc.types.Field(String, graphql_name="resolvedConnectionType")
|
|
15269
15284
|
"""Identifies the connection type"""
|
|
15270
15285
|
|
|
15286
|
+
sql_job_timeout_maximum = sgqlc.types.Field(Int, graphql_name="sqlJobTimeoutMaximum")
|
|
15287
|
+
"""The maximum timeout for SQL jobs that can be set for this
|
|
15288
|
+
connection
|
|
15289
|
+
"""
|
|
15290
|
+
|
|
15271
15291
|
|
|
15272
15292
|
class ConnectionIdentifier(sgqlc.types.Type):
|
|
15273
15293
|
__schema__ = schema
|
|
@@ -20179,6 +20199,7 @@ class ExtendedDataSource(sgqlc.types.Type):
|
|
|
20179
20199
|
"where_condition",
|
|
20180
20200
|
"segments",
|
|
20181
20201
|
"connection_uuid",
|
|
20202
|
+
"timeout",
|
|
20182
20203
|
"uuid",
|
|
20183
20204
|
"segment_count_hint",
|
|
20184
20205
|
)
|
|
@@ -20201,6 +20222,9 @@ class ExtendedDataSource(sgqlc.types.Type):
|
|
|
20201
20222
|
connection_uuid = sgqlc.types.Field(UUID, graphql_name="connectionUuid")
|
|
20202
20223
|
"""Connection UUID for the data source."""
|
|
20203
20224
|
|
|
20225
|
+
timeout = sgqlc.types.Field(Int, graphql_name="timeout")
|
|
20226
|
+
"""Timeout for the SQL query."""
|
|
20227
|
+
|
|
20204
20228
|
uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
|
|
20205
20229
|
"""UUID of the data source."""
|
|
20206
20230
|
|
|
@@ -26017,6 +26041,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
26017
26041
|
sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
|
|
26018
26042
|
),
|
|
26019
26043
|
),
|
|
26044
|
+
("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
|
|
26020
26045
|
("timezone", sgqlc.types.Arg(String, graphql_name="timezone", default=None)),
|
|
26021
26046
|
)
|
|
26022
26047
|
),
|
|
@@ -26062,6 +26087,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
26062
26087
|
* `start_time` (`DateTime`): Start time of schedule (DEPRECATED,
|
|
26063
26088
|
use schedule instead)
|
|
26064
26089
|
* `tags` (`[TagKeyValuePairInput]`): The monitor tags.
|
|
26090
|
+
* `timeout` (`Int`): Timeout for the SQL query
|
|
26065
26091
|
* `timezone` (`String`): Timezone (DEPRECATED, use timezone in
|
|
26066
26092
|
scheduleConfig instead
|
|
26067
26093
|
"""
|
|
@@ -32849,6 +32875,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
32849
32875
|
sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
|
|
32850
32876
|
),
|
|
32851
32877
|
),
|
|
32878
|
+
("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
|
|
32852
32879
|
("timezone", sgqlc.types.Arg(String, graphql_name="timezone", default=None)),
|
|
32853
32880
|
(
|
|
32854
32881
|
"variable_definitions",
|
|
@@ -32924,6 +32951,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
32924
32951
|
* `start_time` (`DateTime`): Start time of schedule (DEPRECATED,
|
|
32925
32952
|
use schedule instead)
|
|
32926
32953
|
* `tags` (`[TagKeyValuePairInput]`): The monitor tags.
|
|
32954
|
+
* `timeout` (`Int`): Timeout for the SQL query
|
|
32927
32955
|
* `timezone` (`String`): Timezone (DEPRECATED, use timezone in
|
|
32928
32956
|
scheduleConfig instead
|
|
32929
32957
|
* `variable_definitions` (`[VariableDefinitionInput!]`): Possible
|
|
@@ -33052,6 +33080,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
33052
33080
|
sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
|
|
33053
33081
|
),
|
|
33054
33082
|
),
|
|
33083
|
+
("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
|
|
33055
33084
|
("timezone", sgqlc.types.Arg(String, graphql_name="timezone", default=None)),
|
|
33056
33085
|
(
|
|
33057
33086
|
"variable_definitions",
|
|
@@ -33127,6 +33156,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
33127
33156
|
* `start_time` (`DateTime`): Start time of schedule (DEPRECATED,
|
|
33128
33157
|
use schedule instead)
|
|
33129
33158
|
* `tags` (`[TagKeyValuePairInput]`): The monitor tags.
|
|
33159
|
+
* `timeout` (`Int`): Timeout for the SQL query
|
|
33130
33160
|
* `timezone` (`String`): Timezone (DEPRECATED, use timezone in
|
|
33131
33161
|
scheduleConfig instead
|
|
33132
33162
|
* `variable_definitions` (`[VariableDefinitionInput!]`): Possible
|
|
@@ -33429,6 +33459,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
33429
33459
|
default=None,
|
|
33430
33460
|
),
|
|
33431
33461
|
),
|
|
33462
|
+
("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
|
|
33432
33463
|
("uuid", sgqlc.types.Arg(UUID, graphql_name="uuid", default=None)),
|
|
33433
33464
|
(
|
|
33434
33465
|
"variable_definitions",
|
|
@@ -33487,6 +33518,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
33487
33518
|
days (default: `false`)
|
|
33488
33519
|
* `sql` (`String!`): Custom SQL query to run
|
|
33489
33520
|
* `tags` (`[TagKeyValuePairInput!]`): The monitor tags.
|
|
33521
|
+
* `timeout` (`Int`): Timeout for the SQL query
|
|
33490
33522
|
* `uuid` (`UUID`): UUID of the rule, to update an existing rule
|
|
33491
33523
|
* `variable_definitions` (`[VariableDefinitionInput!]`): Possible
|
|
33492
33524
|
variable values for SQL query. Allows specifying runtime
|
|
@@ -34572,6 +34604,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
34572
34604
|
sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
|
|
34573
34605
|
),
|
|
34574
34606
|
),
|
|
34607
|
+
("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
|
|
34575
34608
|
("timezone", sgqlc.types.Arg(String, graphql_name="timezone", default=None)),
|
|
34576
34609
|
)
|
|
34577
34610
|
),
|
|
@@ -34620,6 +34653,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
34620
34653
|
use schedule instead)
|
|
34621
34654
|
* `table_mcons` (`[String]!`): MCON of tables to monitor
|
|
34622
34655
|
* `tags` (`[TagKeyValuePairInput]`): The monitor tags.
|
|
34656
|
+
* `timeout` (`Int`): Timeout for the SQL query
|
|
34623
34657
|
* `timezone` (`String`): Timezone (DEPRECATED, use timezone in
|
|
34624
34658
|
scheduleConfig instead
|
|
34625
34659
|
"""
|
|
@@ -35519,6 +35553,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
35519
35553
|
default=None,
|
|
35520
35554
|
),
|
|
35521
35555
|
),
|
|
35556
|
+
("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
|
|
35522
35557
|
(
|
|
35523
35558
|
"use_partition_clause",
|
|
35524
35559
|
sgqlc.types.Arg(Boolean, graphql_name="usePartitionClause", default=False),
|
|
@@ -35585,6 +35620,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
35585
35620
|
configuration and false positives might be detected for up to 35
|
|
35586
35621
|
days (default: `false`)
|
|
35587
35622
|
* `tags` (`[TagKeyValuePairInput!]`): The monitor tags.
|
|
35623
|
+
* `timeout` (`Int`): Timeout for the SQL query
|
|
35588
35624
|
* `use_partition_clause` (`Boolean`): Whether to use automatic
|
|
35589
35625
|
partition filter in query (default: `false`)
|
|
35590
35626
|
* `uuid` (`UUID`): UUID of the monitor. If specified, it means the
|
|
@@ -35666,6 +35702,10 @@ class Mutation(sgqlc.types.Type):
|
|
|
35666
35702
|
"filters",
|
|
35667
35703
|
sgqlc.types.Arg(FilterGroupInput, graphql_name="filters", default=None),
|
|
35668
35704
|
),
|
|
35705
|
+
(
|
|
35706
|
+
"high_segment_count",
|
|
35707
|
+
sgqlc.types.Arg(Boolean, graphql_name="highSegmentCount", default=False),
|
|
35708
|
+
),
|
|
35669
35709
|
("notes", sgqlc.types.Arg(String, graphql_name="notes", default="")),
|
|
35670
35710
|
("priority", sgqlc.types.Arg(String, graphql_name="priority", default=None)),
|
|
35671
35711
|
(
|
|
@@ -35735,6 +35775,9 @@ class Mutation(sgqlc.types.Type):
|
|
|
35735
35775
|
audiences for failures
|
|
35736
35776
|
* `filters` (`FilterGroupInput`): Structured SQL filtering
|
|
35737
35777
|
conditions to apply to query
|
|
35778
|
+
* `high_segment_count` (`Boolean`): Flag to apply additional
|
|
35779
|
+
limits which increase the supported segment count (default:
|
|
35780
|
+
`false`)
|
|
35738
35781
|
* `notes` (`String`): Additional context for the monitor (default:
|
|
35739
35782
|
`""`)
|
|
35740
35783
|
* `priority` (`String`): The default priority for alerts involving
|
|
@@ -69702,6 +69745,7 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
69702
69745
|
"is_ootb_replacement",
|
|
69703
69746
|
"is_migrated_from_field_quality",
|
|
69704
69747
|
"connection_id",
|
|
69748
|
+
"timeout",
|
|
69705
69749
|
"mc_sql",
|
|
69706
69750
|
"tags",
|
|
69707
69751
|
"data_quality_dimension",
|
|
@@ -69980,6 +70024,9 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
69980
70024
|
connection_id = sgqlc.types.Field(UUID, graphql_name="connectionId")
|
|
69981
70025
|
"""The connection UUID associated with the rule"""
|
|
69982
70026
|
|
|
70027
|
+
timeout = sgqlc.types.Field(Int, graphql_name="timeout")
|
|
70028
|
+
"""Timeout for the SQL query"""
|
|
70029
|
+
|
|
69983
70030
|
mc_sql = sgqlc.types.Field(String, graphql_name="mcSql")
|
|
69984
70031
|
"""SQL query for the monitor"""
|
|
69985
70032
|
|
|
@@ -73058,6 +73105,8 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
73058
73105
|
"notify_rule_run_failure",
|
|
73059
73106
|
"agent_span_filters",
|
|
73060
73107
|
"filters",
|
|
73108
|
+
"connection_id",
|
|
73109
|
+
"timeout",
|
|
73061
73110
|
)
|
|
73062
73111
|
uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
|
|
73063
73112
|
|
|
@@ -73277,6 +73326,12 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
73277
73326
|
filters = sgqlc.types.Field(FilterGroup, graphql_name="filters")
|
|
73278
73327
|
"""filters used on the monitor"""
|
|
73279
73328
|
|
|
73329
|
+
connection_id = sgqlc.types.Field(UUID, graphql_name="connectionId")
|
|
73330
|
+
"""The connection UUID associated with the monitor"""
|
|
73331
|
+
|
|
73332
|
+
timeout = sgqlc.types.Field(Int, graphql_name="timeout")
|
|
73333
|
+
"""Timeout for the SQL query"""
|
|
73334
|
+
|
|
73280
73335
|
|
|
73281
73336
|
class Monitor(
|
|
73282
73337
|
sgqlc.types.Type,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.133 → pycarlo-0.10.135}/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.133 → pycarlo-0.10.135}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.133 → pycarlo-0.10.135}/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
|