pycarlo 0.10.223__tar.gz → 0.10.226__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.

Files changed (93) hide show
  1. {pycarlo-0.10.223 → pycarlo-0.10.226}/PKG-INFO +1 -1
  2. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/lib/schema.json +573 -12
  3. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/lib/schema.py +185 -3
  4. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.223 → pycarlo-0.10.226}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.223 → pycarlo-0.10.226}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.223 → pycarlo-0.10.226}/.coveragerc +0 -0
  8. {pycarlo-0.10.223 → pycarlo-0.10.226}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.223 → pycarlo-0.10.226}/.gitignore +0 -0
  10. {pycarlo-0.10.223 → pycarlo-0.10.226}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.223 → pycarlo-0.10.226}/LICENSE +0 -0
  12. {pycarlo-0.10.223 → pycarlo-0.10.226}/Makefile +0 -0
  13. {pycarlo-0.10.223 → pycarlo-0.10.226}/README.md +0 -0
  14. {pycarlo-0.10.223 → pycarlo-0.10.226}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.223 → pycarlo-0.10.226}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.223 → pycarlo-0.10.226}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.223 → pycarlo-0.10.226}/pyproject.toml +0 -0
  58. {pycarlo-0.10.223 → pycarlo-0.10.226}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.223 → pycarlo-0.10.226}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.223 → pycarlo-0.10.226}/requirements.txt +0 -0
  61. {pycarlo-0.10.223 → pycarlo-0.10.226}/setup.cfg +0 -0
  62. {pycarlo-0.10.223 → pycarlo-0.10.226}/setup.py +0 -0
  63. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.223 → pycarlo-0.10.226}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.223 → pycarlo-0.10.226}/utils/env.sh +0 -0
  90. {pycarlo-0.10.223 → pycarlo-0.10.226}/utils/generate.py +0 -0
  91. {pycarlo-0.10.223 → pycarlo-0.10.226}/utils/sample.env +0 -0
  92. {pycarlo-0.10.223 → pycarlo-0.10.226}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.223 → pycarlo-0.10.226}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.223
3
+ Version: 0.10.226
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -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,
@@ -132786,6 +132905,30 @@
132786
132905
  }
132787
132906
  }
132788
132907
  },
132908
+ {
132909
+ "args": [],
132910
+ "deprecationReason": null,
132911
+ "description": "List of connections this group is limited to.",
132912
+ "isDeprecated": false,
132913
+ "name": "connectionRestrictions",
132914
+ "type": {
132915
+ "kind": "NON_NULL",
132916
+ "name": null,
132917
+ "ofType": {
132918
+ "kind": "LIST",
132919
+ "name": null,
132920
+ "ofType": {
132921
+ "kind": "NON_NULL",
132922
+ "name": null,
132923
+ "ofType": {
132924
+ "kind": "OBJECT",
132925
+ "name": "ConnectionRestriction",
132926
+ "ofType": null
132927
+ }
132928
+ }
132929
+ }
132930
+ }
132931
+ },
132789
132932
  {
132790
132933
  "args": [],
132791
132934
  "deprecationReason": null,
@@ -136659,6 +136802,410 @@
136659
136802
  "name": "AuthUser",
136660
136803
  "possibleTypes": null
136661
136804
  },
136805
+ {
136806
+ "description": null,
136807
+ "enumValues": null,
136808
+ "fields": [
136809
+ {
136810
+ "args": [],
136811
+ "deprecationReason": null,
136812
+ "description": "The ID of the object.",
136813
+ "isDeprecated": false,
136814
+ "name": "id",
136815
+ "type": {
136816
+ "kind": "NON_NULL",
136817
+ "name": null,
136818
+ "ofType": {
136819
+ "kind": "SCALAR",
136820
+ "name": "ID",
136821
+ "ofType": null
136822
+ }
136823
+ }
136824
+ },
136825
+ {
136826
+ "args": [],
136827
+ "deprecationReason": null,
136828
+ "description": "",
136829
+ "isDeprecated": false,
136830
+ "name": "createdTime",
136831
+ "type": {
136832
+ "kind": "NON_NULL",
136833
+ "name": null,
136834
+ "ofType": {
136835
+ "kind": "SCALAR",
136836
+ "name": "DateTime",
136837
+ "ofType": null
136838
+ }
136839
+ }
136840
+ },
136841
+ {
136842
+ "args": [],
136843
+ "deprecationReason": null,
136844
+ "description": "",
136845
+ "isDeprecated": false,
136846
+ "name": "updatedTime",
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": "Creator",
136861
+ "isDeprecated": false,
136862
+ "name": "createdBy",
136863
+ "type": {
136864
+ "kind": "OBJECT",
136865
+ "name": "User",
136866
+ "ofType": null
136867
+ }
136868
+ },
136869
+ {
136870
+ "args": [],
136871
+ "deprecationReason": null,
136872
+ "description": "Last updated by",
136873
+ "isDeprecated": false,
136874
+ "name": "lastUpdateUser",
136875
+ "type": {
136876
+ "kind": "OBJECT",
136877
+ "name": "User",
136878
+ "ofType": null
136879
+ }
136880
+ },
136881
+ {
136882
+ "args": [],
136883
+ "deprecationReason": null,
136884
+ "description": "",
136885
+ "isDeprecated": false,
136886
+ "name": "deletedAt",
136887
+ "type": {
136888
+ "kind": "SCALAR",
136889
+ "name": "DateTime",
136890
+ "ofType": null
136891
+ }
136892
+ },
136893
+ {
136894
+ "args": [],
136895
+ "deprecationReason": null,
136896
+ "description": "",
136897
+ "isDeprecated": false,
136898
+ "name": "uuid",
136899
+ "type": {
136900
+ "kind": "NON_NULL",
136901
+ "name": null,
136902
+ "ofType": {
136903
+ "kind": "SCALAR",
136904
+ "name": "UUID",
136905
+ "ofType": null
136906
+ }
136907
+ }
136908
+ },
136909
+ {
136910
+ "args": [],
136911
+ "deprecationReason": null,
136912
+ "description": "",
136913
+ "isDeprecated": false,
136914
+ "name": "type",
136915
+ "type": {
136916
+ "kind": "NON_NULL",
136917
+ "name": null,
136918
+ "ofType": {
136919
+ "kind": "ENUM",
136920
+ "name": "ConnectionModelType",
136921
+ "ofType": null
136922
+ }
136923
+ }
136924
+ },
136925
+ {
136926
+ "args": [],
136927
+ "deprecationReason": null,
136928
+ "description": "Subtype of a plugin connection",
136929
+ "isDeprecated": false,
136930
+ "name": "subtype",
136931
+ "type": {
136932
+ "kind": "SCALAR",
136933
+ "name": "String",
136934
+ "ofType": null
136935
+ }
136936
+ },
136937
+ {
136938
+ "args": [],
136939
+ "deprecationReason": null,
136940
+ "description": "Name of the connection",
136941
+ "isDeprecated": false,
136942
+ "name": "name",
136943
+ "type": {
136944
+ "kind": "SCALAR",
136945
+ "name": "String",
136946
+ "ofType": null
136947
+ }
136948
+ },
136949
+ {
136950
+ "args": [],
136951
+ "deprecationReason": null,
136952
+ "description": "",
136953
+ "isDeprecated": false,
136954
+ "name": "warehouse",
136955
+ "type": {
136956
+ "kind": "OBJECT",
136957
+ "name": "Warehouse",
136958
+ "ofType": null
136959
+ }
136960
+ },
136961
+ {
136962
+ "args": [],
136963
+ "deprecationReason": null,
136964
+ "description": "",
136965
+ "isDeprecated": false,
136966
+ "name": "biContainer",
136967
+ "type": {
136968
+ "kind": "OBJECT",
136969
+ "name": "BiContainer",
136970
+ "ofType": null
136971
+ }
136972
+ },
136973
+ {
136974
+ "args": [],
136975
+ "deprecationReason": null,
136976
+ "description": "",
136977
+ "isDeprecated": false,
136978
+ "name": "etlContainer",
136979
+ "type": {
136980
+ "kind": "OBJECT",
136981
+ "name": "EtlContainer",
136982
+ "ofType": null
136983
+ }
136984
+ },
136985
+ {
136986
+ "args": [],
136987
+ "deprecationReason": null,
136988
+ "description": "Prevents deletion when enabled.",
136989
+ "isDeprecated": false,
136990
+ "name": "deletionProtection",
136991
+ "type": {
136992
+ "kind": "NON_NULL",
136993
+ "name": null,
136994
+ "ofType": {
136995
+ "kind": "SCALAR",
136996
+ "name": "Boolean",
136997
+ "ofType": null
136998
+ }
136999
+ }
137000
+ },
137001
+ {
137002
+ "args": [],
137003
+ "deprecationReason": null,
137004
+ "description": "",
137005
+ "isDeprecated": false,
137006
+ "name": "jobTypes",
137007
+ "type": {
137008
+ "kind": "NON_NULL",
137009
+ "name": null,
137010
+ "ofType": {
137011
+ "kind": "LIST",
137012
+ "name": null,
137013
+ "ofType": {
137014
+ "kind": "NON_NULL",
137015
+ "name": null,
137016
+ "ofType": {
137017
+ "kind": "SCALAR",
137018
+ "name": "String",
137019
+ "ofType": null
137020
+ }
137021
+ }
137022
+ }
137023
+ }
137024
+ },
137025
+ {
137026
+ "args": [],
137027
+ "deprecationReason": null,
137028
+ "description": "",
137029
+ "isDeprecated": false,
137030
+ "name": "streamingCluster",
137031
+ "type": {
137032
+ "kind": "OBJECT",
137033
+ "name": "StreamingCluster",
137034
+ "ofType": null
137035
+ }
137036
+ },
137037
+ {
137038
+ "args": [],
137039
+ "deprecationReason": null,
137040
+ "description": "",
137041
+ "isDeprecated": false,
137042
+ "name": "credentialsS3Key",
137043
+ "type": {
137044
+ "kind": "SCALAR",
137045
+ "name": "String",
137046
+ "ofType": null
137047
+ }
137048
+ },
137049
+ {
137050
+ "args": [],
137051
+ "deprecationReason": null,
137052
+ "description": "",
137053
+ "isDeprecated": false,
137054
+ "name": "integrationGatewayCredentialsKey",
137055
+ "type": {
137056
+ "kind": "SCALAR",
137057
+ "name": "String",
137058
+ "ofType": null
137059
+ }
137060
+ },
137061
+ {
137062
+ "args": [],
137063
+ "deprecationReason": null,
137064
+ "description": "",
137065
+ "isDeprecated": false,
137066
+ "name": "data",
137067
+ "type": {
137068
+ "kind": "SCALAR",
137069
+ "name": "JSONString",
137070
+ "ofType": null
137071
+ }
137072
+ },
137073
+ {
137074
+ "args": [],
137075
+ "deprecationReason": null,
137076
+ "description": "",
137077
+ "isDeprecated": false,
137078
+ "name": "createdOn",
137079
+ "type": {
137080
+ "kind": "NON_NULL",
137081
+ "name": null,
137082
+ "ofType": {
137083
+ "kind": "SCALAR",
137084
+ "name": "DateTime",
137085
+ "ofType": null
137086
+ }
137087
+ }
137088
+ },
137089
+ {
137090
+ "args": [],
137091
+ "deprecationReason": null,
137092
+ "description": "",
137093
+ "isDeprecated": false,
137094
+ "name": "updatedOn",
137095
+ "type": {
137096
+ "kind": "SCALAR",
137097
+ "name": "DateTime",
137098
+ "ofType": null
137099
+ }
137100
+ },
137101
+ {
137102
+ "args": [],
137103
+ "deprecationReason": null,
137104
+ "description": "",
137105
+ "isDeprecated": false,
137106
+ "name": "isActive",
137107
+ "type": {
137108
+ "kind": "NON_NULL",
137109
+ "name": null,
137110
+ "ofType": {
137111
+ "kind": "SCALAR",
137112
+ "name": "Boolean",
137113
+ "ofType": null
137114
+ }
137115
+ }
137116
+ },
137117
+ {
137118
+ "args": [],
137119
+ "deprecationReason": null,
137120
+ "description": "",
137121
+ "isDeprecated": false,
137122
+ "name": "disabledOn",
137123
+ "type": {
137124
+ "kind": "SCALAR",
137125
+ "name": "DateTime",
137126
+ "ofType": null
137127
+ }
137128
+ },
137129
+ {
137130
+ "args": [
137131
+ {
137132
+ "defaultValue": null,
137133
+ "description": null,
137134
+ "name": "offset",
137135
+ "type": {
137136
+ "kind": "SCALAR",
137137
+ "name": "Int",
137138
+ "ofType": null
137139
+ }
137140
+ },
137141
+ {
137142
+ "defaultValue": null,
137143
+ "description": null,
137144
+ "name": "before",
137145
+ "type": {
137146
+ "kind": "SCALAR",
137147
+ "name": "String",
137148
+ "ofType": null
137149
+ }
137150
+ },
137151
+ {
137152
+ "defaultValue": null,
137153
+ "description": null,
137154
+ "name": "after",
137155
+ "type": {
137156
+ "kind": "SCALAR",
137157
+ "name": "String",
137158
+ "ofType": null
137159
+ }
137160
+ },
137161
+ {
137162
+ "defaultValue": null,
137163
+ "description": null,
137164
+ "name": "first",
137165
+ "type": {
137166
+ "kind": "SCALAR",
137167
+ "name": "Int",
137168
+ "ofType": null
137169
+ }
137170
+ },
137171
+ {
137172
+ "defaultValue": null,
137173
+ "description": null,
137174
+ "name": "last",
137175
+ "type": {
137176
+ "kind": "SCALAR",
137177
+ "name": "Int",
137178
+ "ofType": null
137179
+ }
137180
+ }
137181
+ ],
137182
+ "deprecationReason": null,
137183
+ "description": "dbt connection",
137184
+ "isDeprecated": false,
137185
+ "name": "dbtProjects",
137186
+ "type": {
137187
+ "kind": "NON_NULL",
137188
+ "name": null,
137189
+ "ofType": {
137190
+ "kind": "OBJECT",
137191
+ "name": "DbtProjectConnection",
137192
+ "ofType": null
137193
+ }
137194
+ }
137195
+ }
137196
+ ],
137197
+ "inputFields": null,
137198
+ "interfaces": [
137199
+ {
137200
+ "kind": "INTERFACE",
137201
+ "name": "Node",
137202
+ "ofType": null
137203
+ }
137204
+ ],
137205
+ "kind": "OBJECT",
137206
+ "name": "ConnectionRestriction",
137207
+ "possibleTypes": null
137208
+ },
136662
137209
  {
136663
137210
  "description": null,
136664
137211
  "enumValues": [
@@ -171192,6 +171739,20 @@
171192
171739
  },
171193
171740
  {
171194
171741
  "args": [
171742
+ {
171743
+ "defaultValue": null,
171744
+ "description": "Optional list of connection UUIDs to restrict visibility to. If not provided, will clear/apply no restrictions.",
171745
+ "name": "connectionRestrictionIds",
171746
+ "type": {
171747
+ "kind": "LIST",
171748
+ "name": null,
171749
+ "ofType": {
171750
+ "kind": "SCALAR",
171751
+ "name": "UUID",
171752
+ "ofType": null
171753
+ }
171754
+ }
171755
+ },
171195
171756
  {
171196
171757
  "defaultValue": null,
171197
171758
  "description": "Description/help text to help users understand the purpose of the group. If not provided on updates, will keep current value.",