pycarlo 0.10.141__tar.gz → 0.10.142__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.142}/PKG-INFO +1 -1
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/lib/schema.json +265 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/lib/schema.py +108 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.141 → pycarlo-0.10.142}/.circleci/README.md +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/.circleci/config.yml +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/.coveragerc +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/.gitignore +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/LICENSE +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/Makefile +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/README.md +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/pyproject.toml +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/requirements-ci.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/requirements-dev.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/requirements.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/setup.cfg +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/setup.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/common/data.json +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/test_client.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/test_operations.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/tests/test_session.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/utils/env.sh +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/utils/generate.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/utils/sample.env +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/utils/sanity.py +0 -0
- {pycarlo-0.10.141 → pycarlo-0.10.142}/utils/vars.py +0 -0
|
@@ -151638,6 +151638,33 @@
|
|
|
151638
151638
|
"ofType": null
|
|
151639
151639
|
}
|
|
151640
151640
|
},
|
|
151641
|
+
{
|
|
151642
|
+
"args": [
|
|
151643
|
+
{
|
|
151644
|
+
"defaultValue": null,
|
|
151645
|
+
"description": "Data share configuration",
|
|
151646
|
+
"name": "input",
|
|
151647
|
+
"type": {
|
|
151648
|
+
"kind": "NON_NULL",
|
|
151649
|
+
"name": null,
|
|
151650
|
+
"ofType": {
|
|
151651
|
+
"kind": "INPUT_OBJECT",
|
|
151652
|
+
"name": "UpdateDataShareInput",
|
|
151653
|
+
"ofType": null
|
|
151654
|
+
}
|
|
151655
|
+
}
|
|
151656
|
+
}
|
|
151657
|
+
],
|
|
151658
|
+
"deprecationReason": null,
|
|
151659
|
+
"description": "(general availability) Update data sharing configuration for an account",
|
|
151660
|
+
"isDeprecated": false,
|
|
151661
|
+
"name": "updateDataShare",
|
|
151662
|
+
"type": {
|
|
151663
|
+
"kind": "OBJECT",
|
|
151664
|
+
"name": "UpdateDataShare",
|
|
151665
|
+
"ofType": null
|
|
151666
|
+
}
|
|
151667
|
+
},
|
|
151641
151668
|
{
|
|
151642
151669
|
"args": [
|
|
151643
151670
|
{
|
|
@@ -177515,6 +177542,244 @@
|
|
|
177515
177542
|
"name": "AzureDevopsSourceSelectionInput",
|
|
177516
177543
|
"possibleTypes": null
|
|
177517
177544
|
},
|
|
177545
|
+
{
|
|
177546
|
+
"description": "Update data sharing configuration for an account. This allows Customer Success team to enable/disable data sharing without requiring data engineering intervention.",
|
|
177547
|
+
"enumValues": null,
|
|
177548
|
+
"fields": [
|
|
177549
|
+
{
|
|
177550
|
+
"args": [],
|
|
177551
|
+
"deprecationReason": null,
|
|
177552
|
+
"description": "Result of the data share update operation",
|
|
177553
|
+
"isDeprecated": false,
|
|
177554
|
+
"name": "result",
|
|
177555
|
+
"type": {
|
|
177556
|
+
"kind": "OBJECT",
|
|
177557
|
+
"name": "UpdateDataShareOutput",
|
|
177558
|
+
"ofType": null
|
|
177559
|
+
}
|
|
177560
|
+
}
|
|
177561
|
+
],
|
|
177562
|
+
"inputFields": null,
|
|
177563
|
+
"interfaces": [],
|
|
177564
|
+
"kind": "OBJECT",
|
|
177565
|
+
"name": "UpdateDataShare",
|
|
177566
|
+
"possibleTypes": null
|
|
177567
|
+
},
|
|
177568
|
+
{
|
|
177569
|
+
"description": "Result of updating data share configuration",
|
|
177570
|
+
"enumValues": null,
|
|
177571
|
+
"fields": [
|
|
177572
|
+
{
|
|
177573
|
+
"args": [],
|
|
177574
|
+
"deprecationReason": null,
|
|
177575
|
+
"description": "Whether the operation was successful",
|
|
177576
|
+
"isDeprecated": false,
|
|
177577
|
+
"name": "success",
|
|
177578
|
+
"type": {
|
|
177579
|
+
"kind": "SCALAR",
|
|
177580
|
+
"name": "Boolean",
|
|
177581
|
+
"ofType": null
|
|
177582
|
+
}
|
|
177583
|
+
},
|
|
177584
|
+
{
|
|
177585
|
+
"args": [],
|
|
177586
|
+
"deprecationReason": null,
|
|
177587
|
+
"description": "Updated data share configuration (null if disabled)",
|
|
177588
|
+
"isDeprecated": false,
|
|
177589
|
+
"name": "dataShare",
|
|
177590
|
+
"type": {
|
|
177591
|
+
"kind": "OBJECT",
|
|
177592
|
+
"name": "DataShareOutput",
|
|
177593
|
+
"ofType": null
|
|
177594
|
+
}
|
|
177595
|
+
},
|
|
177596
|
+
{
|
|
177597
|
+
"args": [],
|
|
177598
|
+
"deprecationReason": null,
|
|
177599
|
+
"description": "Success or error message",
|
|
177600
|
+
"isDeprecated": false,
|
|
177601
|
+
"name": "message",
|
|
177602
|
+
"type": {
|
|
177603
|
+
"kind": "SCALAR",
|
|
177604
|
+
"name": "String",
|
|
177605
|
+
"ofType": null
|
|
177606
|
+
}
|
|
177607
|
+
}
|
|
177608
|
+
],
|
|
177609
|
+
"inputFields": null,
|
|
177610
|
+
"interfaces": [],
|
|
177611
|
+
"kind": "OBJECT",
|
|
177612
|
+
"name": "UpdateDataShareOutput",
|
|
177613
|
+
"possibleTypes": null
|
|
177614
|
+
},
|
|
177615
|
+
{
|
|
177616
|
+
"description": "Data share configuration details",
|
|
177617
|
+
"enumValues": null,
|
|
177618
|
+
"fields": [
|
|
177619
|
+
{
|
|
177620
|
+
"args": [],
|
|
177621
|
+
"deprecationReason": null,
|
|
177622
|
+
"description": "Type of data share (e.g., 'snowflake')",
|
|
177623
|
+
"isDeprecated": false,
|
|
177624
|
+
"name": "type",
|
|
177625
|
+
"type": {
|
|
177626
|
+
"kind": "SCALAR",
|
|
177627
|
+
"name": "String",
|
|
177628
|
+
"ofType": null
|
|
177629
|
+
}
|
|
177630
|
+
},
|
|
177631
|
+
{
|
|
177632
|
+
"args": [],
|
|
177633
|
+
"deprecationReason": null,
|
|
177634
|
+
"description": "Data share account identifier",
|
|
177635
|
+
"isDeprecated": false,
|
|
177636
|
+
"name": "account",
|
|
177637
|
+
"type": {
|
|
177638
|
+
"kind": "SCALAR",
|
|
177639
|
+
"name": "String",
|
|
177640
|
+
"ofType": null
|
|
177641
|
+
}
|
|
177642
|
+
},
|
|
177643
|
+
{
|
|
177644
|
+
"args": [],
|
|
177645
|
+
"deprecationReason": null,
|
|
177646
|
+
"description": "Data share region",
|
|
177647
|
+
"isDeprecated": false,
|
|
177648
|
+
"name": "region",
|
|
177649
|
+
"type": {
|
|
177650
|
+
"kind": "SCALAR",
|
|
177651
|
+
"name": "String",
|
|
177652
|
+
"ofType": null
|
|
177653
|
+
}
|
|
177654
|
+
}
|
|
177655
|
+
],
|
|
177656
|
+
"inputFields": null,
|
|
177657
|
+
"interfaces": [],
|
|
177658
|
+
"kind": "OBJECT",
|
|
177659
|
+
"name": "DataShareOutput",
|
|
177660
|
+
"possibleTypes": null
|
|
177661
|
+
},
|
|
177662
|
+
{
|
|
177663
|
+
"description": "Input for updating Snowflake data share configuration",
|
|
177664
|
+
"enumValues": null,
|
|
177665
|
+
"fields": null,
|
|
177666
|
+
"inputFields": [
|
|
177667
|
+
{
|
|
177668
|
+
"defaultValue": null,
|
|
177669
|
+
"description": "Whether to enable data sharing",
|
|
177670
|
+
"name": "enabled",
|
|
177671
|
+
"type": {
|
|
177672
|
+
"kind": "NON_NULL",
|
|
177673
|
+
"name": null,
|
|
177674
|
+
"ofType": {
|
|
177675
|
+
"kind": "SCALAR",
|
|
177676
|
+
"name": "Boolean",
|
|
177677
|
+
"ofType": null
|
|
177678
|
+
}
|
|
177679
|
+
}
|
|
177680
|
+
},
|
|
177681
|
+
{
|
|
177682
|
+
"defaultValue": null,
|
|
177683
|
+
"description": "UUID of the account to update",
|
|
177684
|
+
"name": "accountId",
|
|
177685
|
+
"type": {
|
|
177686
|
+
"kind": "NON_NULL",
|
|
177687
|
+
"name": null,
|
|
177688
|
+
"ofType": {
|
|
177689
|
+
"kind": "SCALAR",
|
|
177690
|
+
"name": "UUID",
|
|
177691
|
+
"ofType": null
|
|
177692
|
+
}
|
|
177693
|
+
}
|
|
177694
|
+
},
|
|
177695
|
+
{
|
|
177696
|
+
"defaultValue": null,
|
|
177697
|
+
"description": "Name of the account (validation)",
|
|
177698
|
+
"name": "accountName",
|
|
177699
|
+
"type": {
|
|
177700
|
+
"kind": "NON_NULL",
|
|
177701
|
+
"name": null,
|
|
177702
|
+
"ofType": {
|
|
177703
|
+
"kind": "SCALAR",
|
|
177704
|
+
"name": "String",
|
|
177705
|
+
"ofType": null
|
|
177706
|
+
}
|
|
177707
|
+
}
|
|
177708
|
+
},
|
|
177709
|
+
{
|
|
177710
|
+
"defaultValue": null,
|
|
177711
|
+
"description": "Input data share attributes",
|
|
177712
|
+
"name": "dataShare",
|
|
177713
|
+
"type": {
|
|
177714
|
+
"kind": "INPUT_OBJECT",
|
|
177715
|
+
"name": "DataShareInput",
|
|
177716
|
+
"ofType": null
|
|
177717
|
+
}
|
|
177718
|
+
}
|
|
177719
|
+
],
|
|
177720
|
+
"interfaces": null,
|
|
177721
|
+
"kind": "INPUT_OBJECT",
|
|
177722
|
+
"name": "UpdateDataShareInput",
|
|
177723
|
+
"possibleTypes": null
|
|
177724
|
+
},
|
|
177725
|
+
{
|
|
177726
|
+
"description": null,
|
|
177727
|
+
"enumValues": null,
|
|
177728
|
+
"fields": null,
|
|
177729
|
+
"inputFields": [
|
|
177730
|
+
{
|
|
177731
|
+
"defaultValue": "\"snowflake\"",
|
|
177732
|
+
"description": "Type of data share (default: 'snowflake')",
|
|
177733
|
+
"name": "type",
|
|
177734
|
+
"type": {
|
|
177735
|
+
"kind": "ENUM",
|
|
177736
|
+
"name": "DataShareType",
|
|
177737
|
+
"ofType": null
|
|
177738
|
+
}
|
|
177739
|
+
},
|
|
177740
|
+
{
|
|
177741
|
+
"defaultValue": null,
|
|
177742
|
+
"description": "Data share account identifier (optional if account has only one)",
|
|
177743
|
+
"name": "account",
|
|
177744
|
+
"type": {
|
|
177745
|
+
"kind": "SCALAR",
|
|
177746
|
+
"name": "String",
|
|
177747
|
+
"ofType": null
|
|
177748
|
+
}
|
|
177749
|
+
},
|
|
177750
|
+
{
|
|
177751
|
+
"defaultValue": null,
|
|
177752
|
+
"description": "Data share region (optional if account has only one)",
|
|
177753
|
+
"name": "region",
|
|
177754
|
+
"type": {
|
|
177755
|
+
"kind": "SCALAR",
|
|
177756
|
+
"name": "String",
|
|
177757
|
+
"ofType": null
|
|
177758
|
+
}
|
|
177759
|
+
}
|
|
177760
|
+
],
|
|
177761
|
+
"interfaces": null,
|
|
177762
|
+
"kind": "INPUT_OBJECT",
|
|
177763
|
+
"name": "DataShareInput",
|
|
177764
|
+
"possibleTypes": null
|
|
177765
|
+
},
|
|
177766
|
+
{
|
|
177767
|
+
"description": null,
|
|
177768
|
+
"enumValues": [
|
|
177769
|
+
{
|
|
177770
|
+
"deprecationReason": null,
|
|
177771
|
+
"description": null,
|
|
177772
|
+
"isDeprecated": false,
|
|
177773
|
+
"name": "SNOWFLAKE"
|
|
177774
|
+
}
|
|
177775
|
+
],
|
|
177776
|
+
"fields": null,
|
|
177777
|
+
"inputFields": null,
|
|
177778
|
+
"interfaces": null,
|
|
177779
|
+
"kind": "ENUM",
|
|
177780
|
+
"name": "DataShareType",
|
|
177781
|
+
"possibleTypes": null
|
|
177782
|
+
},
|
|
177518
177783
|
{
|
|
177519
177784
|
"description": "Test a confluent Kafka cluster credentials.",
|
|
177520
177785
|
"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",
|
|
@@ -65969,6 +66050,33 @@ class UpdateDataProductSharing(sgqlc.types.Type):
|
|
|
65969
66050
|
"""Status of the sharing operation."""
|
|
65970
66051
|
|
|
65971
66052
|
|
|
66053
|
+
class UpdateDataShare(sgqlc.types.Type):
|
|
66054
|
+
"""Update data sharing configuration for an account. This allows
|
|
66055
|
+
Customer Success team to enable/disable data sharing without
|
|
66056
|
+
requiring data engineering intervention.
|
|
66057
|
+
"""
|
|
66058
|
+
|
|
66059
|
+
__schema__ = schema
|
|
66060
|
+
__field_names__ = ("result",)
|
|
66061
|
+
result = sgqlc.types.Field("UpdateDataShareOutput", graphql_name="result")
|
|
66062
|
+
"""Result of the data share update operation"""
|
|
66063
|
+
|
|
66064
|
+
|
|
66065
|
+
class UpdateDataShareOutput(sgqlc.types.Type):
|
|
66066
|
+
"""Result of updating data share configuration"""
|
|
66067
|
+
|
|
66068
|
+
__schema__ = schema
|
|
66069
|
+
__field_names__ = ("success", "data_share", "message")
|
|
66070
|
+
success = sgqlc.types.Field(Boolean, graphql_name="success")
|
|
66071
|
+
"""Whether the operation was successful"""
|
|
66072
|
+
|
|
66073
|
+
data_share = sgqlc.types.Field(DataShareOutput, graphql_name="dataShare")
|
|
66074
|
+
"""Updated data share configuration (null if disabled)"""
|
|
66075
|
+
|
|
66076
|
+
message = sgqlc.types.Field(String, graphql_name="message")
|
|
66077
|
+
"""Success or error message"""
|
|
66078
|
+
|
|
66079
|
+
|
|
65972
66080
|
class UpdateDatabricksMetastoreCredentialsV2Mutation(sgqlc.types.Type):
|
|
65973
66081
|
"""Update credentials for an existing Databricks Metastore
|
|
65974
66082
|
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.142}/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.142}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.141 → pycarlo-0.10.142}/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
|