pycarlo 0.10.169__tar.gz → 0.10.170__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.169 → pycarlo-0.10.170}/PKG-INFO +1 -1
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/lib/schema.json +398 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/lib/schema.py +205 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.169 → pycarlo-0.10.170}/.circleci/README.md +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/.circleci/config.yml +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/.coveragerc +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/.gitignore +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/LICENSE +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/Makefile +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/README.md +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/pyproject.toml +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/requirements-ci.txt +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/requirements-dev.txt +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/requirements.txt +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/setup.cfg +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/setup.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/common/data.json +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/test_client.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/test_operations.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/tests/test_session.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/utils/env.sh +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/utils/generate.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/utils/sample.env +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/utils/sanity.py +0 -0
- {pycarlo-0.10.169 → pycarlo-0.10.170}/utils/vars.py +0 -0
|
@@ -29761,6 +29761,95 @@
|
|
|
29761
29761
|
"ofType": null
|
|
29762
29762
|
}
|
|
29763
29763
|
},
|
|
29764
|
+
{
|
|
29765
|
+
"args": [
|
|
29766
|
+
{
|
|
29767
|
+
"defaultValue": null,
|
|
29768
|
+
"description": "Monitor uuid",
|
|
29769
|
+
"name": "monitorUuid",
|
|
29770
|
+
"type": {
|
|
29771
|
+
"kind": "NON_NULL",
|
|
29772
|
+
"name": null,
|
|
29773
|
+
"ofType": {
|
|
29774
|
+
"kind": "SCALAR",
|
|
29775
|
+
"name": "String",
|
|
29776
|
+
"ofType": null
|
|
29777
|
+
}
|
|
29778
|
+
}
|
|
29779
|
+
}
|
|
29780
|
+
],
|
|
29781
|
+
"deprecationReason": null,
|
|
29782
|
+
"description": "(experimental) Collibra monitor note. Has extra debug information about table relationships if they could not be found",
|
|
29783
|
+
"isDeprecated": false,
|
|
29784
|
+
"name": "getCollibraMonitorNote",
|
|
29785
|
+
"type": {
|
|
29786
|
+
"kind": "OBJECT",
|
|
29787
|
+
"name": "CollibraMonitorNoteResponse",
|
|
29788
|
+
"ofType": null
|
|
29789
|
+
}
|
|
29790
|
+
},
|
|
29791
|
+
{
|
|
29792
|
+
"args": [
|
|
29793
|
+
{
|
|
29794
|
+
"defaultValue": null,
|
|
29795
|
+
"description": "Monitor uuid",
|
|
29796
|
+
"name": "monitorUuid",
|
|
29797
|
+
"type": {
|
|
29798
|
+
"kind": "NON_NULL",
|
|
29799
|
+
"name": null,
|
|
29800
|
+
"ofType": {
|
|
29801
|
+
"kind": "SCALAR",
|
|
29802
|
+
"name": "String",
|
|
29803
|
+
"ofType": null
|
|
29804
|
+
}
|
|
29805
|
+
}
|
|
29806
|
+
}
|
|
29807
|
+
],
|
|
29808
|
+
"deprecationReason": null,
|
|
29809
|
+
"description": "(experimental) Get table search names for a monitor in Collibra format",
|
|
29810
|
+
"isDeprecated": false,
|
|
29811
|
+
"name": "getCollibraMonitorTableSearchNames",
|
|
29812
|
+
"type": {
|
|
29813
|
+
"kind": "LIST",
|
|
29814
|
+
"name": null,
|
|
29815
|
+
"ofType": {
|
|
29816
|
+
"kind": "SCALAR",
|
|
29817
|
+
"name": "String",
|
|
29818
|
+
"ofType": null
|
|
29819
|
+
}
|
|
29820
|
+
}
|
|
29821
|
+
},
|
|
29822
|
+
{
|
|
29823
|
+
"args": [
|
|
29824
|
+
{
|
|
29825
|
+
"defaultValue": null,
|
|
29826
|
+
"description": "Table search name in Collibra format (e.g., '>project>dataset>table')",
|
|
29827
|
+
"name": "tableSearchName",
|
|
29828
|
+
"type": {
|
|
29829
|
+
"kind": "NON_NULL",
|
|
29830
|
+
"name": null,
|
|
29831
|
+
"ofType": {
|
|
29832
|
+
"kind": "SCALAR",
|
|
29833
|
+
"name": "String",
|
|
29834
|
+
"ofType": null
|
|
29835
|
+
}
|
|
29836
|
+
}
|
|
29837
|
+
}
|
|
29838
|
+
],
|
|
29839
|
+
"deprecationReason": null,
|
|
29840
|
+
"description": "(experimental) Get Collibra domain information for a table search name",
|
|
29841
|
+
"isDeprecated": false,
|
|
29842
|
+
"name": "getCollibraDomainsForTableSearchName",
|
|
29843
|
+
"type": {
|
|
29844
|
+
"kind": "LIST",
|
|
29845
|
+
"name": null,
|
|
29846
|
+
"ofType": {
|
|
29847
|
+
"kind": "OBJECT",
|
|
29848
|
+
"name": "CollibraDomainSearchResponse",
|
|
29849
|
+
"ofType": null
|
|
29850
|
+
}
|
|
29851
|
+
}
|
|
29852
|
+
},
|
|
29764
29853
|
{
|
|
29765
29854
|
"args": [
|
|
29766
29855
|
{
|
|
@@ -30367,6 +30456,33 @@
|
|
|
30367
30456
|
}
|
|
30368
30457
|
}
|
|
30369
30458
|
},
|
|
30459
|
+
{
|
|
30460
|
+
"args": [
|
|
30461
|
+
{
|
|
30462
|
+
"defaultValue": null,
|
|
30463
|
+
"description": "Type of AI agent to retrieve configuration for",
|
|
30464
|
+
"name": "agentType",
|
|
30465
|
+
"type": {
|
|
30466
|
+
"kind": "NON_NULL",
|
|
30467
|
+
"name": null,
|
|
30468
|
+
"ofType": {
|
|
30469
|
+
"kind": "ENUM",
|
|
30470
|
+
"name": "AiAgentType",
|
|
30471
|
+
"ofType": null
|
|
30472
|
+
}
|
|
30473
|
+
}
|
|
30474
|
+
}
|
|
30475
|
+
],
|
|
30476
|
+
"deprecationReason": null,
|
|
30477
|
+
"description": "(experimental) Get AI agent configuration for the account",
|
|
30478
|
+
"isDeprecated": false,
|
|
30479
|
+
"name": "getAiAgentConfig",
|
|
30480
|
+
"type": {
|
|
30481
|
+
"kind": "OBJECT",
|
|
30482
|
+
"name": "AiAgent",
|
|
30483
|
+
"ofType": null
|
|
30484
|
+
}
|
|
30485
|
+
},
|
|
30370
30486
|
{
|
|
30371
30487
|
"args": [
|
|
30372
30488
|
{
|
|
@@ -146986,6 +147102,124 @@
|
|
|
146986
147102
|
"name": "CollibraPingResponse",
|
|
146987
147103
|
"possibleTypes": null
|
|
146988
147104
|
},
|
|
147105
|
+
{
|
|
147106
|
+
"description": "Collibra monitor note response. ",
|
|
147107
|
+
"enumValues": null,
|
|
147108
|
+
"fields": [
|
|
147109
|
+
{
|
|
147110
|
+
"args": [],
|
|
147111
|
+
"deprecationReason": null,
|
|
147112
|
+
"description": "Monitor uuid",
|
|
147113
|
+
"isDeprecated": false,
|
|
147114
|
+
"name": "monitorUuid",
|
|
147115
|
+
"type": {
|
|
147116
|
+
"kind": "NON_NULL",
|
|
147117
|
+
"name": null,
|
|
147118
|
+
"ofType": {
|
|
147119
|
+
"kind": "SCALAR",
|
|
147120
|
+
"name": "String",
|
|
147121
|
+
"ofType": null
|
|
147122
|
+
}
|
|
147123
|
+
}
|
|
147124
|
+
},
|
|
147125
|
+
{
|
|
147126
|
+
"args": [],
|
|
147127
|
+
"deprecationReason": null,
|
|
147128
|
+
"description": "Collibra note",
|
|
147129
|
+
"isDeprecated": false,
|
|
147130
|
+
"name": "collibraNote",
|
|
147131
|
+
"type": {
|
|
147132
|
+
"kind": "SCALAR",
|
|
147133
|
+
"name": "String",
|
|
147134
|
+
"ofType": null
|
|
147135
|
+
}
|
|
147136
|
+
}
|
|
147137
|
+
],
|
|
147138
|
+
"inputFields": null,
|
|
147139
|
+
"interfaces": [],
|
|
147140
|
+
"kind": "OBJECT",
|
|
147141
|
+
"name": "CollibraMonitorNoteResponse",
|
|
147142
|
+
"possibleTypes": null
|
|
147143
|
+
},
|
|
147144
|
+
{
|
|
147145
|
+
"description": "Collibra domain search response for table search name",
|
|
147146
|
+
"enumValues": null,
|
|
147147
|
+
"fields": [
|
|
147148
|
+
{
|
|
147149
|
+
"args": [],
|
|
147150
|
+
"deprecationReason": null,
|
|
147151
|
+
"description": "Collibra table asset ID",
|
|
147152
|
+
"isDeprecated": false,
|
|
147153
|
+
"name": "collibraTableAssetId",
|
|
147154
|
+
"type": {
|
|
147155
|
+
"kind": "NON_NULL",
|
|
147156
|
+
"name": null,
|
|
147157
|
+
"ofType": {
|
|
147158
|
+
"kind": "SCALAR",
|
|
147159
|
+
"name": "String",
|
|
147160
|
+
"ofType": null
|
|
147161
|
+
}
|
|
147162
|
+
}
|
|
147163
|
+
},
|
|
147164
|
+
{
|
|
147165
|
+
"args": [],
|
|
147166
|
+
"deprecationReason": null,
|
|
147167
|
+
"description": "Collibra table asset domain ID",
|
|
147168
|
+
"isDeprecated": false,
|
|
147169
|
+
"name": "collibraTableAssetDomainId",
|
|
147170
|
+
"type": {
|
|
147171
|
+
"kind": "NON_NULL",
|
|
147172
|
+
"name": null,
|
|
147173
|
+
"ofType": {
|
|
147174
|
+
"kind": "SCALAR",
|
|
147175
|
+
"name": "String",
|
|
147176
|
+
"ofType": null
|
|
147177
|
+
}
|
|
147178
|
+
}
|
|
147179
|
+
},
|
|
147180
|
+
{
|
|
147181
|
+
"args": [],
|
|
147182
|
+
"deprecationReason": null,
|
|
147183
|
+
"description": "Collibra schema asset ID",
|
|
147184
|
+
"isDeprecated": false,
|
|
147185
|
+
"name": "collibraSchemaAssetId",
|
|
147186
|
+
"type": {
|
|
147187
|
+
"kind": "SCALAR",
|
|
147188
|
+
"name": "String",
|
|
147189
|
+
"ofType": null
|
|
147190
|
+
}
|
|
147191
|
+
},
|
|
147192
|
+
{
|
|
147193
|
+
"args": [],
|
|
147194
|
+
"deprecationReason": null,
|
|
147195
|
+
"description": "Collibra database asset ID",
|
|
147196
|
+
"isDeprecated": false,
|
|
147197
|
+
"name": "collibraDatabaseAssetId",
|
|
147198
|
+
"type": {
|
|
147199
|
+
"kind": "SCALAR",
|
|
147200
|
+
"name": "String",
|
|
147201
|
+
"ofType": null
|
|
147202
|
+
}
|
|
147203
|
+
},
|
|
147204
|
+
{
|
|
147205
|
+
"args": [],
|
|
147206
|
+
"deprecationReason": null,
|
|
147207
|
+
"description": "Collibra database asset domain ID",
|
|
147208
|
+
"isDeprecated": false,
|
|
147209
|
+
"name": "collibraDatabaseAssetDomainId",
|
|
147210
|
+
"type": {
|
|
147211
|
+
"kind": "SCALAR",
|
|
147212
|
+
"name": "String",
|
|
147213
|
+
"ofType": null
|
|
147214
|
+
}
|
|
147215
|
+
}
|
|
147216
|
+
],
|
|
147217
|
+
"inputFields": null,
|
|
147218
|
+
"interfaces": [],
|
|
147219
|
+
"kind": "OBJECT",
|
|
147220
|
+
"name": "CollibraDomainSearchResponse",
|
|
147221
|
+
"possibleTypes": null
|
|
147222
|
+
},
|
|
146989
147223
|
{
|
|
146990
147224
|
"description": null,
|
|
146991
147225
|
"enumValues": null,
|
|
@@ -147520,6 +147754,94 @@
|
|
|
147520
147754
|
"name": "AirflowCapabilitiesResponse",
|
|
147521
147755
|
"possibleTypes": null
|
|
147522
147756
|
},
|
|
147757
|
+
{
|
|
147758
|
+
"description": "AI Agent configuration for an account.",
|
|
147759
|
+
"enumValues": null,
|
|
147760
|
+
"fields": [
|
|
147761
|
+
{
|
|
147762
|
+
"args": [],
|
|
147763
|
+
"deprecationReason": null,
|
|
147764
|
+
"description": "",
|
|
147765
|
+
"isDeprecated": false,
|
|
147766
|
+
"name": "createdTime",
|
|
147767
|
+
"type": {
|
|
147768
|
+
"kind": "NON_NULL",
|
|
147769
|
+
"name": null,
|
|
147770
|
+
"ofType": {
|
|
147771
|
+
"kind": "SCALAR",
|
|
147772
|
+
"name": "DateTime",
|
|
147773
|
+
"ofType": null
|
|
147774
|
+
}
|
|
147775
|
+
}
|
|
147776
|
+
},
|
|
147777
|
+
{
|
|
147778
|
+
"args": [],
|
|
147779
|
+
"deprecationReason": null,
|
|
147780
|
+
"description": "",
|
|
147781
|
+
"isDeprecated": false,
|
|
147782
|
+
"name": "updatedTime",
|
|
147783
|
+
"type": {
|
|
147784
|
+
"kind": "NON_NULL",
|
|
147785
|
+
"name": null,
|
|
147786
|
+
"ofType": {
|
|
147787
|
+
"kind": "SCALAR",
|
|
147788
|
+
"name": "DateTime",
|
|
147789
|
+
"ofType": null
|
|
147790
|
+
}
|
|
147791
|
+
}
|
|
147792
|
+
},
|
|
147793
|
+
{
|
|
147794
|
+
"args": [],
|
|
147795
|
+
"deprecationReason": null,
|
|
147796
|
+
"description": null,
|
|
147797
|
+
"isDeprecated": false,
|
|
147798
|
+
"name": "agentType",
|
|
147799
|
+
"type": {
|
|
147800
|
+
"kind": "NON_NULL",
|
|
147801
|
+
"name": null,
|
|
147802
|
+
"ofType": {
|
|
147803
|
+
"kind": "ENUM",
|
|
147804
|
+
"name": "AiAgentType",
|
|
147805
|
+
"ofType": null
|
|
147806
|
+
}
|
|
147807
|
+
}
|
|
147808
|
+
},
|
|
147809
|
+
{
|
|
147810
|
+
"args": [],
|
|
147811
|
+
"deprecationReason": null,
|
|
147812
|
+
"description": "Custom context prompt for the AI agent",
|
|
147813
|
+
"isDeprecated": false,
|
|
147814
|
+
"name": "contextPrompt",
|
|
147815
|
+
"type": {
|
|
147816
|
+
"kind": "SCALAR",
|
|
147817
|
+
"name": "String",
|
|
147818
|
+
"ofType": null
|
|
147819
|
+
}
|
|
147820
|
+
}
|
|
147821
|
+
],
|
|
147822
|
+
"inputFields": null,
|
|
147823
|
+
"interfaces": [],
|
|
147824
|
+
"kind": "OBJECT",
|
|
147825
|
+
"name": "AiAgent",
|
|
147826
|
+
"possibleTypes": null
|
|
147827
|
+
},
|
|
147828
|
+
{
|
|
147829
|
+
"description": "Types of AI agents available in the system.",
|
|
147830
|
+
"enumValues": [
|
|
147831
|
+
{
|
|
147832
|
+
"deprecationReason": null,
|
|
147833
|
+
"description": null,
|
|
147834
|
+
"isDeprecated": false,
|
|
147835
|
+
"name": "TROUBLESHOOTING"
|
|
147836
|
+
}
|
|
147837
|
+
],
|
|
147838
|
+
"fields": null,
|
|
147839
|
+
"inputFields": null,
|
|
147840
|
+
"interfaces": null,
|
|
147841
|
+
"kind": "ENUM",
|
|
147842
|
+
"name": "AiAgentType",
|
|
147843
|
+
"possibleTypes": null
|
|
147844
|
+
},
|
|
147523
147845
|
{
|
|
147524
147846
|
"description": null,
|
|
147525
147847
|
"enumValues": null,
|
|
@@ -173968,6 +174290,43 @@
|
|
|
173968
174290
|
"ofType": null
|
|
173969
174291
|
}
|
|
173970
174292
|
},
|
|
174293
|
+
{
|
|
174294
|
+
"args": [
|
|
174295
|
+
{
|
|
174296
|
+
"defaultValue": null,
|
|
174297
|
+
"description": "Type of AI agent to configure",
|
|
174298
|
+
"name": "agentType",
|
|
174299
|
+
"type": {
|
|
174300
|
+
"kind": "NON_NULL",
|
|
174301
|
+
"name": null,
|
|
174302
|
+
"ofType": {
|
|
174303
|
+
"kind": "ENUM",
|
|
174304
|
+
"name": "AiAgentType",
|
|
174305
|
+
"ofType": null
|
|
174306
|
+
}
|
|
174307
|
+
}
|
|
174308
|
+
},
|
|
174309
|
+
{
|
|
174310
|
+
"defaultValue": null,
|
|
174311
|
+
"description": "Custom context prompt for the agent. Pass null to clear.",
|
|
174312
|
+
"name": "contextPrompt",
|
|
174313
|
+
"type": {
|
|
174314
|
+
"kind": "SCALAR",
|
|
174315
|
+
"name": "String",
|
|
174316
|
+
"ofType": null
|
|
174317
|
+
}
|
|
174318
|
+
}
|
|
174319
|
+
],
|
|
174320
|
+
"deprecationReason": null,
|
|
174321
|
+
"description": "(experimental) Configure the context prompt for an AI agent",
|
|
174322
|
+
"isDeprecated": false,
|
|
174323
|
+
"name": "configureAiAgentPrompt",
|
|
174324
|
+
"type": {
|
|
174325
|
+
"kind": "OBJECT",
|
|
174326
|
+
"name": "ConfigureAiAgentPrompt",
|
|
174327
|
+
"ofType": null
|
|
174328
|
+
}
|
|
174329
|
+
},
|
|
173971
174330
|
{
|
|
173972
174331
|
"args": [
|
|
173973
174332
|
{
|
|
@@ -194775,6 +195134,45 @@
|
|
|
194775
195134
|
"name": "BulkSetEtlJobGeneratesAlerts",
|
|
194776
195135
|
"possibleTypes": null
|
|
194777
195136
|
},
|
|
195137
|
+
{
|
|
195138
|
+
"description": "Configure or update the context prompt for an AI agent type",
|
|
195139
|
+
"enumValues": null,
|
|
195140
|
+
"fields": [
|
|
195141
|
+
{
|
|
195142
|
+
"args": [],
|
|
195143
|
+
"deprecationReason": null,
|
|
195144
|
+
"description": "The configured AI agent",
|
|
195145
|
+
"isDeprecated": false,
|
|
195146
|
+
"name": "aiAgent",
|
|
195147
|
+
"type": {
|
|
195148
|
+
"kind": "OBJECT",
|
|
195149
|
+
"name": "AiAgent",
|
|
195150
|
+
"ofType": null
|
|
195151
|
+
}
|
|
195152
|
+
},
|
|
195153
|
+
{
|
|
195154
|
+
"args": [],
|
|
195155
|
+
"deprecationReason": null,
|
|
195156
|
+
"description": "Whether the operation succeeded",
|
|
195157
|
+
"isDeprecated": false,
|
|
195158
|
+
"name": "success",
|
|
195159
|
+
"type": {
|
|
195160
|
+
"kind": "NON_NULL",
|
|
195161
|
+
"name": null,
|
|
195162
|
+
"ofType": {
|
|
195163
|
+
"kind": "SCALAR",
|
|
195164
|
+
"name": "Boolean",
|
|
195165
|
+
"ofType": null
|
|
195166
|
+
}
|
|
195167
|
+
}
|
|
195168
|
+
}
|
|
195169
|
+
],
|
|
195170
|
+
"inputFields": null,
|
|
195171
|
+
"interfaces": [],
|
|
195172
|
+
"kind": "OBJECT",
|
|
195173
|
+
"name": "ConfigureAiAgentPrompt",
|
|
195174
|
+
"possibleTypes": null
|
|
195175
|
+
},
|
|
194778
195176
|
{
|
|
194779
195177
|
"description": "Create an account secret",
|
|
194780
195178
|
"enumValues": null,
|
|
@@ -302,6 +302,18 @@ class AggregationFunction(sgqlc.types.Enum):
|
|
|
302
302
|
__choices__ = ("AVG", "MAX", "MEDIAN", "MIN")
|
|
303
303
|
|
|
304
304
|
|
|
305
|
+
class AiAgentType(sgqlc.types.Enum):
|
|
306
|
+
"""Types of AI agents available in the system.
|
|
307
|
+
|
|
308
|
+
Enumeration Choices:
|
|
309
|
+
|
|
310
|
+
* `TROUBLESHOOTING`None
|
|
311
|
+
"""
|
|
312
|
+
|
|
313
|
+
__schema__ = schema
|
|
314
|
+
__choices__ = ("TROUBLESHOOTING",)
|
|
315
|
+
|
|
316
|
+
|
|
305
317
|
class AirflowRunState(sgqlc.types.Enum):
|
|
306
318
|
"""Enumeration Choices:
|
|
307
319
|
|
|
@@ -12730,6 +12742,21 @@ class AggregatedQueryResults(sgqlc.types.Type):
|
|
|
12730
12742
|
"""Data necessary to paginate aggregated queries"""
|
|
12731
12743
|
|
|
12732
12744
|
|
|
12745
|
+
class AiAgent(sgqlc.types.Type):
|
|
12746
|
+
"""AI Agent configuration for an account."""
|
|
12747
|
+
|
|
12748
|
+
__schema__ = schema
|
|
12749
|
+
__field_names__ = ("created_time", "updated_time", "agent_type", "context_prompt")
|
|
12750
|
+
created_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdTime")
|
|
12751
|
+
|
|
12752
|
+
updated_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="updatedTime")
|
|
12753
|
+
|
|
12754
|
+
agent_type = sgqlc.types.Field(sgqlc.types.non_null(AiAgentType), graphql_name="agentType")
|
|
12755
|
+
|
|
12756
|
+
context_prompt = sgqlc.types.Field(String, graphql_name="contextPrompt")
|
|
12757
|
+
"""Custom context prompt for the AI agent"""
|
|
12758
|
+
|
|
12759
|
+
|
|
12733
12760
|
class AirflowCapabilitiesResponse(sgqlc.types.Type):
|
|
12734
12761
|
"""Airflow capabilities information"""
|
|
12735
12762
|
|
|
@@ -15244,6 +15271,39 @@ class CollectionStorage(sgqlc.types.Type):
|
|
|
15244
15271
|
"""Storage resources"""
|
|
15245
15272
|
|
|
15246
15273
|
|
|
15274
|
+
class CollibraDomainSearchResponse(sgqlc.types.Type):
|
|
15275
|
+
"""Collibra domain search response for table search name"""
|
|
15276
|
+
|
|
15277
|
+
__schema__ = schema
|
|
15278
|
+
__field_names__ = (
|
|
15279
|
+
"collibra_table_asset_id",
|
|
15280
|
+
"collibra_table_asset_domain_id",
|
|
15281
|
+
"collibra_schema_asset_id",
|
|
15282
|
+
"collibra_database_asset_id",
|
|
15283
|
+
"collibra_database_asset_domain_id",
|
|
15284
|
+
)
|
|
15285
|
+
collibra_table_asset_id = sgqlc.types.Field(
|
|
15286
|
+
sgqlc.types.non_null(String), graphql_name="collibraTableAssetId"
|
|
15287
|
+
)
|
|
15288
|
+
"""Collibra table asset ID"""
|
|
15289
|
+
|
|
15290
|
+
collibra_table_asset_domain_id = sgqlc.types.Field(
|
|
15291
|
+
sgqlc.types.non_null(String), graphql_name="collibraTableAssetDomainId"
|
|
15292
|
+
)
|
|
15293
|
+
"""Collibra table asset domain ID"""
|
|
15294
|
+
|
|
15295
|
+
collibra_schema_asset_id = sgqlc.types.Field(String, graphql_name="collibraSchemaAssetId")
|
|
15296
|
+
"""Collibra schema asset ID"""
|
|
15297
|
+
|
|
15298
|
+
collibra_database_asset_id = sgqlc.types.Field(String, graphql_name="collibraDatabaseAssetId")
|
|
15299
|
+
"""Collibra database asset ID"""
|
|
15300
|
+
|
|
15301
|
+
collibra_database_asset_domain_id = sgqlc.types.Field(
|
|
15302
|
+
String, graphql_name="collibraDatabaseAssetDomainId"
|
|
15303
|
+
)
|
|
15304
|
+
"""Collibra database asset domain ID"""
|
|
15305
|
+
|
|
15306
|
+
|
|
15247
15307
|
class CollibraIntegrationConnection(sgqlc.types.relay.Connection):
|
|
15248
15308
|
__schema__ = schema
|
|
15249
15309
|
__field_names__ = ("page_info", "edges")
|
|
@@ -15268,6 +15328,18 @@ class CollibraIntegrationEdge(sgqlc.types.Type):
|
|
|
15268
15328
|
"""A cursor for use in pagination"""
|
|
15269
15329
|
|
|
15270
15330
|
|
|
15331
|
+
class CollibraMonitorNoteResponse(sgqlc.types.Type):
|
|
15332
|
+
"""Collibra monitor note response."""
|
|
15333
|
+
|
|
15334
|
+
__schema__ = schema
|
|
15335
|
+
__field_names__ = ("monitor_uuid", "collibra_note")
|
|
15336
|
+
monitor_uuid = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="monitorUuid")
|
|
15337
|
+
"""Monitor uuid"""
|
|
15338
|
+
|
|
15339
|
+
collibra_note = sgqlc.types.Field(String, graphql_name="collibraNote")
|
|
15340
|
+
"""Collibra note"""
|
|
15341
|
+
|
|
15342
|
+
|
|
15271
15343
|
class CollibraPingResponse(sgqlc.types.Type):
|
|
15272
15344
|
"""Collibra ping information"""
|
|
15273
15345
|
|
|
@@ -15382,6 +15454,18 @@ class ComparisonMonitorResponseEdge(sgqlc.types.Type):
|
|
|
15382
15454
|
"""A cursor for use in pagination"""
|
|
15383
15455
|
|
|
15384
15456
|
|
|
15457
|
+
class ConfigureAiAgentPrompt(sgqlc.types.Type):
|
|
15458
|
+
"""Configure or update the context prompt for an AI agent type"""
|
|
15459
|
+
|
|
15460
|
+
__schema__ = schema
|
|
15461
|
+
__field_names__ = ("ai_agent", "success")
|
|
15462
|
+
ai_agent = sgqlc.types.Field(AiAgent, graphql_name="aiAgent")
|
|
15463
|
+
"""The configured AI agent"""
|
|
15464
|
+
|
|
15465
|
+
success = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="success")
|
|
15466
|
+
"""Whether the operation succeeded"""
|
|
15467
|
+
|
|
15468
|
+
|
|
15385
15469
|
class ConfigureMetadataEvents(sgqlc.types.Type):
|
|
15386
15470
|
"""Configure collection of metadata via S3 events"""
|
|
15387
15471
|
|
|
@@ -25580,6 +25664,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
25580
25664
|
"set_etl_job_generates_incidents",
|
|
25581
25665
|
"set_etl_job_generates_alerts",
|
|
25582
25666
|
"bulk_set_etl_job_generates_alerts",
|
|
25667
|
+
"configure_ai_agent_prompt",
|
|
25583
25668
|
"create_account_secret",
|
|
25584
25669
|
"update_account_secret",
|
|
25585
25670
|
"delete_account_secret",
|
|
@@ -42148,6 +42233,33 @@ class Mutation(sgqlc.types.Type):
|
|
|
42148
42233
|
* `mcons` (`[String]!`): MCONs of jobs to set generate alerts for
|
|
42149
42234
|
"""
|
|
42150
42235
|
|
|
42236
|
+
configure_ai_agent_prompt = sgqlc.types.Field(
|
|
42237
|
+
ConfigureAiAgentPrompt,
|
|
42238
|
+
graphql_name="configureAiAgentPrompt",
|
|
42239
|
+
args=sgqlc.types.ArgDict(
|
|
42240
|
+
(
|
|
42241
|
+
(
|
|
42242
|
+
"agent_type",
|
|
42243
|
+
sgqlc.types.Arg(
|
|
42244
|
+
sgqlc.types.non_null(AiAgentType), graphql_name="agentType", default=None
|
|
42245
|
+
),
|
|
42246
|
+
),
|
|
42247
|
+
(
|
|
42248
|
+
"context_prompt",
|
|
42249
|
+
sgqlc.types.Arg(String, graphql_name="contextPrompt", default=None),
|
|
42250
|
+
),
|
|
42251
|
+
)
|
|
42252
|
+
),
|
|
42253
|
+
)
|
|
42254
|
+
"""(experimental) Configure the context prompt for an AI agent
|
|
42255
|
+
|
|
42256
|
+
Arguments:
|
|
42257
|
+
|
|
42258
|
+
* `agent_type` (`AiAgentType!`): Type of AI agent to configure
|
|
42259
|
+
* `context_prompt` (`String`): Custom context prompt for the
|
|
42260
|
+
agent. Pass null to clear.
|
|
42261
|
+
"""
|
|
42262
|
+
|
|
42151
42263
|
create_account_secret = sgqlc.types.Field(
|
|
42152
42264
|
CreateAccountSecret,
|
|
42153
42265
|
graphql_name="createAccountSecret",
|
|
@@ -44225,12 +44337,16 @@ class Query(sgqlc.types.Type):
|
|
|
44225
44337
|
"get_alerts_count_by_date",
|
|
44226
44338
|
"get_alert_access_request",
|
|
44227
44339
|
"get_collibra_ping",
|
|
44340
|
+
"get_collibra_monitor_note",
|
|
44341
|
+
"get_collibra_monitor_table_search_names",
|
|
44342
|
+
"get_collibra_domains_for_table_search_name",
|
|
44228
44343
|
"get_alation_table_flags",
|
|
44229
44344
|
"get_airflow_task_results",
|
|
44230
44345
|
"get_airflow_task_stats",
|
|
44231
44346
|
"get_airflow_tasks_for_source_and_destination_tables",
|
|
44232
44347
|
"get_airflow_dag_runs",
|
|
44233
44348
|
"get_airflow_capabilities",
|
|
44349
|
+
"get_ai_agent_config",
|
|
44234
44350
|
"fix_sql_query",
|
|
44235
44351
|
"create_sql_query",
|
|
44236
44352
|
"get_agent_operation_logs",
|
|
@@ -60259,6 +60375,73 @@ class Query(sgqlc.types.Type):
|
|
|
60259
60375
|
existing integration
|
|
60260
60376
|
"""
|
|
60261
60377
|
|
|
60378
|
+
get_collibra_monitor_note = sgqlc.types.Field(
|
|
60379
|
+
CollibraMonitorNoteResponse,
|
|
60380
|
+
graphql_name="getCollibraMonitorNote",
|
|
60381
|
+
args=sgqlc.types.ArgDict(
|
|
60382
|
+
(
|
|
60383
|
+
(
|
|
60384
|
+
"monitor_uuid",
|
|
60385
|
+
sgqlc.types.Arg(
|
|
60386
|
+
sgqlc.types.non_null(String), graphql_name="monitorUuid", default=None
|
|
60387
|
+
),
|
|
60388
|
+
),
|
|
60389
|
+
)
|
|
60390
|
+
),
|
|
60391
|
+
)
|
|
60392
|
+
"""(experimental) Collibra monitor note. Has extra debug information
|
|
60393
|
+
about table relationships if they could not be found
|
|
60394
|
+
|
|
60395
|
+
Arguments:
|
|
60396
|
+
|
|
60397
|
+
* `monitor_uuid` (`String!`): Monitor uuid
|
|
60398
|
+
"""
|
|
60399
|
+
|
|
60400
|
+
get_collibra_monitor_table_search_names = sgqlc.types.Field(
|
|
60401
|
+
sgqlc.types.list_of(String),
|
|
60402
|
+
graphql_name="getCollibraMonitorTableSearchNames",
|
|
60403
|
+
args=sgqlc.types.ArgDict(
|
|
60404
|
+
(
|
|
60405
|
+
(
|
|
60406
|
+
"monitor_uuid",
|
|
60407
|
+
sgqlc.types.Arg(
|
|
60408
|
+
sgqlc.types.non_null(String), graphql_name="monitorUuid", default=None
|
|
60409
|
+
),
|
|
60410
|
+
),
|
|
60411
|
+
)
|
|
60412
|
+
),
|
|
60413
|
+
)
|
|
60414
|
+
"""(experimental) Get table search names for a monitor in Collibra
|
|
60415
|
+
format
|
|
60416
|
+
|
|
60417
|
+
Arguments:
|
|
60418
|
+
|
|
60419
|
+
* `monitor_uuid` (`String!`): Monitor uuid
|
|
60420
|
+
"""
|
|
60421
|
+
|
|
60422
|
+
get_collibra_domains_for_table_search_name = sgqlc.types.Field(
|
|
60423
|
+
sgqlc.types.list_of(CollibraDomainSearchResponse),
|
|
60424
|
+
graphql_name="getCollibraDomainsForTableSearchName",
|
|
60425
|
+
args=sgqlc.types.ArgDict(
|
|
60426
|
+
(
|
|
60427
|
+
(
|
|
60428
|
+
"table_search_name",
|
|
60429
|
+
sgqlc.types.Arg(
|
|
60430
|
+
sgqlc.types.non_null(String), graphql_name="tableSearchName", default=None
|
|
60431
|
+
),
|
|
60432
|
+
),
|
|
60433
|
+
)
|
|
60434
|
+
),
|
|
60435
|
+
)
|
|
60436
|
+
"""(experimental) Get Collibra domain information for a table search
|
|
60437
|
+
name
|
|
60438
|
+
|
|
60439
|
+
Arguments:
|
|
60440
|
+
|
|
60441
|
+
* `table_search_name` (`String!`): Table search name in Collibra
|
|
60442
|
+
format (e.g., '>project>dataset>table')
|
|
60443
|
+
"""
|
|
60444
|
+
|
|
60262
60445
|
get_alation_table_flags = sgqlc.types.Field(
|
|
60263
60446
|
sgqlc.types.list_of(GetAlationTableFlags),
|
|
60264
60447
|
graphql_name="getAlationTableFlags",
|
|
@@ -60509,6 +60692,28 @@ class Query(sgqlc.types.Type):
|
|
|
60509
60692
|
* `etl_container_uuid` (`UUID`): UUID of ETL Container
|
|
60510
60693
|
"""
|
|
60511
60694
|
|
|
60695
|
+
get_ai_agent_config = sgqlc.types.Field(
|
|
60696
|
+
AiAgent,
|
|
60697
|
+
graphql_name="getAiAgentConfig",
|
|
60698
|
+
args=sgqlc.types.ArgDict(
|
|
60699
|
+
(
|
|
60700
|
+
(
|
|
60701
|
+
"agent_type",
|
|
60702
|
+
sgqlc.types.Arg(
|
|
60703
|
+
sgqlc.types.non_null(AiAgentType), graphql_name="agentType", default=None
|
|
60704
|
+
),
|
|
60705
|
+
),
|
|
60706
|
+
)
|
|
60707
|
+
),
|
|
60708
|
+
)
|
|
60709
|
+
"""(experimental) Get AI agent configuration for the account
|
|
60710
|
+
|
|
60711
|
+
Arguments:
|
|
60712
|
+
|
|
60713
|
+
* `agent_type` (`AiAgentType!`): Type of AI agent to retrieve
|
|
60714
|
+
configuration for
|
|
60715
|
+
"""
|
|
60716
|
+
|
|
60512
60717
|
fix_sql_query = sgqlc.types.Field(
|
|
60513
60718
|
AIMessageOutput,
|
|
60514
60719
|
graphql_name="fixSqlQuery",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.169 → pycarlo-0.10.170}/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.169 → pycarlo-0.10.170}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.169 → pycarlo-0.10.170}/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
|