pycarlo 0.10.57__py3-none-any.whl → 0.10.59__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.
- pycarlo/lib/schema.json +92 -0
- pycarlo/lib/schema.py +31 -0
- {pycarlo-0.10.57.dist-info → pycarlo-0.10.59.dist-info}/METADATA +1 -1
- {pycarlo-0.10.57.dist-info → pycarlo-0.10.59.dist-info}/RECORD +7 -7
- {pycarlo-0.10.57.dist-info → pycarlo-0.10.59.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.57.dist-info → pycarlo-0.10.59.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.57.dist-info → pycarlo-0.10.59.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -22879,6 +22879,18 @@
|
|
|
22879
22879
|
"ofType": null
|
|
22880
22880
|
}
|
|
22881
22881
|
},
|
|
22882
|
+
{
|
|
22883
|
+
"args": [],
|
|
22884
|
+
"deprecationReason": null,
|
|
22885
|
+
"description": "(experimental) Get Troubleshooting Agent availability",
|
|
22886
|
+
"isDeprecated": false,
|
|
22887
|
+
"name": "getTsaAvailability",
|
|
22888
|
+
"type": {
|
|
22889
|
+
"kind": "OBJECT",
|
|
22890
|
+
"name": "TSAAvailability",
|
|
22891
|
+
"ofType": null
|
|
22892
|
+
}
|
|
22893
|
+
},
|
|
22882
22894
|
{
|
|
22883
22895
|
"args": [
|
|
22884
22896
|
{
|
|
@@ -88037,6 +88049,12 @@
|
|
|
88037
88049
|
"isDeprecated": false,
|
|
88038
88050
|
"name": "DashboardEditTheirOwn"
|
|
88039
88051
|
},
|
|
88052
|
+
{
|
|
88053
|
+
"deprecationReason": null,
|
|
88054
|
+
"description": null,
|
|
88055
|
+
"isDeprecated": false,
|
|
88056
|
+
"name": "DataExportsAccess"
|
|
88057
|
+
},
|
|
88040
88058
|
{
|
|
88041
88059
|
"deprecationReason": null,
|
|
88042
88060
|
"description": null,
|
|
@@ -135201,6 +135219,80 @@
|
|
|
135201
135219
|
"name": "TableFieldDescriptor",
|
|
135202
135220
|
"possibleTypes": null
|
|
135203
135221
|
},
|
|
135222
|
+
{
|
|
135223
|
+
"description": null,
|
|
135224
|
+
"enumValues": null,
|
|
135225
|
+
"fields": [
|
|
135226
|
+
{
|
|
135227
|
+
"args": [],
|
|
135228
|
+
"deprecationReason": null,
|
|
135229
|
+
"description": "If true, the Troubleshooting Agent is available to the user/account",
|
|
135230
|
+
"isDeprecated": false,
|
|
135231
|
+
"name": "enabled",
|
|
135232
|
+
"type": {
|
|
135233
|
+
"kind": "SCALAR",
|
|
135234
|
+
"name": "Boolean",
|
|
135235
|
+
"ofType": null
|
|
135236
|
+
}
|
|
135237
|
+
},
|
|
135238
|
+
{
|
|
135239
|
+
"args": [],
|
|
135240
|
+
"deprecationReason": null,
|
|
135241
|
+
"description": "Reasons if Troubleshooting Agent not available",
|
|
135242
|
+
"isDeprecated": false,
|
|
135243
|
+
"name": "reasons",
|
|
135244
|
+
"type": {
|
|
135245
|
+
"kind": "LIST",
|
|
135246
|
+
"name": null,
|
|
135247
|
+
"ofType": {
|
|
135248
|
+
"kind": "ENUM",
|
|
135249
|
+
"name": "DenialReason",
|
|
135250
|
+
"ofType": null
|
|
135251
|
+
}
|
|
135252
|
+
}
|
|
135253
|
+
}
|
|
135254
|
+
],
|
|
135255
|
+
"inputFields": null,
|
|
135256
|
+
"interfaces": [],
|
|
135257
|
+
"kind": "OBJECT",
|
|
135258
|
+
"name": "TSAAvailability",
|
|
135259
|
+
"possibleTypes": null
|
|
135260
|
+
},
|
|
135261
|
+
{
|
|
135262
|
+
"description": null,
|
|
135263
|
+
"enumValues": [
|
|
135264
|
+
{
|
|
135265
|
+
"deprecationReason": null,
|
|
135266
|
+
"description": null,
|
|
135267
|
+
"isDeprecated": false,
|
|
135268
|
+
"name": "AI_FEATURES_OFF"
|
|
135269
|
+
},
|
|
135270
|
+
{
|
|
135271
|
+
"deprecationReason": null,
|
|
135272
|
+
"description": null,
|
|
135273
|
+
"isDeprecated": false,
|
|
135274
|
+
"name": "TSA_FEATURE_FLAG_OFF"
|
|
135275
|
+
},
|
|
135276
|
+
{
|
|
135277
|
+
"deprecationReason": null,
|
|
135278
|
+
"description": null,
|
|
135279
|
+
"isDeprecated": false,
|
|
135280
|
+
"name": "ENTITLEMENTS"
|
|
135281
|
+
},
|
|
135282
|
+
{
|
|
135283
|
+
"deprecationReason": null,
|
|
135284
|
+
"description": null,
|
|
135285
|
+
"isDeprecated": false,
|
|
135286
|
+
"name": "INVALID_USER"
|
|
135287
|
+
}
|
|
135288
|
+
],
|
|
135289
|
+
"fields": null,
|
|
135290
|
+
"inputFields": null,
|
|
135291
|
+
"interfaces": null,
|
|
135292
|
+
"kind": "ENUM",
|
|
135293
|
+
"name": "DenialReason",
|
|
135294
|
+
"possibleTypes": null
|
|
135295
|
+
},
|
|
135204
135296
|
{
|
|
135205
135297
|
"description": "Collection infrastructure properties",
|
|
135206
135298
|
"enumValues": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -1659,6 +1659,19 @@ class DecryptionServiceUpdateTypeEnum(sgqlc.types.Enum):
|
|
|
1659
1659
|
__choices__ = ("KMS",)
|
|
1660
1660
|
|
|
1661
1661
|
|
|
1662
|
+
class DenialReason(sgqlc.types.Enum):
|
|
1663
|
+
"""Enumeration Choices:
|
|
1664
|
+
|
|
1665
|
+
* `AI_FEATURES_OFF`None
|
|
1666
|
+
* `ENTITLEMENTS`None
|
|
1667
|
+
* `INVALID_USER`None
|
|
1668
|
+
* `TSA_FEATURE_FLAG_OFF`None
|
|
1669
|
+
"""
|
|
1670
|
+
|
|
1671
|
+
__schema__ = schema
|
|
1672
|
+
__choices__ = ("AI_FEATURES_OFF", "ENTITLEMENTS", "INVALID_USER", "TSA_FEATURE_FLAG_OFF")
|
|
1673
|
+
|
|
1674
|
+
|
|
1662
1675
|
class DetectorStatus(sgqlc.types.Enum):
|
|
1663
1676
|
"""Enumeration Choices:
|
|
1664
1677
|
|
|
@@ -3791,6 +3804,7 @@ class Permission(sgqlc.types.Enum):
|
|
|
3791
3804
|
* `DashboardAccess`None
|
|
3792
3805
|
* `DashboardEdit`None
|
|
3793
3806
|
* `DashboardEditTheirOwn`None
|
|
3807
|
+
* `DataExportsAccess`None
|
|
3794
3808
|
* `DataproductsAccess`None
|
|
3795
3809
|
* `DataproductsEdit`None
|
|
3796
3810
|
* `DataproductsEditAll`None
|
|
@@ -3854,6 +3868,7 @@ class Permission(sgqlc.types.Enum):
|
|
|
3854
3868
|
"DashboardAccess",
|
|
3855
3869
|
"DashboardEdit",
|
|
3856
3870
|
"DashboardEditTheirOwn",
|
|
3871
|
+
"DataExportsAccess",
|
|
3857
3872
|
"DataproductsAccess",
|
|
3858
3873
|
"DataproductsEdit",
|
|
3859
3874
|
"DataproductsEditAll",
|
|
@@ -42312,6 +42327,7 @@ class Query(sgqlc.types.Type):
|
|
|
42312
42327
|
"get_lineage_node_types",
|
|
42313
42328
|
"get_common_fields",
|
|
42314
42329
|
"get_common_fields_v2",
|
|
42330
|
+
"get_tsa_availability",
|
|
42315
42331
|
"get_user_settings",
|
|
42316
42332
|
"get_user",
|
|
42317
42333
|
"get_user_by_id",
|
|
@@ -54780,6 +54796,9 @@ class Query(sgqlc.types.Type):
|
|
|
54780
54796
|
belong to the same warehouse.
|
|
54781
54797
|
"""
|
|
54782
54798
|
|
|
54799
|
+
get_tsa_availability = sgqlc.types.Field("TSAAvailability", graphql_name="getTsaAvailability")
|
|
54800
|
+
"""(experimental) Get Troubleshooting Agent availability"""
|
|
54801
|
+
|
|
54783
54802
|
get_user_settings = sgqlc.types.Field(
|
|
54784
54803
|
sgqlc.types.list_of("UserSettings"),
|
|
54785
54804
|
graphql_name="getUserSettings",
|
|
@@ -60241,6 +60260,18 @@ class SyncMonitorsToCollibra(sgqlc.types.Type):
|
|
|
60241
60260
|
job_id = sgqlc.types.Field(UUID, graphql_name="jobId")
|
|
60242
60261
|
|
|
60243
60262
|
|
|
60263
|
+
class TSAAvailability(sgqlc.types.Type):
|
|
60264
|
+
__schema__ = schema
|
|
60265
|
+
__field_names__ = ("enabled", "reasons")
|
|
60266
|
+
enabled = sgqlc.types.Field(Boolean, graphql_name="enabled")
|
|
60267
|
+
"""If true, the Troubleshooting Agent is available to the
|
|
60268
|
+
user/account
|
|
60269
|
+
"""
|
|
60270
|
+
|
|
60271
|
+
reasons = sgqlc.types.Field(sgqlc.types.list_of(DenialReason), graphql_name="reasons")
|
|
60272
|
+
"""Reasons if Troubleshooting Agent not available"""
|
|
60273
|
+
|
|
60274
|
+
|
|
60244
60275
|
class TableAnomalyConnection(sgqlc.types.relay.Connection):
|
|
60245
60276
|
__schema__ = schema
|
|
60246
60277
|
__field_names__ = ("page_info", "edges")
|
|
@@ -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=5o2LLOlVEo0AcuwwPQRErI6Npb1j3AUXajlgRwQNgik,5986528
|
|
39
|
+
pycarlo/lib/schema.py,sha256=UncP1zf954CylUzNpCxgh3scqnQEUzU2APlhOvHsJ5A,2588464
|
|
40
|
+
pycarlo-0.10.59.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.59.dist-info/METADATA,sha256=My5D-NkBPWmwlAPYXQJcprvJFg8gNvohBwzXh4hBqTw,8741
|
|
42
|
+
pycarlo-0.10.59.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.59.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.59.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|