pycarlo 0.10.225__py3-none-any.whl → 0.10.227__py3-none-any.whl

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/lib/schema.json CHANGED
@@ -32568,6 +32568,11 @@
32568
32568
  "name": "AuthUser",
32569
32569
  "ofType": null
32570
32570
  },
32571
+ {
32572
+ "kind": "OBJECT",
32573
+ "name": "ConnectionRestriction",
32574
+ "ofType": null
32575
+ },
32571
32576
  {
32572
32577
  "kind": "OBJECT",
32573
32578
  "name": "AuditLogEntry",
@@ -38853,6 +38858,30 @@
38853
38858
  "name": "UserAuthorizationOutput",
38854
38859
  "ofType": null
38855
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
+ }
38856
38885
  }
38857
38886
  ],
38858
38887
  "inputFields": null,
@@ -39638,18 +39667,6 @@
39638
39667
  "ofType": null
39639
39668
  }
39640
39669
  },
39641
- {
39642
- "args": [],
39643
- "deprecationReason": null,
39644
- "description": "",
39645
- "isDeprecated": false,
39646
- "name": "account",
39647
- "type": {
39648
- "kind": "OBJECT",
39649
- "name": "Account",
39650
- "ofType": null
39651
- }
39652
- },
39653
39670
  {
39654
39671
  "args": [],
39655
39672
  "deprecationReason": null,
@@ -39897,6 +39914,18 @@
39897
39914
  }
39898
39915
  }
39899
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
+ },
39900
39929
  {
39901
39930
  "args": [],
39902
39931
  "deprecationReason": "Please use connectionIdentifiers instead to obtain all identifiers for the connection",
@@ -132876,6 +132905,30 @@
132876
132905
  }
132877
132906
  }
132878
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
+ },
132879
132932
  {
132880
132933
  "args": [],
132881
132934
  "deprecationReason": null,
@@ -136749,6 +136802,410 @@
136749
136802
  "name": "AuthUser",
136750
136803
  "possibleTypes": null
136751
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
+ },
136752
137209
  {
136753
137210
  "description": null,
136754
137211
  "enumValues": [
@@ -145729,12 +146186,6 @@
145729
146186
  {
145730
146187
  "description": null,
145731
146188
  "enumValues": [
145732
- {
145733
- "deprecationReason": null,
145734
- "description": null,
145735
- "isDeprecated": false,
145736
- "name": "AI_FEATURES_OFF"
145737
- },
145738
146189
  {
145739
146190
  "deprecationReason": null,
145740
146191
  "description": null,
@@ -171282,6 +171733,20 @@
171282
171733
  },
171283
171734
  {
171284
171735
  "args": [
171736
+ {
171737
+ "defaultValue": null,
171738
+ "description": "Optional list of connection UUIDs to restrict visibility to. If not provided, will clear/apply no restrictions.",
171739
+ "name": "connectionRestrictionIds",
171740
+ "type": {
171741
+ "kind": "LIST",
171742
+ "name": null,
171743
+ "ofType": {
171744
+ "kind": "SCALAR",
171745
+ "name": "UUID",
171746
+ "ofType": null
171747
+ }
171748
+ }
171749
+ },
171285
171750
  {
171286
171751
  "defaultValue": null,
171287
171752
  "description": "Description/help text to help users understand the purpose of the group. If not provided on updates, will keep current value.",
pycarlo/lib/schema.py CHANGED
@@ -1764,7 +1764,6 @@ class DecryptionServiceUpdateTypeEnum(sgqlc.types.Enum):
1764
1764
  class DenialReason(sgqlc.types.Enum):
1765
1765
  """Enumeration Choices:
1766
1766
 
1767
- * `AI_FEATURES_OFF`None
1768
1767
  * `ENTITLEMENTS`None
1769
1768
  * `INVALID_USER`None
1770
1769
  * `TROUBLESHOOTING_AGENT_OFF`None
@@ -1773,7 +1772,6 @@ class DenialReason(sgqlc.types.Enum):
1773
1772
 
1774
1773
  __schema__ = schema
1775
1774
  __choices__ = (
1776
- "AI_FEATURES_OFF",
1777
1775
  "ENTITLEMENTS",
1778
1776
  "INVALID_USER",
1779
1777
  "TROUBLESHOOTING_AGENT_OFF",
@@ -13818,6 +13816,7 @@ class AuthorizationGroupOutput(sgqlc.types.Type):
13818
13816
  "description",
13819
13817
  "users",
13820
13818
  "domain_restrictions",
13819
+ "connection_restrictions",
13821
13820
  "sso_group",
13822
13821
  "source",
13823
13822
  "is_membership_managed",
@@ -13859,6 +13858,12 @@ class AuthorizationGroupOutput(sgqlc.types.Type):
13859
13858
  )
13860
13859
  """List of domains this group is limited to."""
13861
13860
 
13861
+ connection_restrictions = sgqlc.types.Field(
13862
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("ConnectionRestriction"))),
13863
+ graphql_name="connectionRestrictions",
13864
+ )
13865
+ """List of connections this group is limited to."""
13866
+
13862
13867
  sso_group = sgqlc.types.Field(String, graphql_name="ssoGroup")
13863
13868
  """SSO group name to map this authorization group to"""
13864
13869
 
@@ -15878,7 +15883,6 @@ class Connection(sgqlc.types.Type):
15878
15883
  "type",
15879
15884
  "subtype",
15880
15885
  "name",
15881
- "account",
15882
15886
  "warehouse",
15883
15887
  "bi_container",
15884
15888
  "etl_container",
@@ -15893,6 +15897,7 @@ class Connection(sgqlc.types.Type):
15893
15897
  "is_active",
15894
15898
  "disabled_on",
15895
15899
  "dbt_projects",
15900
+ "account",
15896
15901
  "connection_identifier",
15897
15902
  "connection_identifiers",
15898
15903
  "job_errors",
@@ -15923,8 +15928,6 @@ class Connection(sgqlc.types.Type):
15923
15928
  name = sgqlc.types.Field(String, graphql_name="name")
15924
15929
  """Connection name"""
15925
15930
 
15926
- account = sgqlc.types.Field(Account, graphql_name="account")
15927
-
15928
15931
  warehouse = sgqlc.types.Field("Warehouse", graphql_name="warehouse")
15929
15932
 
15930
15933
  bi_container = sgqlc.types.Field(BiContainer, graphql_name="biContainer")
@@ -15983,6 +15986,8 @@ class Connection(sgqlc.types.Type):
15983
15986
  * `last` (`Int`)None
15984
15987
  """
15985
15988
 
15989
+ account = sgqlc.types.Field(Account, graphql_name="account")
15990
+
15986
15991
  connection_identifier = sgqlc.types.Field(
15987
15992
  "ConnectionIdentifier", graphql_name="connectionIdentifier"
15988
15993
  )
@@ -38284,6 +38289,14 @@ class Mutation(sgqlc.types.Type):
38284
38289
  graphql_name="createOrUpdateAuthorizationGroup",
38285
38290
  args=sgqlc.types.ArgDict(
38286
38291
  (
38292
+ (
38293
+ "connection_restriction_ids",
38294
+ sgqlc.types.Arg(
38295
+ sgqlc.types.list_of(UUID),
38296
+ graphql_name="connectionRestrictionIds",
38297
+ default=None,
38298
+ ),
38299
+ ),
38287
38300
  ("description", sgqlc.types.Arg(String, graphql_name="description", default=None)),
38288
38301
  (
38289
38302
  "domain_restriction_ids",
@@ -38321,6 +38334,9 @@ class Mutation(sgqlc.types.Type):
38321
38334
 
38322
38335
  Arguments:
38323
38336
 
38337
+ * `connection_restriction_ids` (`[UUID]`): Optional list of
38338
+ connection UUIDs to restrict visibility to. If not provided,
38339
+ will clear/apply no restrictions.
38324
38340
  * `description` (`String`): Description/help text to help users
38325
38341
  understand the purpose of the group. If not provided on updates,
38326
38342
  will keep current value.
@@ -73013,6 +73029,114 @@ class ComparisonMonitorResponse(sgqlc.types.Type, Node):
73013
73029
  )
73014
73030
 
73015
73031
 
73032
+ class ConnectionRestriction(sgqlc.types.Type, Node):
73033
+ __schema__ = schema
73034
+ __field_names__ = (
73035
+ "created_time",
73036
+ "updated_time",
73037
+ "created_by",
73038
+ "last_update_user",
73039
+ "deleted_at",
73040
+ "uuid",
73041
+ "type",
73042
+ "subtype",
73043
+ "name",
73044
+ "warehouse",
73045
+ "bi_container",
73046
+ "etl_container",
73047
+ "deletion_protection",
73048
+ "job_types",
73049
+ "streaming_cluster",
73050
+ "credentials_s3_key",
73051
+ "integration_gateway_credentials_key",
73052
+ "data",
73053
+ "created_on",
73054
+ "updated_on",
73055
+ "is_active",
73056
+ "disabled_on",
73057
+ "dbt_projects",
73058
+ )
73059
+ created_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdTime")
73060
+
73061
+ updated_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="updatedTime")
73062
+
73063
+ created_by = sgqlc.types.Field("User", graphql_name="createdBy")
73064
+ """Creator"""
73065
+
73066
+ last_update_user = sgqlc.types.Field("User", graphql_name="lastUpdateUser")
73067
+ """Last updated by"""
73068
+
73069
+ deleted_at = sgqlc.types.Field(DateTime, graphql_name="deletedAt")
73070
+
73071
+ uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
73072
+
73073
+ type = sgqlc.types.Field(sgqlc.types.non_null(ConnectionModelType), graphql_name="type")
73074
+
73075
+ subtype = sgqlc.types.Field(String, graphql_name="subtype")
73076
+ """Subtype of a plugin connection"""
73077
+
73078
+ name = sgqlc.types.Field(String, graphql_name="name")
73079
+ """Name of the connection"""
73080
+
73081
+ warehouse = sgqlc.types.Field(Warehouse, graphql_name="warehouse")
73082
+
73083
+ bi_container = sgqlc.types.Field(BiContainer, graphql_name="biContainer")
73084
+
73085
+ etl_container = sgqlc.types.Field(EtlContainer, graphql_name="etlContainer")
73086
+
73087
+ deletion_protection = sgqlc.types.Field(
73088
+ sgqlc.types.non_null(Boolean), graphql_name="deletionProtection"
73089
+ )
73090
+ """Prevents deletion when enabled."""
73091
+
73092
+ job_types = sgqlc.types.Field(
73093
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))),
73094
+ graphql_name="jobTypes",
73095
+ )
73096
+
73097
+ streaming_cluster = sgqlc.types.Field(StreamingCluster, graphql_name="streamingCluster")
73098
+
73099
+ credentials_s3_key = sgqlc.types.Field(String, graphql_name="credentialsS3Key")
73100
+
73101
+ integration_gateway_credentials_key = sgqlc.types.Field(
73102
+ String, graphql_name="integrationGatewayCredentialsKey"
73103
+ )
73104
+
73105
+ data = sgqlc.types.Field(JSONString, graphql_name="data")
73106
+
73107
+ created_on = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdOn")
73108
+
73109
+ updated_on = sgqlc.types.Field(DateTime, graphql_name="updatedOn")
73110
+
73111
+ is_active = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isActive")
73112
+
73113
+ disabled_on = sgqlc.types.Field(DateTime, graphql_name="disabledOn")
73114
+
73115
+ dbt_projects = sgqlc.types.Field(
73116
+ sgqlc.types.non_null(DbtProjectConnection),
73117
+ graphql_name="dbtProjects",
73118
+ args=sgqlc.types.ArgDict(
73119
+ (
73120
+ ("offset", sgqlc.types.Arg(Int, graphql_name="offset", default=None)),
73121
+ ("before", sgqlc.types.Arg(String, graphql_name="before", default=None)),
73122
+ ("after", sgqlc.types.Arg(String, graphql_name="after", default=None)),
73123
+ ("first", sgqlc.types.Arg(Int, graphql_name="first", default=None)),
73124
+ ("last", sgqlc.types.Arg(Int, graphql_name="last", default=None)),
73125
+ )
73126
+ ),
73127
+ )
73128
+ """dbt connection
73129
+
73130
+ Arguments:
73131
+
73132
+ * `offset` (`Int`)None
73133
+ * `before` (`String`)None
73134
+ * `after` (`String`)None
73135
+ * `first` (`Int`)None
73136
+ * `last` (`Int`)None
73137
+ """
73138
+
73139
+
73016
73140
  class CustomRule(sgqlc.types.Type, Node):
73017
73141
  __schema__ = schema
73018
73142
  __field_names__ = (
@@ -77787,6 +77911,7 @@ class User(sgqlc.types.Type, Node):
77787
77911
  "account",
77788
77912
  "role",
77789
77913
  "auth",
77914
+ "allowed_connections",
77790
77915
  )
77791
77916
  cognito_user_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="cognitoUserId")
77792
77917
 
@@ -78997,6 +79122,12 @@ class User(sgqlc.types.Type, Node):
78997
79122
  auth = sgqlc.types.Field(UserAuthorizationOutput, graphql_name="auth")
78998
79123
  """User's aggregate authorization policy."""
78999
79124
 
79125
+ allowed_connections = sgqlc.types.Field(
79126
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Connection))),
79127
+ graphql_name="allowedConnections",
79128
+ )
79129
+ """Connections this user is allowed to use. Empty means unrestricted."""
79130
+
79000
79131
 
79001
79132
  class UserBasicInfo(sgqlc.types.Type, Node):
79002
79133
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.225
3
+ Version: 0.10.227
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
35
35
  pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
36
36
  pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
37
37
  pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- pycarlo/lib/schema.json,sha256=TNALZiPvK5svZrKlIZV2GWdqEwcYwWu76r2bGHVDLuc,6433123
39
- pycarlo/lib/schema.py,sha256=ywJudjoIDE8SHD8aLrLEBNCr9WuknS_r2iNKPWMEsL4,2797180
40
- pycarlo-0.10.225.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.225.dist-info/METADATA,sha256=SbJdEJTVLWoH82p5J2coaQVjcHMq83NmEuvDEjhb0gs,8742
42
- pycarlo-0.10.225.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.225.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.225.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=_Q2Sn_p1UYI8-06Ndq7SaNsb5FsnoYJ-t_w3VAg2LNA,6447016
39
+ pycarlo/lib/schema.py,sha256=7iOQrwybcIARW4WZbe3xvlwU7ckudK0OJjYisKaF2AM,2801746
40
+ pycarlo-0.10.227.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.227.dist-info/METADATA,sha256=l4K07QpJ0dp-bZER2fEoSGpRQL7XHa47JeIHMG9c37M,8742
42
+ pycarlo-0.10.227.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.227.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.227.dist-info/RECORD,,