pycarlo 0.10.141__tar.gz → 0.10.143__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.141 → pycarlo-0.10.143}/PKG-INFO +1 -1
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/lib/schema.json +275 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/lib/schema.py +110 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.141 → pycarlo-0.10.143}/.circleci/README.md +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/.circleci/config.yml +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/.coveragerc +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/.gitignore +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/LICENSE +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/Makefile +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/README.md +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/pyproject.toml +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/requirements-ci.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/requirements-dev.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/requirements.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/setup.cfg +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/setup.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/common/data.json +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/test_client.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/test_operations.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/tests/test_session.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/utils/env.sh +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/utils/generate.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/utils/sample.env +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/utils/sanity.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.143}/utils/vars.py +0 -0
|
@@ -22207,6 +22207,16 @@
|
|
|
22207
22207
|
"name": "Int",
|
|
22208
22208
|
"ofType": null
|
|
22209
22209
|
}
|
|
22210
|
+
},
|
|
22211
|
+
{
|
|
22212
|
+
"defaultValue": null,
|
|
22213
|
+
"description": "Filter by monitor type",
|
|
22214
|
+
"name": "monitorType",
|
|
22215
|
+
"type": {
|
|
22216
|
+
"kind": "SCALAR",
|
|
22217
|
+
"name": "String",
|
|
22218
|
+
"ofType": null
|
|
22219
|
+
}
|
|
22210
22220
|
}
|
|
22211
22221
|
],
|
|
22212
22222
|
"deprecationReason": null,
|
|
@@ -151638,6 +151648,33 @@
|
|
|
151638
151648
|
"ofType": null
|
|
151639
151649
|
}
|
|
151640
151650
|
},
|
|
151651
|
+
{
|
|
151652
|
+
"args": [
|
|
151653
|
+
{
|
|
151654
|
+
"defaultValue": null,
|
|
151655
|
+
"description": "Data share configuration",
|
|
151656
|
+
"name": "input",
|
|
151657
|
+
"type": {
|
|
151658
|
+
"kind": "NON_NULL",
|
|
151659
|
+
"name": null,
|
|
151660
|
+
"ofType": {
|
|
151661
|
+
"kind": "INPUT_OBJECT",
|
|
151662
|
+
"name": "UpdateDataShareInput",
|
|
151663
|
+
"ofType": null
|
|
151664
|
+
}
|
|
151665
|
+
}
|
|
151666
|
+
}
|
|
151667
|
+
],
|
|
151668
|
+
"deprecationReason": null,
|
|
151669
|
+
"description": "(general availability) Update data sharing configuration for an account",
|
|
151670
|
+
"isDeprecated": false,
|
|
151671
|
+
"name": "updateDataShare",
|
|
151672
|
+
"type": {
|
|
151673
|
+
"kind": "OBJECT",
|
|
151674
|
+
"name": "UpdateDataShare",
|
|
151675
|
+
"ofType": null
|
|
151676
|
+
}
|
|
151677
|
+
},
|
|
151641
151678
|
{
|
|
151642
151679
|
"args": [
|
|
151643
151680
|
{
|
|
@@ -177515,6 +177552,244 @@
|
|
|
177515
177552
|
"name": "AzureDevopsSourceSelectionInput",
|
|
177516
177553
|
"possibleTypes": null
|
|
177517
177554
|
},
|
|
177555
|
+
{
|
|
177556
|
+
"description": "Update data sharing configuration for an account. This allows Customer Success team to enable/disable data sharing without requiring data engineering intervention.",
|
|
177557
|
+
"enumValues": null,
|
|
177558
|
+
"fields": [
|
|
177559
|
+
{
|
|
177560
|
+
"args": [],
|
|
177561
|
+
"deprecationReason": null,
|
|
177562
|
+
"description": "Result of the data share update operation",
|
|
177563
|
+
"isDeprecated": false,
|
|
177564
|
+
"name": "result",
|
|
177565
|
+
"type": {
|
|
177566
|
+
"kind": "OBJECT",
|
|
177567
|
+
"name": "UpdateDataShareOutput",
|
|
177568
|
+
"ofType": null
|
|
177569
|
+
}
|
|
177570
|
+
}
|
|
177571
|
+
],
|
|
177572
|
+
"inputFields": null,
|
|
177573
|
+
"interfaces": [],
|
|
177574
|
+
"kind": "OBJECT",
|
|
177575
|
+
"name": "UpdateDataShare",
|
|
177576
|
+
"possibleTypes": null
|
|
177577
|
+
},
|
|
177578
|
+
{
|
|
177579
|
+
"description": "Result of updating data share configuration",
|
|
177580
|
+
"enumValues": null,
|
|
177581
|
+
"fields": [
|
|
177582
|
+
{
|
|
177583
|
+
"args": [],
|
|
177584
|
+
"deprecationReason": null,
|
|
177585
|
+
"description": "Whether the operation was successful",
|
|
177586
|
+
"isDeprecated": false,
|
|
177587
|
+
"name": "success",
|
|
177588
|
+
"type": {
|
|
177589
|
+
"kind": "SCALAR",
|
|
177590
|
+
"name": "Boolean",
|
|
177591
|
+
"ofType": null
|
|
177592
|
+
}
|
|
177593
|
+
},
|
|
177594
|
+
{
|
|
177595
|
+
"args": [],
|
|
177596
|
+
"deprecationReason": null,
|
|
177597
|
+
"description": "Updated data share configuration (null if disabled)",
|
|
177598
|
+
"isDeprecated": false,
|
|
177599
|
+
"name": "dataShare",
|
|
177600
|
+
"type": {
|
|
177601
|
+
"kind": "OBJECT",
|
|
177602
|
+
"name": "DataShareOutput",
|
|
177603
|
+
"ofType": null
|
|
177604
|
+
}
|
|
177605
|
+
},
|
|
177606
|
+
{
|
|
177607
|
+
"args": [],
|
|
177608
|
+
"deprecationReason": null,
|
|
177609
|
+
"description": "Success or error message",
|
|
177610
|
+
"isDeprecated": false,
|
|
177611
|
+
"name": "message",
|
|
177612
|
+
"type": {
|
|
177613
|
+
"kind": "SCALAR",
|
|
177614
|
+
"name": "String",
|
|
177615
|
+
"ofType": null
|
|
177616
|
+
}
|
|
177617
|
+
}
|
|
177618
|
+
],
|
|
177619
|
+
"inputFields": null,
|
|
177620
|
+
"interfaces": [],
|
|
177621
|
+
"kind": "OBJECT",
|
|
177622
|
+
"name": "UpdateDataShareOutput",
|
|
177623
|
+
"possibleTypes": null
|
|
177624
|
+
},
|
|
177625
|
+
{
|
|
177626
|
+
"description": "Data share configuration details",
|
|
177627
|
+
"enumValues": null,
|
|
177628
|
+
"fields": [
|
|
177629
|
+
{
|
|
177630
|
+
"args": [],
|
|
177631
|
+
"deprecationReason": null,
|
|
177632
|
+
"description": "Type of data share (e.g., 'snowflake')",
|
|
177633
|
+
"isDeprecated": false,
|
|
177634
|
+
"name": "type",
|
|
177635
|
+
"type": {
|
|
177636
|
+
"kind": "SCALAR",
|
|
177637
|
+
"name": "String",
|
|
177638
|
+
"ofType": null
|
|
177639
|
+
}
|
|
177640
|
+
},
|
|
177641
|
+
{
|
|
177642
|
+
"args": [],
|
|
177643
|
+
"deprecationReason": null,
|
|
177644
|
+
"description": "Data share account identifier",
|
|
177645
|
+
"isDeprecated": false,
|
|
177646
|
+
"name": "account",
|
|
177647
|
+
"type": {
|
|
177648
|
+
"kind": "SCALAR",
|
|
177649
|
+
"name": "String",
|
|
177650
|
+
"ofType": null
|
|
177651
|
+
}
|
|
177652
|
+
},
|
|
177653
|
+
{
|
|
177654
|
+
"args": [],
|
|
177655
|
+
"deprecationReason": null,
|
|
177656
|
+
"description": "Data share region",
|
|
177657
|
+
"isDeprecated": false,
|
|
177658
|
+
"name": "region",
|
|
177659
|
+
"type": {
|
|
177660
|
+
"kind": "SCALAR",
|
|
177661
|
+
"name": "String",
|
|
177662
|
+
"ofType": null
|
|
177663
|
+
}
|
|
177664
|
+
}
|
|
177665
|
+
],
|
|
177666
|
+
"inputFields": null,
|
|
177667
|
+
"interfaces": [],
|
|
177668
|
+
"kind": "OBJECT",
|
|
177669
|
+
"name": "DataShareOutput",
|
|
177670
|
+
"possibleTypes": null
|
|
177671
|
+
},
|
|
177672
|
+
{
|
|
177673
|
+
"description": "Input for updating Snowflake data share configuration",
|
|
177674
|
+
"enumValues": null,
|
|
177675
|
+
"fields": null,
|
|
177676
|
+
"inputFields": [
|
|
177677
|
+
{
|
|
177678
|
+
"defaultValue": null,
|
|
177679
|
+
"description": "Whether to enable data sharing",
|
|
177680
|
+
"name": "enabled",
|
|
177681
|
+
"type": {
|
|
177682
|
+
"kind": "NON_NULL",
|
|
177683
|
+
"name": null,
|
|
177684
|
+
"ofType": {
|
|
177685
|
+
"kind": "SCALAR",
|
|
177686
|
+
"name": "Boolean",
|
|
177687
|
+
"ofType": null
|
|
177688
|
+
}
|
|
177689
|
+
}
|
|
177690
|
+
},
|
|
177691
|
+
{
|
|
177692
|
+
"defaultValue": null,
|
|
177693
|
+
"description": "UUID of the account to update",
|
|
177694
|
+
"name": "accountId",
|
|
177695
|
+
"type": {
|
|
177696
|
+
"kind": "NON_NULL",
|
|
177697
|
+
"name": null,
|
|
177698
|
+
"ofType": {
|
|
177699
|
+
"kind": "SCALAR",
|
|
177700
|
+
"name": "UUID",
|
|
177701
|
+
"ofType": null
|
|
177702
|
+
}
|
|
177703
|
+
}
|
|
177704
|
+
},
|
|
177705
|
+
{
|
|
177706
|
+
"defaultValue": null,
|
|
177707
|
+
"description": "Name of the account (validation)",
|
|
177708
|
+
"name": "accountName",
|
|
177709
|
+
"type": {
|
|
177710
|
+
"kind": "NON_NULL",
|
|
177711
|
+
"name": null,
|
|
177712
|
+
"ofType": {
|
|
177713
|
+
"kind": "SCALAR",
|
|
177714
|
+
"name": "String",
|
|
177715
|
+
"ofType": null
|
|
177716
|
+
}
|
|
177717
|
+
}
|
|
177718
|
+
},
|
|
177719
|
+
{
|
|
177720
|
+
"defaultValue": null,
|
|
177721
|
+
"description": "Input data share attributes",
|
|
177722
|
+
"name": "dataShare",
|
|
177723
|
+
"type": {
|
|
177724
|
+
"kind": "INPUT_OBJECT",
|
|
177725
|
+
"name": "DataShareInput",
|
|
177726
|
+
"ofType": null
|
|
177727
|
+
}
|
|
177728
|
+
}
|
|
177729
|
+
],
|
|
177730
|
+
"interfaces": null,
|
|
177731
|
+
"kind": "INPUT_OBJECT",
|
|
177732
|
+
"name": "UpdateDataShareInput",
|
|
177733
|
+
"possibleTypes": null
|
|
177734
|
+
},
|
|
177735
|
+
{
|
|
177736
|
+
"description": null,
|
|
177737
|
+
"enumValues": null,
|
|
177738
|
+
"fields": null,
|
|
177739
|
+
"inputFields": [
|
|
177740
|
+
{
|
|
177741
|
+
"defaultValue": "\"snowflake\"",
|
|
177742
|
+
"description": "Type of data share (default: 'snowflake')",
|
|
177743
|
+
"name": "type",
|
|
177744
|
+
"type": {
|
|
177745
|
+
"kind": "ENUM",
|
|
177746
|
+
"name": "DataShareType",
|
|
177747
|
+
"ofType": null
|
|
177748
|
+
}
|
|
177749
|
+
},
|
|
177750
|
+
{
|
|
177751
|
+
"defaultValue": null,
|
|
177752
|
+
"description": "Data share account identifier (optional if account has only one)",
|
|
177753
|
+
"name": "account",
|
|
177754
|
+
"type": {
|
|
177755
|
+
"kind": "SCALAR",
|
|
177756
|
+
"name": "String",
|
|
177757
|
+
"ofType": null
|
|
177758
|
+
}
|
|
177759
|
+
},
|
|
177760
|
+
{
|
|
177761
|
+
"defaultValue": null,
|
|
177762
|
+
"description": "Data share region (optional if account has only one)",
|
|
177763
|
+
"name": "region",
|
|
177764
|
+
"type": {
|
|
177765
|
+
"kind": "SCALAR",
|
|
177766
|
+
"name": "String",
|
|
177767
|
+
"ofType": null
|
|
177768
|
+
}
|
|
177769
|
+
}
|
|
177770
|
+
],
|
|
177771
|
+
"interfaces": null,
|
|
177772
|
+
"kind": "INPUT_OBJECT",
|
|
177773
|
+
"name": "DataShareInput",
|
|
177774
|
+
"possibleTypes": null
|
|
177775
|
+
},
|
|
177776
|
+
{
|
|
177777
|
+
"description": null,
|
|
177778
|
+
"enumValues": [
|
|
177779
|
+
{
|
|
177780
|
+
"deprecationReason": null,
|
|
177781
|
+
"description": null,
|
|
177782
|
+
"isDeprecated": false,
|
|
177783
|
+
"name": "SNOWFLAKE"
|
|
177784
|
+
}
|
|
177785
|
+
],
|
|
177786
|
+
"fields": null,
|
|
177787
|
+
"inputFields": null,
|
|
177788
|
+
"interfaces": null,
|
|
177789
|
+
"kind": "ENUM",
|
|
177790
|
+
"name": "DataShareType",
|
|
177791
|
+
"possibleTypes": null
|
|
177792
|
+
},
|
|
177518
177793
|
{
|
|
177519
177794
|
"description": "Test a confluent Kafka cluster credentials.",
|
|
177520
177795
|
"enumValues": null,
|
|
@@ -1600,6 +1600,16 @@ class DataProductMetric(sgqlc.types.Enum):
|
|
|
1600
1600
|
)
|
|
1601
1601
|
|
|
1602
1602
|
|
|
1603
|
+
class DataShareType(sgqlc.types.Enum):
|
|
1604
|
+
"""Enumeration Choices:
|
|
1605
|
+
|
|
1606
|
+
* `SNOWFLAKE`None
|
|
1607
|
+
"""
|
|
1608
|
+
|
|
1609
|
+
__schema__ = schema
|
|
1610
|
+
__choices__ = ("SNOWFLAKE",)
|
|
1611
|
+
|
|
1612
|
+
|
|
1603
1613
|
class DataSourceType(sgqlc.types.Enum):
|
|
1604
1614
|
"""Enumeration Choices:
|
|
1605
1615
|
|
|
@@ -6726,6 +6736,19 @@ class DataProfilerWidgetDataInput(sgqlc.types.Input):
|
|
|
6726
6736
|
"""Widget configuration"""
|
|
6727
6737
|
|
|
6728
6738
|
|
|
6739
|
+
class DataShareInput(sgqlc.types.Input):
|
|
6740
|
+
__schema__ = schema
|
|
6741
|
+
__field_names__ = ("type", "account", "region")
|
|
6742
|
+
type = sgqlc.types.Field(DataShareType, graphql_name="type")
|
|
6743
|
+
"""Type of data share (default: 'snowflake')"""
|
|
6744
|
+
|
|
6745
|
+
account = sgqlc.types.Field(String, graphql_name="account")
|
|
6746
|
+
"""Data share account identifier (optional if account has only one)"""
|
|
6747
|
+
|
|
6748
|
+
region = sgqlc.types.Field(String, graphql_name="region")
|
|
6749
|
+
"""Data share region (optional if account has only one)"""
|
|
6750
|
+
|
|
6751
|
+
|
|
6729
6752
|
class DataSourceSchemaInput(sgqlc.types.Input):
|
|
6730
6753
|
__schema__ = schema
|
|
6731
6754
|
__field_names__ = ("fields",)
|
|
@@ -9925,6 +9948,24 @@ class UCSExplicitAlertConditionInput(sgqlc.types.Input):
|
|
|
9925
9948
|
"""Explicit freshness threshold in minutes"""
|
|
9926
9949
|
|
|
9927
9950
|
|
|
9951
|
+
class UpdateDataShareInput(sgqlc.types.Input):
|
|
9952
|
+
"""Input for updating Snowflake data share configuration"""
|
|
9953
|
+
|
|
9954
|
+
__schema__ = schema
|
|
9955
|
+
__field_names__ = ("enabled", "account_id", "account_name", "data_share")
|
|
9956
|
+
enabled = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="enabled")
|
|
9957
|
+
"""Whether to enable data sharing"""
|
|
9958
|
+
|
|
9959
|
+
account_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="accountId")
|
|
9960
|
+
"""UUID of the account to update"""
|
|
9961
|
+
|
|
9962
|
+
account_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="accountName")
|
|
9963
|
+
"""Name of the account (validation)"""
|
|
9964
|
+
|
|
9965
|
+
data_share = sgqlc.types.Field(DataShareInput, graphql_name="dataShare")
|
|
9966
|
+
"""Input data share attributes"""
|
|
9967
|
+
|
|
9968
|
+
|
|
9928
9969
|
class UpdateUserStateInput(sgqlc.types.Input):
|
|
9929
9970
|
__schema__ = schema
|
|
9930
9971
|
__field_names__ = ("state", "client_mutation_id")
|
|
@@ -17616,6 +17657,21 @@ class DataResponseType(sgqlc.types.Type):
|
|
|
17616
17657
|
"""Provides metadata that describes how response is structured."""
|
|
17617
17658
|
|
|
17618
17659
|
|
|
17660
|
+
class DataShareOutput(sgqlc.types.Type):
|
|
17661
|
+
"""Data share configuration details"""
|
|
17662
|
+
|
|
17663
|
+
__schema__ = schema
|
|
17664
|
+
__field_names__ = ("type", "account", "region")
|
|
17665
|
+
type = sgqlc.types.Field(String, graphql_name="type")
|
|
17666
|
+
"""Type of data share (e.g., 'snowflake')"""
|
|
17667
|
+
|
|
17668
|
+
account = sgqlc.types.Field(String, graphql_name="account")
|
|
17669
|
+
"""Data share account identifier"""
|
|
17670
|
+
|
|
17671
|
+
region = sgqlc.types.Field(String, graphql_name="region")
|
|
17672
|
+
"""Data share region"""
|
|
17673
|
+
|
|
17674
|
+
|
|
17619
17675
|
class DataSourceEvaluationResult(sgqlc.types.Type):
|
|
17620
17676
|
__schema__ = schema
|
|
17621
17677
|
__field_names__ = (
|
|
@@ -24876,6 +24932,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
24876
24932
|
"link_azure_devops_installation",
|
|
24877
24933
|
"delete_azure_devops_installation",
|
|
24878
24934
|
"set_azure_devops_source_selections",
|
|
24935
|
+
"update_data_share",
|
|
24879
24936
|
"test_confluent_kafka_credentials",
|
|
24880
24937
|
"test_confluent_kafka_connect_credentials",
|
|
24881
24938
|
"test_msk_kafka_credentials",
|
|
@@ -28610,6 +28667,30 @@ class Mutation(sgqlc.types.Type):
|
|
|
28610
28667
|
* `selections` (`[AzureDevopsSourceSelectionInput]`)None
|
|
28611
28668
|
"""
|
|
28612
28669
|
|
|
28670
|
+
update_data_share = sgqlc.types.Field(
|
|
28671
|
+
"UpdateDataShare",
|
|
28672
|
+
graphql_name="updateDataShare",
|
|
28673
|
+
args=sgqlc.types.ArgDict(
|
|
28674
|
+
(
|
|
28675
|
+
(
|
|
28676
|
+
"input",
|
|
28677
|
+
sgqlc.types.Arg(
|
|
28678
|
+
sgqlc.types.non_null(UpdateDataShareInput),
|
|
28679
|
+
graphql_name="input",
|
|
28680
|
+
default=None,
|
|
28681
|
+
),
|
|
28682
|
+
),
|
|
28683
|
+
)
|
|
28684
|
+
),
|
|
28685
|
+
)
|
|
28686
|
+
"""(general availability) Update data sharing configuration for an
|
|
28687
|
+
account
|
|
28688
|
+
|
|
28689
|
+
Arguments:
|
|
28690
|
+
|
|
28691
|
+
* `input` (`UpdateDataShareInput!`): Data share configuration
|
|
28692
|
+
"""
|
|
28693
|
+
|
|
28613
28694
|
test_confluent_kafka_credentials = sgqlc.types.Field(
|
|
28614
28695
|
"TestConfluentKafkaCredentials",
|
|
28615
28696
|
graphql_name="testConfluentKafkaCredentials",
|
|
@@ -55806,6 +55887,7 @@ class Query(sgqlc.types.Type):
|
|
|
55806
55887
|
),
|
|
55807
55888
|
("field_type", sgqlc.types.Arg(FieldType, graphql_name="fieldType", default=None)),
|
|
55808
55889
|
("version", sgqlc.types.Arg(Int, graphql_name="version", default=None)),
|
|
55890
|
+
("monitor_type", sgqlc.types.Arg(String, graphql_name="monitorType", default=None)),
|
|
55809
55891
|
)
|
|
55810
55892
|
),
|
|
55811
55893
|
)
|
|
@@ -55820,6 +55902,7 @@ class Query(sgqlc.types.Type):
|
|
|
55820
55902
|
* `field_type` (`FieldType`): Field type for which to return field
|
|
55821
55903
|
metrics
|
|
55822
55904
|
* `version` (`Int`): Version of the monitor
|
|
55905
|
+
* `monitor_type` (`String`): Filter by monitor type
|
|
55823
55906
|
"""
|
|
55824
55907
|
|
|
55825
55908
|
get_comparison_monitor_field_metric_definitions = sgqlc.types.Field(
|
|
@@ -65969,6 +66052,33 @@ class UpdateDataProductSharing(sgqlc.types.Type):
|
|
|
65969
66052
|
"""Status of the sharing operation."""
|
|
65970
66053
|
|
|
65971
66054
|
|
|
66055
|
+
class UpdateDataShare(sgqlc.types.Type):
|
|
66056
|
+
"""Update data sharing configuration for an account. This allows
|
|
66057
|
+
Customer Success team to enable/disable data sharing without
|
|
66058
|
+
requiring data engineering intervention.
|
|
66059
|
+
"""
|
|
66060
|
+
|
|
66061
|
+
__schema__ = schema
|
|
66062
|
+
__field_names__ = ("result",)
|
|
66063
|
+
result = sgqlc.types.Field("UpdateDataShareOutput", graphql_name="result")
|
|
66064
|
+
"""Result of the data share update operation"""
|
|
66065
|
+
|
|
66066
|
+
|
|
66067
|
+
class UpdateDataShareOutput(sgqlc.types.Type):
|
|
66068
|
+
"""Result of updating data share configuration"""
|
|
66069
|
+
|
|
66070
|
+
__schema__ = schema
|
|
66071
|
+
__field_names__ = ("success", "data_share", "message")
|
|
66072
|
+
success = sgqlc.types.Field(Boolean, graphql_name="success")
|
|
66073
|
+
"""Whether the operation was successful"""
|
|
66074
|
+
|
|
66075
|
+
data_share = sgqlc.types.Field(DataShareOutput, graphql_name="dataShare")
|
|
66076
|
+
"""Updated data share configuration (null if disabled)"""
|
|
66077
|
+
|
|
66078
|
+
message = sgqlc.types.Field(String, graphql_name="message")
|
|
66079
|
+
"""Success or error message"""
|
|
66080
|
+
|
|
66081
|
+
|
|
65972
66082
|
class UpdateDatabricksMetastoreCredentialsV2Mutation(sgqlc.types.Type):
|
|
65973
66083
|
"""Update credentials for an existing Databricks Metastore
|
|
65974
66084
|
connection. Note: This mutation only uploads credentials and
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.141 → pycarlo-0.10.143}/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.141 → pycarlo-0.10.143}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.141 → pycarlo-0.10.143}/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
|