pycarlo 0.10.225__py3-none-any.whl → 0.10.226__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 +483 -12
- pycarlo/lib/schema.py +136 -3
- {pycarlo-0.10.225.dist-info → pycarlo-0.10.226.dist-info}/METADATA +1 -1
- {pycarlo-0.10.225.dist-info → pycarlo-0.10.226.dist-info}/RECORD +7 -7
- {pycarlo-0.10.225.dist-info → pycarlo-0.10.226.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.225.dist-info → pycarlo-0.10.226.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.225.dist-info → pycarlo-0.10.226.dist-info}/top_level.txt +0 -0
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": [
|
|
@@ -171282,6 +171739,20 @@
|
|
|
171282
171739
|
},
|
|
171283
171740
|
{
|
|
171284
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
|
+
},
|
|
171285
171756
|
{
|
|
171286
171757
|
"defaultValue": null,
|
|
171287
171758
|
"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
|
@@ -13818,6 +13818,7 @@ class AuthorizationGroupOutput(sgqlc.types.Type):
|
|
|
13818
13818
|
"description",
|
|
13819
13819
|
"users",
|
|
13820
13820
|
"domain_restrictions",
|
|
13821
|
+
"connection_restrictions",
|
|
13821
13822
|
"sso_group",
|
|
13822
13823
|
"source",
|
|
13823
13824
|
"is_membership_managed",
|
|
@@ -13859,6 +13860,12 @@ class AuthorizationGroupOutput(sgqlc.types.Type):
|
|
|
13859
13860
|
)
|
|
13860
13861
|
"""List of domains this group is limited to."""
|
|
13861
13862
|
|
|
13863
|
+
connection_restrictions = sgqlc.types.Field(
|
|
13864
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("ConnectionRestriction"))),
|
|
13865
|
+
graphql_name="connectionRestrictions",
|
|
13866
|
+
)
|
|
13867
|
+
"""List of connections this group is limited to."""
|
|
13868
|
+
|
|
13862
13869
|
sso_group = sgqlc.types.Field(String, graphql_name="ssoGroup")
|
|
13863
13870
|
"""SSO group name to map this authorization group to"""
|
|
13864
13871
|
|
|
@@ -15878,7 +15885,6 @@ class Connection(sgqlc.types.Type):
|
|
|
15878
15885
|
"type",
|
|
15879
15886
|
"subtype",
|
|
15880
15887
|
"name",
|
|
15881
|
-
"account",
|
|
15882
15888
|
"warehouse",
|
|
15883
15889
|
"bi_container",
|
|
15884
15890
|
"etl_container",
|
|
@@ -15893,6 +15899,7 @@ class Connection(sgqlc.types.Type):
|
|
|
15893
15899
|
"is_active",
|
|
15894
15900
|
"disabled_on",
|
|
15895
15901
|
"dbt_projects",
|
|
15902
|
+
"account",
|
|
15896
15903
|
"connection_identifier",
|
|
15897
15904
|
"connection_identifiers",
|
|
15898
15905
|
"job_errors",
|
|
@@ -15923,8 +15930,6 @@ class Connection(sgqlc.types.Type):
|
|
|
15923
15930
|
name = sgqlc.types.Field(String, graphql_name="name")
|
|
15924
15931
|
"""Connection name"""
|
|
15925
15932
|
|
|
15926
|
-
account = sgqlc.types.Field(Account, graphql_name="account")
|
|
15927
|
-
|
|
15928
15933
|
warehouse = sgqlc.types.Field("Warehouse", graphql_name="warehouse")
|
|
15929
15934
|
|
|
15930
15935
|
bi_container = sgqlc.types.Field(BiContainer, graphql_name="biContainer")
|
|
@@ -15983,6 +15988,8 @@ class Connection(sgqlc.types.Type):
|
|
|
15983
15988
|
* `last` (`Int`)None
|
|
15984
15989
|
"""
|
|
15985
15990
|
|
|
15991
|
+
account = sgqlc.types.Field(Account, graphql_name="account")
|
|
15992
|
+
|
|
15986
15993
|
connection_identifier = sgqlc.types.Field(
|
|
15987
15994
|
"ConnectionIdentifier", graphql_name="connectionIdentifier"
|
|
15988
15995
|
)
|
|
@@ -38284,6 +38291,14 @@ class Mutation(sgqlc.types.Type):
|
|
|
38284
38291
|
graphql_name="createOrUpdateAuthorizationGroup",
|
|
38285
38292
|
args=sgqlc.types.ArgDict(
|
|
38286
38293
|
(
|
|
38294
|
+
(
|
|
38295
|
+
"connection_restriction_ids",
|
|
38296
|
+
sgqlc.types.Arg(
|
|
38297
|
+
sgqlc.types.list_of(UUID),
|
|
38298
|
+
graphql_name="connectionRestrictionIds",
|
|
38299
|
+
default=None,
|
|
38300
|
+
),
|
|
38301
|
+
),
|
|
38287
38302
|
("description", sgqlc.types.Arg(String, graphql_name="description", default=None)),
|
|
38288
38303
|
(
|
|
38289
38304
|
"domain_restriction_ids",
|
|
@@ -38321,6 +38336,9 @@ class Mutation(sgqlc.types.Type):
|
|
|
38321
38336
|
|
|
38322
38337
|
Arguments:
|
|
38323
38338
|
|
|
38339
|
+
* `connection_restriction_ids` (`[UUID]`): Optional list of
|
|
38340
|
+
connection UUIDs to restrict visibility to. If not provided,
|
|
38341
|
+
will clear/apply no restrictions.
|
|
38324
38342
|
* `description` (`String`): Description/help text to help users
|
|
38325
38343
|
understand the purpose of the group. If not provided on updates,
|
|
38326
38344
|
will keep current value.
|
|
@@ -73013,6 +73031,114 @@ class ComparisonMonitorResponse(sgqlc.types.Type, Node):
|
|
|
73013
73031
|
)
|
|
73014
73032
|
|
|
73015
73033
|
|
|
73034
|
+
class ConnectionRestriction(sgqlc.types.Type, Node):
|
|
73035
|
+
__schema__ = schema
|
|
73036
|
+
__field_names__ = (
|
|
73037
|
+
"created_time",
|
|
73038
|
+
"updated_time",
|
|
73039
|
+
"created_by",
|
|
73040
|
+
"last_update_user",
|
|
73041
|
+
"deleted_at",
|
|
73042
|
+
"uuid",
|
|
73043
|
+
"type",
|
|
73044
|
+
"subtype",
|
|
73045
|
+
"name",
|
|
73046
|
+
"warehouse",
|
|
73047
|
+
"bi_container",
|
|
73048
|
+
"etl_container",
|
|
73049
|
+
"deletion_protection",
|
|
73050
|
+
"job_types",
|
|
73051
|
+
"streaming_cluster",
|
|
73052
|
+
"credentials_s3_key",
|
|
73053
|
+
"integration_gateway_credentials_key",
|
|
73054
|
+
"data",
|
|
73055
|
+
"created_on",
|
|
73056
|
+
"updated_on",
|
|
73057
|
+
"is_active",
|
|
73058
|
+
"disabled_on",
|
|
73059
|
+
"dbt_projects",
|
|
73060
|
+
)
|
|
73061
|
+
created_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdTime")
|
|
73062
|
+
|
|
73063
|
+
updated_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="updatedTime")
|
|
73064
|
+
|
|
73065
|
+
created_by = sgqlc.types.Field("User", graphql_name="createdBy")
|
|
73066
|
+
"""Creator"""
|
|
73067
|
+
|
|
73068
|
+
last_update_user = sgqlc.types.Field("User", graphql_name="lastUpdateUser")
|
|
73069
|
+
"""Last updated by"""
|
|
73070
|
+
|
|
73071
|
+
deleted_at = sgqlc.types.Field(DateTime, graphql_name="deletedAt")
|
|
73072
|
+
|
|
73073
|
+
uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
|
|
73074
|
+
|
|
73075
|
+
type = sgqlc.types.Field(sgqlc.types.non_null(ConnectionModelType), graphql_name="type")
|
|
73076
|
+
|
|
73077
|
+
subtype = sgqlc.types.Field(String, graphql_name="subtype")
|
|
73078
|
+
"""Subtype of a plugin connection"""
|
|
73079
|
+
|
|
73080
|
+
name = sgqlc.types.Field(String, graphql_name="name")
|
|
73081
|
+
"""Name of the connection"""
|
|
73082
|
+
|
|
73083
|
+
warehouse = sgqlc.types.Field(Warehouse, graphql_name="warehouse")
|
|
73084
|
+
|
|
73085
|
+
bi_container = sgqlc.types.Field(BiContainer, graphql_name="biContainer")
|
|
73086
|
+
|
|
73087
|
+
etl_container = sgqlc.types.Field(EtlContainer, graphql_name="etlContainer")
|
|
73088
|
+
|
|
73089
|
+
deletion_protection = sgqlc.types.Field(
|
|
73090
|
+
sgqlc.types.non_null(Boolean), graphql_name="deletionProtection"
|
|
73091
|
+
)
|
|
73092
|
+
"""Prevents deletion when enabled."""
|
|
73093
|
+
|
|
73094
|
+
job_types = sgqlc.types.Field(
|
|
73095
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))),
|
|
73096
|
+
graphql_name="jobTypes",
|
|
73097
|
+
)
|
|
73098
|
+
|
|
73099
|
+
streaming_cluster = sgqlc.types.Field(StreamingCluster, graphql_name="streamingCluster")
|
|
73100
|
+
|
|
73101
|
+
credentials_s3_key = sgqlc.types.Field(String, graphql_name="credentialsS3Key")
|
|
73102
|
+
|
|
73103
|
+
integration_gateway_credentials_key = sgqlc.types.Field(
|
|
73104
|
+
String, graphql_name="integrationGatewayCredentialsKey"
|
|
73105
|
+
)
|
|
73106
|
+
|
|
73107
|
+
data = sgqlc.types.Field(JSONString, graphql_name="data")
|
|
73108
|
+
|
|
73109
|
+
created_on = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdOn")
|
|
73110
|
+
|
|
73111
|
+
updated_on = sgqlc.types.Field(DateTime, graphql_name="updatedOn")
|
|
73112
|
+
|
|
73113
|
+
is_active = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isActive")
|
|
73114
|
+
|
|
73115
|
+
disabled_on = sgqlc.types.Field(DateTime, graphql_name="disabledOn")
|
|
73116
|
+
|
|
73117
|
+
dbt_projects = sgqlc.types.Field(
|
|
73118
|
+
sgqlc.types.non_null(DbtProjectConnection),
|
|
73119
|
+
graphql_name="dbtProjects",
|
|
73120
|
+
args=sgqlc.types.ArgDict(
|
|
73121
|
+
(
|
|
73122
|
+
("offset", sgqlc.types.Arg(Int, graphql_name="offset", default=None)),
|
|
73123
|
+
("before", sgqlc.types.Arg(String, graphql_name="before", default=None)),
|
|
73124
|
+
("after", sgqlc.types.Arg(String, graphql_name="after", default=None)),
|
|
73125
|
+
("first", sgqlc.types.Arg(Int, graphql_name="first", default=None)),
|
|
73126
|
+
("last", sgqlc.types.Arg(Int, graphql_name="last", default=None)),
|
|
73127
|
+
)
|
|
73128
|
+
),
|
|
73129
|
+
)
|
|
73130
|
+
"""dbt connection
|
|
73131
|
+
|
|
73132
|
+
Arguments:
|
|
73133
|
+
|
|
73134
|
+
* `offset` (`Int`)None
|
|
73135
|
+
* `before` (`String`)None
|
|
73136
|
+
* `after` (`String`)None
|
|
73137
|
+
* `first` (`Int`)None
|
|
73138
|
+
* `last` (`Int`)None
|
|
73139
|
+
"""
|
|
73140
|
+
|
|
73141
|
+
|
|
73016
73142
|
class CustomRule(sgqlc.types.Type, Node):
|
|
73017
73143
|
__schema__ = schema
|
|
73018
73144
|
__field_names__ = (
|
|
@@ -77787,6 +77913,7 @@ class User(sgqlc.types.Type, Node):
|
|
|
77787
77913
|
"account",
|
|
77788
77914
|
"role",
|
|
77789
77915
|
"auth",
|
|
77916
|
+
"allowed_connections",
|
|
77790
77917
|
)
|
|
77791
77918
|
cognito_user_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="cognitoUserId")
|
|
77792
77919
|
|
|
@@ -78997,6 +79124,12 @@ class User(sgqlc.types.Type, Node):
|
|
|
78997
79124
|
auth = sgqlc.types.Field(UserAuthorizationOutput, graphql_name="auth")
|
|
78998
79125
|
"""User's aggregate authorization policy."""
|
|
78999
79126
|
|
|
79127
|
+
allowed_connections = sgqlc.types.Field(
|
|
79128
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Connection))),
|
|
79129
|
+
graphql_name="allowedConnections",
|
|
79130
|
+
)
|
|
79131
|
+
"""Connections this user is allowed to use. Empty means unrestricted."""
|
|
79132
|
+
|
|
79000
79133
|
|
|
79001
79134
|
class UserBasicInfo(sgqlc.types.Type, Node):
|
|
79002
79135
|
__schema__ = schema
|
|
@@ -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=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=ZsY34vD6QHeuq9w2-pOPejJNFEHo3E1r6xh1mp9L3Hk,6447198
|
|
39
|
+
pycarlo/lib/schema.py,sha256=jy08RSmu6u3viouglW8JKIwHjxCKWUdaMpxc6K9K900,2801801
|
|
40
|
+
pycarlo-0.10.226.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.226.dist-info/METADATA,sha256=bvsW3ptj3Tkaij-bpL4N2RNXA1NWiT5G9-5n8Kk5hHs,8742
|
|
42
|
+
pycarlo-0.10.226.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.226.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.226.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|