pycarlo 0.10.223__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 +573 -12
- pycarlo/lib/schema.py +185 -3
- {pycarlo-0.10.223.dist-info → pycarlo-0.10.226.dist-info}/METADATA +1 -1
- {pycarlo-0.10.223.dist-info → pycarlo-0.10.226.dist-info}/RECORD +7 -7
- {pycarlo-0.10.223.dist-info → pycarlo-0.10.226.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.223.dist-info → pycarlo-0.10.226.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.223.dist-info → pycarlo-0.10.226.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -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.",
|
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
|
)
|
|
@@ -18227,6 +18234,25 @@ class DataProductConnection(sgqlc.types.relay.Connection):
|
|
|
18227
18234
|
"""Contains the nodes in this connection."""
|
|
18228
18235
|
|
|
18229
18236
|
|
|
18237
|
+
class DataProductDryRunTableCounts(sgqlc.types.Type):
|
|
18238
|
+
__schema__ = schema
|
|
18239
|
+
__field_names__ = (
|
|
18240
|
+
"total_asset_count",
|
|
18241
|
+
"total_asset_monitored_count",
|
|
18242
|
+
"total_asset_unmonitored_count",
|
|
18243
|
+
)
|
|
18244
|
+
total_asset_count = sgqlc.types.Field(Int, graphql_name="totalAssetCount")
|
|
18245
|
+
"""Total count of assets that would be in the data product"""
|
|
18246
|
+
|
|
18247
|
+
total_asset_monitored_count = sgqlc.types.Field(Int, graphql_name="totalAssetMonitoredCount")
|
|
18248
|
+
"""Total count of already monitored assets"""
|
|
18249
|
+
|
|
18250
|
+
total_asset_unmonitored_count = sgqlc.types.Field(
|
|
18251
|
+
Int, graphql_name="totalAssetUnmonitoredCount"
|
|
18252
|
+
)
|
|
18253
|
+
"""Total count of yet unmonitored assets"""
|
|
18254
|
+
|
|
18255
|
+
|
|
18230
18256
|
class DataProductEdge(sgqlc.types.Type):
|
|
18231
18257
|
"""A Relay edge containing a `DataProduct` and its cursor."""
|
|
18232
18258
|
|
|
@@ -38265,6 +38291,14 @@ class Mutation(sgqlc.types.Type):
|
|
|
38265
38291
|
graphql_name="createOrUpdateAuthorizationGroup",
|
|
38266
38292
|
args=sgqlc.types.ArgDict(
|
|
38267
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
|
+
),
|
|
38268
38302
|
("description", sgqlc.types.Arg(String, graphql_name="description", default=None)),
|
|
38269
38303
|
(
|
|
38270
38304
|
"domain_restriction_ids",
|
|
@@ -38302,6 +38336,9 @@ class Mutation(sgqlc.types.Type):
|
|
|
38302
38336
|
|
|
38303
38337
|
Arguments:
|
|
38304
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.
|
|
38305
38342
|
* `description` (`String`): Description/help text to help users
|
|
38306
38343
|
understand the purpose of the group. If not provided on updates,
|
|
38307
38344
|
will keep current value.
|
|
@@ -45085,6 +45122,7 @@ class Query(sgqlc.types.Type):
|
|
|
45085
45122
|
"get_data_product_upstream_counts",
|
|
45086
45123
|
"get_data_product_audiences",
|
|
45087
45124
|
"get_top_warehouse_for_data_product_mcons",
|
|
45125
|
+
"get_data_product_dry_run_counts",
|
|
45088
45126
|
"parse_query",
|
|
45089
45127
|
"ping_data_collector",
|
|
45090
45128
|
"get_ms_teams_integrations",
|
|
@@ -47886,6 +47924,31 @@ class Query(sgqlc.types.Type):
|
|
|
47886
47924
|
* `mcons` (`[String]!`): List of MCONs to analyze
|
|
47887
47925
|
"""
|
|
47888
47926
|
|
|
47927
|
+
get_data_product_dry_run_counts = sgqlc.types.Field(
|
|
47928
|
+
DataProductDryRunTableCounts,
|
|
47929
|
+
graphql_name="getDataProductDryRunCounts",
|
|
47930
|
+
args=sgqlc.types.ArgDict(
|
|
47931
|
+
(
|
|
47932
|
+
(
|
|
47933
|
+
"mcons",
|
|
47934
|
+
sgqlc.types.Arg(
|
|
47935
|
+
sgqlc.types.non_null(sgqlc.types.list_of(String)),
|
|
47936
|
+
graphql_name="mcons",
|
|
47937
|
+
default=None,
|
|
47938
|
+
),
|
|
47939
|
+
),
|
|
47940
|
+
)
|
|
47941
|
+
),
|
|
47942
|
+
)
|
|
47943
|
+
"""(experimental) Return asset counts for a data product had it been
|
|
47944
|
+
created from these MCONs
|
|
47945
|
+
|
|
47946
|
+
Arguments:
|
|
47947
|
+
|
|
47948
|
+
* `mcons` (`[String]!`): MCON of assets to create data product
|
|
47949
|
+
from
|
|
47950
|
+
"""
|
|
47951
|
+
|
|
47889
47952
|
parse_query = sgqlc.types.Field(
|
|
47890
47953
|
"SqlParserResult",
|
|
47891
47954
|
graphql_name="parseQuery",
|
|
@@ -69267,6 +69330,7 @@ class UserAuthorizationOutput(sgqlc.types.Type):
|
|
|
69267
69330
|
"domain_restrictions",
|
|
69268
69331
|
"permissions",
|
|
69269
69332
|
"performance_dashboard_access",
|
|
69333
|
+
"can_edit_table_monitors",
|
|
69270
69334
|
)
|
|
69271
69335
|
groups = sgqlc.types.Field(sgqlc.types.list_of(String), graphql_name="groups")
|
|
69272
69336
|
"""List of the groups this user is a member of."""
|
|
@@ -69291,6 +69355,9 @@ class UserAuthorizationOutput(sgqlc.types.Type):
|
|
|
69291
69355
|
"ValidatePerformanceDashboardAccessResponse", graphql_name="performanceDashboardAccess"
|
|
69292
69356
|
)
|
|
69293
69357
|
|
|
69358
|
+
can_edit_table_monitors = sgqlc.types.Field(Boolean, graphql_name="canEditTableMonitors")
|
|
69359
|
+
"""Whether the user can create, update or delete table monitors."""
|
|
69360
|
+
|
|
69294
69361
|
|
|
69295
69362
|
class UserBasicInfoConnection(sgqlc.types.relay.Connection):
|
|
69296
69363
|
__schema__ = schema
|
|
@@ -72964,6 +73031,114 @@ class ComparisonMonitorResponse(sgqlc.types.Type, Node):
|
|
|
72964
73031
|
)
|
|
72965
73032
|
|
|
72966
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
|
+
|
|
72967
73142
|
class CustomRule(sgqlc.types.Type, Node):
|
|
72968
73143
|
__schema__ = schema
|
|
72969
73144
|
__field_names__ = (
|
|
@@ -77738,6 +77913,7 @@ class User(sgqlc.types.Type, Node):
|
|
|
77738
77913
|
"account",
|
|
77739
77914
|
"role",
|
|
77740
77915
|
"auth",
|
|
77916
|
+
"allowed_connections",
|
|
77741
77917
|
)
|
|
77742
77918
|
cognito_user_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="cognitoUserId")
|
|
77743
77919
|
|
|
@@ -78948,6 +79124,12 @@ class User(sgqlc.types.Type, Node):
|
|
|
78948
79124
|
auth = sgqlc.types.Field(UserAuthorizationOutput, graphql_name="auth")
|
|
78949
79125
|
"""User's aggregate authorization policy."""
|
|
78950
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
|
+
|
|
78951
79133
|
|
|
78952
79134
|
class UserBasicInfo(sgqlc.types.Type, Node):
|
|
78953
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
|