pycarlo 0.10.223__tar.gz → 0.10.228__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.223 → pycarlo-0.10.228}/PKG-INFO +1 -1
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/lib/schema.json +589 -18
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/lib/schema.py +191 -5
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.223 → pycarlo-0.10.228}/.circleci/README.md +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/.circleci/config.yml +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/.coveragerc +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/.gitignore +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/LICENSE +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/Makefile +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/README.md +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/pyproject.toml +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/requirements-ci.txt +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/requirements-dev.txt +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/requirements.txt +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/setup.cfg +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/setup.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/common/data.json +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/test_client.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/test_operations.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/tests/test_session.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/utils/env.sh +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/utils/generate.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/utils/sample.env +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/utils/sanity.py +0 -0
- {pycarlo-0.10.223 → pycarlo-0.10.228}/utils/vars.py +0 -0
|
@@ -4323,6 +4323,37 @@
|
|
|
4323
4323
|
"ofType": null
|
|
4324
4324
|
}
|
|
4325
4325
|
},
|
|
4326
|
+
{
|
|
4327
|
+
"args": [
|
|
4328
|
+
{
|
|
4329
|
+
"defaultValue": null,
|
|
4330
|
+
"description": "MCON of assets to create data product from",
|
|
4331
|
+
"name": "mcons",
|
|
4332
|
+
"type": {
|
|
4333
|
+
"kind": "NON_NULL",
|
|
4334
|
+
"name": null,
|
|
4335
|
+
"ofType": {
|
|
4336
|
+
"kind": "LIST",
|
|
4337
|
+
"name": null,
|
|
4338
|
+
"ofType": {
|
|
4339
|
+
"kind": "SCALAR",
|
|
4340
|
+
"name": "String",
|
|
4341
|
+
"ofType": null
|
|
4342
|
+
}
|
|
4343
|
+
}
|
|
4344
|
+
}
|
|
4345
|
+
}
|
|
4346
|
+
],
|
|
4347
|
+
"deprecationReason": null,
|
|
4348
|
+
"description": "(experimental) Return asset counts for a data product had it been created from these MCONs",
|
|
4349
|
+
"isDeprecated": false,
|
|
4350
|
+
"name": "getDataProductDryRunCounts",
|
|
4351
|
+
"type": {
|
|
4352
|
+
"kind": "OBJECT",
|
|
4353
|
+
"name": "DataProductDryRunTableCounts",
|
|
4354
|
+
"ofType": null
|
|
4355
|
+
}
|
|
4356
|
+
},
|
|
4326
4357
|
{
|
|
4327
4358
|
"args": [
|
|
4328
4359
|
{
|
|
@@ -32537,6 +32568,11 @@
|
|
|
32537
32568
|
"name": "AuthUser",
|
|
32538
32569
|
"ofType": null
|
|
32539
32570
|
},
|
|
32571
|
+
{
|
|
32572
|
+
"kind": "OBJECT",
|
|
32573
|
+
"name": "ConnectionRestriction",
|
|
32574
|
+
"ofType": null
|
|
32575
|
+
},
|
|
32540
32576
|
{
|
|
32541
32577
|
"kind": "OBJECT",
|
|
32542
32578
|
"name": "AuditLogEntry",
|
|
@@ -38822,6 +38858,30 @@
|
|
|
38822
38858
|
"name": "UserAuthorizationOutput",
|
|
38823
38859
|
"ofType": null
|
|
38824
38860
|
}
|
|
38861
|
+
},
|
|
38862
|
+
{
|
|
38863
|
+
"args": [],
|
|
38864
|
+
"deprecationReason": null,
|
|
38865
|
+
"description": "Connections this user is allowed to use. Empty means unrestricted.",
|
|
38866
|
+
"isDeprecated": false,
|
|
38867
|
+
"name": "allowedConnections",
|
|
38868
|
+
"type": {
|
|
38869
|
+
"kind": "NON_NULL",
|
|
38870
|
+
"name": null,
|
|
38871
|
+
"ofType": {
|
|
38872
|
+
"kind": "LIST",
|
|
38873
|
+
"name": null,
|
|
38874
|
+
"ofType": {
|
|
38875
|
+
"kind": "NON_NULL",
|
|
38876
|
+
"name": null,
|
|
38877
|
+
"ofType": {
|
|
38878
|
+
"kind": "OBJECT",
|
|
38879
|
+
"name": "Connection",
|
|
38880
|
+
"ofType": null
|
|
38881
|
+
}
|
|
38882
|
+
}
|
|
38883
|
+
}
|
|
38884
|
+
}
|
|
38825
38885
|
}
|
|
38826
38886
|
],
|
|
38827
38887
|
"inputFields": null,
|
|
@@ -39607,18 +39667,6 @@
|
|
|
39607
39667
|
"ofType": null
|
|
39608
39668
|
}
|
|
39609
39669
|
},
|
|
39610
|
-
{
|
|
39611
|
-
"args": [],
|
|
39612
|
-
"deprecationReason": null,
|
|
39613
|
-
"description": "",
|
|
39614
|
-
"isDeprecated": false,
|
|
39615
|
-
"name": "account",
|
|
39616
|
-
"type": {
|
|
39617
|
-
"kind": "OBJECT",
|
|
39618
|
-
"name": "Account",
|
|
39619
|
-
"ofType": null
|
|
39620
|
-
}
|
|
39621
|
-
},
|
|
39622
39670
|
{
|
|
39623
39671
|
"args": [],
|
|
39624
39672
|
"deprecationReason": null,
|
|
@@ -39866,6 +39914,18 @@
|
|
|
39866
39914
|
}
|
|
39867
39915
|
}
|
|
39868
39916
|
},
|
|
39917
|
+
{
|
|
39918
|
+
"args": [],
|
|
39919
|
+
"deprecationReason": null,
|
|
39920
|
+
"description": "",
|
|
39921
|
+
"isDeprecated": false,
|
|
39922
|
+
"name": "account",
|
|
39923
|
+
"type": {
|
|
39924
|
+
"kind": "OBJECT",
|
|
39925
|
+
"name": "Account",
|
|
39926
|
+
"ofType": null
|
|
39927
|
+
}
|
|
39928
|
+
},
|
|
39869
39929
|
{
|
|
39870
39930
|
"args": [],
|
|
39871
39931
|
"deprecationReason": "Please use connectionIdentifiers instead to obtain all identifiers for the connection",
|
|
@@ -84947,6 +85007,18 @@
|
|
|
84947
85007
|
"name": "ValidatePerformanceDashboardAccessResponse",
|
|
84948
85008
|
"ofType": null
|
|
84949
85009
|
}
|
|
85010
|
+
},
|
|
85011
|
+
{
|
|
85012
|
+
"args": [],
|
|
85013
|
+
"deprecationReason": null,
|
|
85014
|
+
"description": "Whether the user can create, update or delete table monitors.",
|
|
85015
|
+
"isDeprecated": false,
|
|
85016
|
+
"name": "canEditTableMonitors",
|
|
85017
|
+
"type": {
|
|
85018
|
+
"kind": "SCALAR",
|
|
85019
|
+
"name": "Boolean",
|
|
85020
|
+
"ofType": null
|
|
85021
|
+
}
|
|
84950
85022
|
}
|
|
84951
85023
|
],
|
|
84952
85024
|
"inputFields": null,
|
|
@@ -102833,6 +102905,53 @@
|
|
|
102833
102905
|
"name": "TableUpstreamData",
|
|
102834
102906
|
"possibleTypes": null
|
|
102835
102907
|
},
|
|
102908
|
+
{
|
|
102909
|
+
"description": null,
|
|
102910
|
+
"enumValues": null,
|
|
102911
|
+
"fields": [
|
|
102912
|
+
{
|
|
102913
|
+
"args": [],
|
|
102914
|
+
"deprecationReason": null,
|
|
102915
|
+
"description": "Total count of assets that would be in the data product",
|
|
102916
|
+
"isDeprecated": false,
|
|
102917
|
+
"name": "totalAssetCount",
|
|
102918
|
+
"type": {
|
|
102919
|
+
"kind": "SCALAR",
|
|
102920
|
+
"name": "Int",
|
|
102921
|
+
"ofType": null
|
|
102922
|
+
}
|
|
102923
|
+
},
|
|
102924
|
+
{
|
|
102925
|
+
"args": [],
|
|
102926
|
+
"deprecationReason": null,
|
|
102927
|
+
"description": "Total count of already monitored assets",
|
|
102928
|
+
"isDeprecated": false,
|
|
102929
|
+
"name": "totalAssetMonitoredCount",
|
|
102930
|
+
"type": {
|
|
102931
|
+
"kind": "SCALAR",
|
|
102932
|
+
"name": "Int",
|
|
102933
|
+
"ofType": null
|
|
102934
|
+
}
|
|
102935
|
+
},
|
|
102936
|
+
{
|
|
102937
|
+
"args": [],
|
|
102938
|
+
"deprecationReason": null,
|
|
102939
|
+
"description": "Total count of yet unmonitored assets",
|
|
102940
|
+
"isDeprecated": false,
|
|
102941
|
+
"name": "totalAssetUnmonitoredCount",
|
|
102942
|
+
"type": {
|
|
102943
|
+
"kind": "SCALAR",
|
|
102944
|
+
"name": "Int",
|
|
102945
|
+
"ofType": null
|
|
102946
|
+
}
|
|
102947
|
+
}
|
|
102948
|
+
],
|
|
102949
|
+
"inputFields": null,
|
|
102950
|
+
"interfaces": [],
|
|
102951
|
+
"kind": "OBJECT",
|
|
102952
|
+
"name": "DataProductDryRunTableCounts",
|
|
102953
|
+
"possibleTypes": null
|
|
102954
|
+
},
|
|
102836
102955
|
{
|
|
102837
102956
|
"description": null,
|
|
102838
102957
|
"enumValues": null,
|
|
@@ -111931,6 +112050,22 @@
|
|
|
111931
112050
|
"ofType": null
|
|
111932
112051
|
}
|
|
111933
112052
|
},
|
|
112053
|
+
{
|
|
112054
|
+
"args": [],
|
|
112055
|
+
"deprecationReason": null,
|
|
112056
|
+
"description": "True if size collection is enabled for the asset",
|
|
112057
|
+
"isDeprecated": false,
|
|
112058
|
+
"name": "sizeCollectionEnabled",
|
|
112059
|
+
"type": {
|
|
112060
|
+
"kind": "NON_NULL",
|
|
112061
|
+
"name": null,
|
|
112062
|
+
"ofType": {
|
|
112063
|
+
"kind": "SCALAR",
|
|
112064
|
+
"name": "Boolean",
|
|
112065
|
+
"ofType": null
|
|
112066
|
+
}
|
|
112067
|
+
}
|
|
112068
|
+
},
|
|
111934
112069
|
{
|
|
111935
112070
|
"args": [],
|
|
111936
112071
|
"deprecationReason": null,
|
|
@@ -132786,6 +132921,30 @@
|
|
|
132786
132921
|
}
|
|
132787
132922
|
}
|
|
132788
132923
|
},
|
|
132924
|
+
{
|
|
132925
|
+
"args": [],
|
|
132926
|
+
"deprecationReason": null,
|
|
132927
|
+
"description": "List of connections this group is limited to.",
|
|
132928
|
+
"isDeprecated": false,
|
|
132929
|
+
"name": "connectionRestrictions",
|
|
132930
|
+
"type": {
|
|
132931
|
+
"kind": "NON_NULL",
|
|
132932
|
+
"name": null,
|
|
132933
|
+
"ofType": {
|
|
132934
|
+
"kind": "LIST",
|
|
132935
|
+
"name": null,
|
|
132936
|
+
"ofType": {
|
|
132937
|
+
"kind": "NON_NULL",
|
|
132938
|
+
"name": null,
|
|
132939
|
+
"ofType": {
|
|
132940
|
+
"kind": "OBJECT",
|
|
132941
|
+
"name": "ConnectionRestriction",
|
|
132942
|
+
"ofType": null
|
|
132943
|
+
}
|
|
132944
|
+
}
|
|
132945
|
+
}
|
|
132946
|
+
}
|
|
132947
|
+
},
|
|
132789
132948
|
{
|
|
132790
132949
|
"args": [],
|
|
132791
132950
|
"deprecationReason": null,
|
|
@@ -136659,6 +136818,410 @@
|
|
|
136659
136818
|
"name": "AuthUser",
|
|
136660
136819
|
"possibleTypes": null
|
|
136661
136820
|
},
|
|
136821
|
+
{
|
|
136822
|
+
"description": null,
|
|
136823
|
+
"enumValues": null,
|
|
136824
|
+
"fields": [
|
|
136825
|
+
{
|
|
136826
|
+
"args": [],
|
|
136827
|
+
"deprecationReason": null,
|
|
136828
|
+
"description": "The ID of the object.",
|
|
136829
|
+
"isDeprecated": false,
|
|
136830
|
+
"name": "id",
|
|
136831
|
+
"type": {
|
|
136832
|
+
"kind": "NON_NULL",
|
|
136833
|
+
"name": null,
|
|
136834
|
+
"ofType": {
|
|
136835
|
+
"kind": "SCALAR",
|
|
136836
|
+
"name": "ID",
|
|
136837
|
+
"ofType": null
|
|
136838
|
+
}
|
|
136839
|
+
}
|
|
136840
|
+
},
|
|
136841
|
+
{
|
|
136842
|
+
"args": [],
|
|
136843
|
+
"deprecationReason": null,
|
|
136844
|
+
"description": "",
|
|
136845
|
+
"isDeprecated": false,
|
|
136846
|
+
"name": "createdTime",
|
|
136847
|
+
"type": {
|
|
136848
|
+
"kind": "NON_NULL",
|
|
136849
|
+
"name": null,
|
|
136850
|
+
"ofType": {
|
|
136851
|
+
"kind": "SCALAR",
|
|
136852
|
+
"name": "DateTime",
|
|
136853
|
+
"ofType": null
|
|
136854
|
+
}
|
|
136855
|
+
}
|
|
136856
|
+
},
|
|
136857
|
+
{
|
|
136858
|
+
"args": [],
|
|
136859
|
+
"deprecationReason": null,
|
|
136860
|
+
"description": "",
|
|
136861
|
+
"isDeprecated": false,
|
|
136862
|
+
"name": "updatedTime",
|
|
136863
|
+
"type": {
|
|
136864
|
+
"kind": "NON_NULL",
|
|
136865
|
+
"name": null,
|
|
136866
|
+
"ofType": {
|
|
136867
|
+
"kind": "SCALAR",
|
|
136868
|
+
"name": "DateTime",
|
|
136869
|
+
"ofType": null
|
|
136870
|
+
}
|
|
136871
|
+
}
|
|
136872
|
+
},
|
|
136873
|
+
{
|
|
136874
|
+
"args": [],
|
|
136875
|
+
"deprecationReason": null,
|
|
136876
|
+
"description": "Creator",
|
|
136877
|
+
"isDeprecated": false,
|
|
136878
|
+
"name": "createdBy",
|
|
136879
|
+
"type": {
|
|
136880
|
+
"kind": "OBJECT",
|
|
136881
|
+
"name": "User",
|
|
136882
|
+
"ofType": null
|
|
136883
|
+
}
|
|
136884
|
+
},
|
|
136885
|
+
{
|
|
136886
|
+
"args": [],
|
|
136887
|
+
"deprecationReason": null,
|
|
136888
|
+
"description": "Last updated by",
|
|
136889
|
+
"isDeprecated": false,
|
|
136890
|
+
"name": "lastUpdateUser",
|
|
136891
|
+
"type": {
|
|
136892
|
+
"kind": "OBJECT",
|
|
136893
|
+
"name": "User",
|
|
136894
|
+
"ofType": null
|
|
136895
|
+
}
|
|
136896
|
+
},
|
|
136897
|
+
{
|
|
136898
|
+
"args": [],
|
|
136899
|
+
"deprecationReason": null,
|
|
136900
|
+
"description": "",
|
|
136901
|
+
"isDeprecated": false,
|
|
136902
|
+
"name": "deletedAt",
|
|
136903
|
+
"type": {
|
|
136904
|
+
"kind": "SCALAR",
|
|
136905
|
+
"name": "DateTime",
|
|
136906
|
+
"ofType": null
|
|
136907
|
+
}
|
|
136908
|
+
},
|
|
136909
|
+
{
|
|
136910
|
+
"args": [],
|
|
136911
|
+
"deprecationReason": null,
|
|
136912
|
+
"description": "",
|
|
136913
|
+
"isDeprecated": false,
|
|
136914
|
+
"name": "uuid",
|
|
136915
|
+
"type": {
|
|
136916
|
+
"kind": "NON_NULL",
|
|
136917
|
+
"name": null,
|
|
136918
|
+
"ofType": {
|
|
136919
|
+
"kind": "SCALAR",
|
|
136920
|
+
"name": "UUID",
|
|
136921
|
+
"ofType": null
|
|
136922
|
+
}
|
|
136923
|
+
}
|
|
136924
|
+
},
|
|
136925
|
+
{
|
|
136926
|
+
"args": [],
|
|
136927
|
+
"deprecationReason": null,
|
|
136928
|
+
"description": "",
|
|
136929
|
+
"isDeprecated": false,
|
|
136930
|
+
"name": "type",
|
|
136931
|
+
"type": {
|
|
136932
|
+
"kind": "NON_NULL",
|
|
136933
|
+
"name": null,
|
|
136934
|
+
"ofType": {
|
|
136935
|
+
"kind": "ENUM",
|
|
136936
|
+
"name": "ConnectionModelType",
|
|
136937
|
+
"ofType": null
|
|
136938
|
+
}
|
|
136939
|
+
}
|
|
136940
|
+
},
|
|
136941
|
+
{
|
|
136942
|
+
"args": [],
|
|
136943
|
+
"deprecationReason": null,
|
|
136944
|
+
"description": "Subtype of a plugin connection",
|
|
136945
|
+
"isDeprecated": false,
|
|
136946
|
+
"name": "subtype",
|
|
136947
|
+
"type": {
|
|
136948
|
+
"kind": "SCALAR",
|
|
136949
|
+
"name": "String",
|
|
136950
|
+
"ofType": null
|
|
136951
|
+
}
|
|
136952
|
+
},
|
|
136953
|
+
{
|
|
136954
|
+
"args": [],
|
|
136955
|
+
"deprecationReason": null,
|
|
136956
|
+
"description": "Name of the connection",
|
|
136957
|
+
"isDeprecated": false,
|
|
136958
|
+
"name": "name",
|
|
136959
|
+
"type": {
|
|
136960
|
+
"kind": "SCALAR",
|
|
136961
|
+
"name": "String",
|
|
136962
|
+
"ofType": null
|
|
136963
|
+
}
|
|
136964
|
+
},
|
|
136965
|
+
{
|
|
136966
|
+
"args": [],
|
|
136967
|
+
"deprecationReason": null,
|
|
136968
|
+
"description": "",
|
|
136969
|
+
"isDeprecated": false,
|
|
136970
|
+
"name": "warehouse",
|
|
136971
|
+
"type": {
|
|
136972
|
+
"kind": "OBJECT",
|
|
136973
|
+
"name": "Warehouse",
|
|
136974
|
+
"ofType": null
|
|
136975
|
+
}
|
|
136976
|
+
},
|
|
136977
|
+
{
|
|
136978
|
+
"args": [],
|
|
136979
|
+
"deprecationReason": null,
|
|
136980
|
+
"description": "",
|
|
136981
|
+
"isDeprecated": false,
|
|
136982
|
+
"name": "biContainer",
|
|
136983
|
+
"type": {
|
|
136984
|
+
"kind": "OBJECT",
|
|
136985
|
+
"name": "BiContainer",
|
|
136986
|
+
"ofType": null
|
|
136987
|
+
}
|
|
136988
|
+
},
|
|
136989
|
+
{
|
|
136990
|
+
"args": [],
|
|
136991
|
+
"deprecationReason": null,
|
|
136992
|
+
"description": "",
|
|
136993
|
+
"isDeprecated": false,
|
|
136994
|
+
"name": "etlContainer",
|
|
136995
|
+
"type": {
|
|
136996
|
+
"kind": "OBJECT",
|
|
136997
|
+
"name": "EtlContainer",
|
|
136998
|
+
"ofType": null
|
|
136999
|
+
}
|
|
137000
|
+
},
|
|
137001
|
+
{
|
|
137002
|
+
"args": [],
|
|
137003
|
+
"deprecationReason": null,
|
|
137004
|
+
"description": "Prevents deletion when enabled.",
|
|
137005
|
+
"isDeprecated": false,
|
|
137006
|
+
"name": "deletionProtection",
|
|
137007
|
+
"type": {
|
|
137008
|
+
"kind": "NON_NULL",
|
|
137009
|
+
"name": null,
|
|
137010
|
+
"ofType": {
|
|
137011
|
+
"kind": "SCALAR",
|
|
137012
|
+
"name": "Boolean",
|
|
137013
|
+
"ofType": null
|
|
137014
|
+
}
|
|
137015
|
+
}
|
|
137016
|
+
},
|
|
137017
|
+
{
|
|
137018
|
+
"args": [],
|
|
137019
|
+
"deprecationReason": null,
|
|
137020
|
+
"description": "",
|
|
137021
|
+
"isDeprecated": false,
|
|
137022
|
+
"name": "jobTypes",
|
|
137023
|
+
"type": {
|
|
137024
|
+
"kind": "NON_NULL",
|
|
137025
|
+
"name": null,
|
|
137026
|
+
"ofType": {
|
|
137027
|
+
"kind": "LIST",
|
|
137028
|
+
"name": null,
|
|
137029
|
+
"ofType": {
|
|
137030
|
+
"kind": "NON_NULL",
|
|
137031
|
+
"name": null,
|
|
137032
|
+
"ofType": {
|
|
137033
|
+
"kind": "SCALAR",
|
|
137034
|
+
"name": "String",
|
|
137035
|
+
"ofType": null
|
|
137036
|
+
}
|
|
137037
|
+
}
|
|
137038
|
+
}
|
|
137039
|
+
}
|
|
137040
|
+
},
|
|
137041
|
+
{
|
|
137042
|
+
"args": [],
|
|
137043
|
+
"deprecationReason": null,
|
|
137044
|
+
"description": "",
|
|
137045
|
+
"isDeprecated": false,
|
|
137046
|
+
"name": "streamingCluster",
|
|
137047
|
+
"type": {
|
|
137048
|
+
"kind": "OBJECT",
|
|
137049
|
+
"name": "StreamingCluster",
|
|
137050
|
+
"ofType": null
|
|
137051
|
+
}
|
|
137052
|
+
},
|
|
137053
|
+
{
|
|
137054
|
+
"args": [],
|
|
137055
|
+
"deprecationReason": null,
|
|
137056
|
+
"description": "",
|
|
137057
|
+
"isDeprecated": false,
|
|
137058
|
+
"name": "credentialsS3Key",
|
|
137059
|
+
"type": {
|
|
137060
|
+
"kind": "SCALAR",
|
|
137061
|
+
"name": "String",
|
|
137062
|
+
"ofType": null
|
|
137063
|
+
}
|
|
137064
|
+
},
|
|
137065
|
+
{
|
|
137066
|
+
"args": [],
|
|
137067
|
+
"deprecationReason": null,
|
|
137068
|
+
"description": "",
|
|
137069
|
+
"isDeprecated": false,
|
|
137070
|
+
"name": "integrationGatewayCredentialsKey",
|
|
137071
|
+
"type": {
|
|
137072
|
+
"kind": "SCALAR",
|
|
137073
|
+
"name": "String",
|
|
137074
|
+
"ofType": null
|
|
137075
|
+
}
|
|
137076
|
+
},
|
|
137077
|
+
{
|
|
137078
|
+
"args": [],
|
|
137079
|
+
"deprecationReason": null,
|
|
137080
|
+
"description": "",
|
|
137081
|
+
"isDeprecated": false,
|
|
137082
|
+
"name": "data",
|
|
137083
|
+
"type": {
|
|
137084
|
+
"kind": "SCALAR",
|
|
137085
|
+
"name": "JSONString",
|
|
137086
|
+
"ofType": null
|
|
137087
|
+
}
|
|
137088
|
+
},
|
|
137089
|
+
{
|
|
137090
|
+
"args": [],
|
|
137091
|
+
"deprecationReason": null,
|
|
137092
|
+
"description": "",
|
|
137093
|
+
"isDeprecated": false,
|
|
137094
|
+
"name": "createdOn",
|
|
137095
|
+
"type": {
|
|
137096
|
+
"kind": "NON_NULL",
|
|
137097
|
+
"name": null,
|
|
137098
|
+
"ofType": {
|
|
137099
|
+
"kind": "SCALAR",
|
|
137100
|
+
"name": "DateTime",
|
|
137101
|
+
"ofType": null
|
|
137102
|
+
}
|
|
137103
|
+
}
|
|
137104
|
+
},
|
|
137105
|
+
{
|
|
137106
|
+
"args": [],
|
|
137107
|
+
"deprecationReason": null,
|
|
137108
|
+
"description": "",
|
|
137109
|
+
"isDeprecated": false,
|
|
137110
|
+
"name": "updatedOn",
|
|
137111
|
+
"type": {
|
|
137112
|
+
"kind": "SCALAR",
|
|
137113
|
+
"name": "DateTime",
|
|
137114
|
+
"ofType": null
|
|
137115
|
+
}
|
|
137116
|
+
},
|
|
137117
|
+
{
|
|
137118
|
+
"args": [],
|
|
137119
|
+
"deprecationReason": null,
|
|
137120
|
+
"description": "",
|
|
137121
|
+
"isDeprecated": false,
|
|
137122
|
+
"name": "isActive",
|
|
137123
|
+
"type": {
|
|
137124
|
+
"kind": "NON_NULL",
|
|
137125
|
+
"name": null,
|
|
137126
|
+
"ofType": {
|
|
137127
|
+
"kind": "SCALAR",
|
|
137128
|
+
"name": "Boolean",
|
|
137129
|
+
"ofType": null
|
|
137130
|
+
}
|
|
137131
|
+
}
|
|
137132
|
+
},
|
|
137133
|
+
{
|
|
137134
|
+
"args": [],
|
|
137135
|
+
"deprecationReason": null,
|
|
137136
|
+
"description": "",
|
|
137137
|
+
"isDeprecated": false,
|
|
137138
|
+
"name": "disabledOn",
|
|
137139
|
+
"type": {
|
|
137140
|
+
"kind": "SCALAR",
|
|
137141
|
+
"name": "DateTime",
|
|
137142
|
+
"ofType": null
|
|
137143
|
+
}
|
|
137144
|
+
},
|
|
137145
|
+
{
|
|
137146
|
+
"args": [
|
|
137147
|
+
{
|
|
137148
|
+
"defaultValue": null,
|
|
137149
|
+
"description": null,
|
|
137150
|
+
"name": "offset",
|
|
137151
|
+
"type": {
|
|
137152
|
+
"kind": "SCALAR",
|
|
137153
|
+
"name": "Int",
|
|
137154
|
+
"ofType": null
|
|
137155
|
+
}
|
|
137156
|
+
},
|
|
137157
|
+
{
|
|
137158
|
+
"defaultValue": null,
|
|
137159
|
+
"description": null,
|
|
137160
|
+
"name": "before",
|
|
137161
|
+
"type": {
|
|
137162
|
+
"kind": "SCALAR",
|
|
137163
|
+
"name": "String",
|
|
137164
|
+
"ofType": null
|
|
137165
|
+
}
|
|
137166
|
+
},
|
|
137167
|
+
{
|
|
137168
|
+
"defaultValue": null,
|
|
137169
|
+
"description": null,
|
|
137170
|
+
"name": "after",
|
|
137171
|
+
"type": {
|
|
137172
|
+
"kind": "SCALAR",
|
|
137173
|
+
"name": "String",
|
|
137174
|
+
"ofType": null
|
|
137175
|
+
}
|
|
137176
|
+
},
|
|
137177
|
+
{
|
|
137178
|
+
"defaultValue": null,
|
|
137179
|
+
"description": null,
|
|
137180
|
+
"name": "first",
|
|
137181
|
+
"type": {
|
|
137182
|
+
"kind": "SCALAR",
|
|
137183
|
+
"name": "Int",
|
|
137184
|
+
"ofType": null
|
|
137185
|
+
}
|
|
137186
|
+
},
|
|
137187
|
+
{
|
|
137188
|
+
"defaultValue": null,
|
|
137189
|
+
"description": null,
|
|
137190
|
+
"name": "last",
|
|
137191
|
+
"type": {
|
|
137192
|
+
"kind": "SCALAR",
|
|
137193
|
+
"name": "Int",
|
|
137194
|
+
"ofType": null
|
|
137195
|
+
}
|
|
137196
|
+
}
|
|
137197
|
+
],
|
|
137198
|
+
"deprecationReason": null,
|
|
137199
|
+
"description": "dbt connection",
|
|
137200
|
+
"isDeprecated": false,
|
|
137201
|
+
"name": "dbtProjects",
|
|
137202
|
+
"type": {
|
|
137203
|
+
"kind": "NON_NULL",
|
|
137204
|
+
"name": null,
|
|
137205
|
+
"ofType": {
|
|
137206
|
+
"kind": "OBJECT",
|
|
137207
|
+
"name": "DbtProjectConnection",
|
|
137208
|
+
"ofType": null
|
|
137209
|
+
}
|
|
137210
|
+
}
|
|
137211
|
+
}
|
|
137212
|
+
],
|
|
137213
|
+
"inputFields": null,
|
|
137214
|
+
"interfaces": [
|
|
137215
|
+
{
|
|
137216
|
+
"kind": "INTERFACE",
|
|
137217
|
+
"name": "Node",
|
|
137218
|
+
"ofType": null
|
|
137219
|
+
}
|
|
137220
|
+
],
|
|
137221
|
+
"kind": "OBJECT",
|
|
137222
|
+
"name": "ConnectionRestriction",
|
|
137223
|
+
"possibleTypes": null
|
|
137224
|
+
},
|
|
136662
137225
|
{
|
|
136663
137226
|
"description": null,
|
|
136664
137227
|
"enumValues": [
|
|
@@ -145639,12 +146202,6 @@
|
|
|
145639
146202
|
{
|
|
145640
146203
|
"description": null,
|
|
145641
146204
|
"enumValues": [
|
|
145642
|
-
{
|
|
145643
|
-
"deprecationReason": null,
|
|
145644
|
-
"description": null,
|
|
145645
|
-
"isDeprecated": false,
|
|
145646
|
-
"name": "AI_FEATURES_OFF"
|
|
145647
|
-
},
|
|
145648
146205
|
{
|
|
145649
146206
|
"deprecationReason": null,
|
|
145650
146207
|
"description": null,
|
|
@@ -171192,6 +171749,20 @@
|
|
|
171192
171749
|
},
|
|
171193
171750
|
{
|
|
171194
171751
|
"args": [
|
|
171752
|
+
{
|
|
171753
|
+
"defaultValue": null,
|
|
171754
|
+
"description": "Optional list of connection UUIDs to restrict visibility to. If not provided, will clear/apply no restrictions.",
|
|
171755
|
+
"name": "connectionRestrictionIds",
|
|
171756
|
+
"type": {
|
|
171757
|
+
"kind": "LIST",
|
|
171758
|
+
"name": null,
|
|
171759
|
+
"ofType": {
|
|
171760
|
+
"kind": "SCALAR",
|
|
171761
|
+
"name": "UUID",
|
|
171762
|
+
"ofType": null
|
|
171763
|
+
}
|
|
171764
|
+
}
|
|
171765
|
+
},
|
|
171195
171766
|
{
|
|
171196
171767
|
"defaultValue": null,
|
|
171197
171768
|
"description": "Description/help text to help users understand the purpose of the group. If not provided on updates, will keep current value.",
|