pycarlo 0.10.123__py3-none-any.whl → 0.10.125__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 +118 -0
- pycarlo/lib/schema.py +27 -1
- {pycarlo-0.10.123.dist-info → pycarlo-0.10.125.dist-info}/METADATA +1 -1
- {pycarlo-0.10.123.dist-info → pycarlo-0.10.125.dist-info}/RECORD +7 -7
- {pycarlo-0.10.123.dist-info → pycarlo-0.10.125.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.123.dist-info → pycarlo-0.10.125.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.123.dist-info → pycarlo-0.10.125.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -88101,6 +88101,11 @@
|
|
|
88101
88101
|
"kind": "OBJECT",
|
|
88102
88102
|
"name": "AssetFilterActivityReadWrite",
|
|
88103
88103
|
"ofType": null
|
|
88104
|
+
},
|
|
88105
|
+
{
|
|
88106
|
+
"kind": "OBJECT",
|
|
88107
|
+
"name": "AssetFilterActivityVolumeChange",
|
|
88108
|
+
"ofType": null
|
|
88104
88109
|
}
|
|
88105
88110
|
]
|
|
88106
88111
|
},
|
|
@@ -88142,6 +88147,12 @@
|
|
|
88142
88147
|
"description": null,
|
|
88143
88148
|
"isDeprecated": false,
|
|
88144
88149
|
"name": "ACTIVITY_WRITE"
|
|
88150
|
+
},
|
|
88151
|
+
{
|
|
88152
|
+
"deprecationReason": null,
|
|
88153
|
+
"description": null,
|
|
88154
|
+
"isDeprecated": false,
|
|
88155
|
+
"name": "ACTIVITY_VOLUME_CHANGE"
|
|
88145
88156
|
}
|
|
88146
88157
|
],
|
|
88147
88158
|
"fields": null,
|
|
@@ -92110,6 +92121,18 @@
|
|
|
92110
92121
|
"ofType": null
|
|
92111
92122
|
}
|
|
92112
92123
|
},
|
|
92124
|
+
{
|
|
92125
|
+
"args": [],
|
|
92126
|
+
"deprecationReason": null,
|
|
92127
|
+
"description": "The last time a significant write was executed on the table",
|
|
92128
|
+
"isDeprecated": false,
|
|
92129
|
+
"name": "lastVolumeChange",
|
|
92130
|
+
"type": {
|
|
92131
|
+
"kind": "SCALAR",
|
|
92132
|
+
"name": "DateTime",
|
|
92133
|
+
"ofType": null
|
|
92134
|
+
}
|
|
92135
|
+
},
|
|
92113
92136
|
{
|
|
92114
92137
|
"args": [],
|
|
92115
92138
|
"deprecationReason": null,
|
|
@@ -142632,6 +142655,16 @@
|
|
|
142632
142655
|
"ofType": null
|
|
142633
142656
|
}
|
|
142634
142657
|
},
|
|
142658
|
+
{
|
|
142659
|
+
"defaultValue": null,
|
|
142660
|
+
"description": null,
|
|
142661
|
+
"name": "volumeChangeDays",
|
|
142662
|
+
"type": {
|
|
142663
|
+
"kind": "SCALAR",
|
|
142664
|
+
"name": "Int",
|
|
142665
|
+
"ofType": null
|
|
142666
|
+
}
|
|
142667
|
+
},
|
|
142635
142668
|
{
|
|
142636
142669
|
"defaultValue": null,
|
|
142637
142670
|
"description": null,
|
|
@@ -166147,6 +166180,16 @@
|
|
|
166147
166180
|
"name": "String",
|
|
166148
166181
|
"ofType": null
|
|
166149
166182
|
}
|
|
166183
|
+
},
|
|
166184
|
+
{
|
|
166185
|
+
"defaultValue": null,
|
|
166186
|
+
"description": "Specify any SSL options (e.g. certs)",
|
|
166187
|
+
"name": "sslOptions",
|
|
166188
|
+
"type": {
|
|
166189
|
+
"kind": "INPUT_OBJECT",
|
|
166190
|
+
"name": "SslInputOptions",
|
|
166191
|
+
"ofType": null
|
|
166192
|
+
}
|
|
166150
166193
|
}
|
|
166151
166194
|
],
|
|
166152
166195
|
"deprecationReason": null,
|
|
@@ -186404,6 +186447,16 @@
|
|
|
186404
186447
|
"ofType": null
|
|
186405
186448
|
}
|
|
186406
186449
|
},
|
|
186450
|
+
{
|
|
186451
|
+
"defaultValue": null,
|
|
186452
|
+
"description": "CA certificate data to use for the connection",
|
|
186453
|
+
"name": "caData",
|
|
186454
|
+
"type": {
|
|
186455
|
+
"kind": "SCALAR",
|
|
186456
|
+
"name": "String",
|
|
186457
|
+
"ofType": null
|
|
186458
|
+
}
|
|
186459
|
+
},
|
|
186407
186460
|
{
|
|
186408
186461
|
"defaultValue": null,
|
|
186409
186462
|
"description": "Certificate file",
|
|
@@ -194757,6 +194810,71 @@
|
|
|
194757
194810
|
"kind": "OBJECT",
|
|
194758
194811
|
"name": "AssetFilterActivityReadWrite",
|
|
194759
194812
|
"possibleTypes": null
|
|
194813
|
+
},
|
|
194814
|
+
{
|
|
194815
|
+
"description": null,
|
|
194816
|
+
"enumValues": null,
|
|
194817
|
+
"fields": [
|
|
194818
|
+
{
|
|
194819
|
+
"args": [],
|
|
194820
|
+
"deprecationReason": null,
|
|
194821
|
+
"description": null,
|
|
194822
|
+
"isDeprecated": false,
|
|
194823
|
+
"name": "type",
|
|
194824
|
+
"type": {
|
|
194825
|
+
"kind": "NON_NULL",
|
|
194826
|
+
"name": null,
|
|
194827
|
+
"ofType": {
|
|
194828
|
+
"kind": "ENUM",
|
|
194829
|
+
"name": "AssetFilterType",
|
|
194830
|
+
"ofType": null
|
|
194831
|
+
}
|
|
194832
|
+
}
|
|
194833
|
+
},
|
|
194834
|
+
{
|
|
194835
|
+
"args": [],
|
|
194836
|
+
"deprecationReason": null,
|
|
194837
|
+
"description": null,
|
|
194838
|
+
"isDeprecated": false,
|
|
194839
|
+
"name": "negated",
|
|
194840
|
+
"type": {
|
|
194841
|
+
"kind": "NON_NULL",
|
|
194842
|
+
"name": null,
|
|
194843
|
+
"ofType": {
|
|
194844
|
+
"kind": "SCALAR",
|
|
194845
|
+
"name": "Boolean",
|
|
194846
|
+
"ofType": null
|
|
194847
|
+
}
|
|
194848
|
+
}
|
|
194849
|
+
},
|
|
194850
|
+
{
|
|
194851
|
+
"args": [],
|
|
194852
|
+
"deprecationReason": null,
|
|
194853
|
+
"description": null,
|
|
194854
|
+
"isDeprecated": false,
|
|
194855
|
+
"name": "volumeChangeDays",
|
|
194856
|
+
"type": {
|
|
194857
|
+
"kind": "NON_NULL",
|
|
194858
|
+
"name": null,
|
|
194859
|
+
"ofType": {
|
|
194860
|
+
"kind": "SCALAR",
|
|
194861
|
+
"name": "Int",
|
|
194862
|
+
"ofType": null
|
|
194863
|
+
}
|
|
194864
|
+
}
|
|
194865
|
+
}
|
|
194866
|
+
],
|
|
194867
|
+
"inputFields": null,
|
|
194868
|
+
"interfaces": [
|
|
194869
|
+
{
|
|
194870
|
+
"kind": "INTERFACE",
|
|
194871
|
+
"name": "AssetFilterInterface",
|
|
194872
|
+
"ofType": null
|
|
194873
|
+
}
|
|
194874
|
+
],
|
|
194875
|
+
"kind": "OBJECT",
|
|
194876
|
+
"name": "AssetFilterActivityVolumeChange",
|
|
194877
|
+
"possibleTypes": null
|
|
194760
194878
|
}
|
|
194761
194879
|
]
|
|
194762
194880
|
}
|
pycarlo/lib/schema.py
CHANGED
|
@@ -647,6 +647,7 @@ class AssetFilterType(sgqlc.types.Enum):
|
|
|
647
647
|
|
|
648
648
|
* `ACTIVITY_READ`None
|
|
649
649
|
* `ACTIVITY_READ_WRITE`None
|
|
650
|
+
* `ACTIVITY_VOLUME_CHANGE`None
|
|
650
651
|
* `ACTIVITY_WRITE`None
|
|
651
652
|
* `TABLE_NAME`None
|
|
652
653
|
* `TABLE_TAG`None
|
|
@@ -657,6 +658,7 @@ class AssetFilterType(sgqlc.types.Enum):
|
|
|
657
658
|
__choices__ = (
|
|
658
659
|
"ACTIVITY_READ",
|
|
659
660
|
"ACTIVITY_READ_WRITE",
|
|
661
|
+
"ACTIVITY_VOLUME_CHANGE",
|
|
660
662
|
"ACTIVITY_WRITE",
|
|
661
663
|
"TABLE_NAME",
|
|
662
664
|
"TABLE_TAG",
|
|
@@ -5818,6 +5820,7 @@ class AssetFilterUnionInput(sgqlc.types.Input):
|
|
|
5818
5820
|
"read_days",
|
|
5819
5821
|
"write_days",
|
|
5820
5822
|
"read_write_days",
|
|
5823
|
+
"volume_change_days",
|
|
5821
5824
|
"type",
|
|
5822
5825
|
"negated",
|
|
5823
5826
|
)
|
|
@@ -5843,6 +5846,8 @@ class AssetFilterUnionInput(sgqlc.types.Input):
|
|
|
5843
5846
|
|
|
5844
5847
|
read_write_days = sgqlc.types.Field(Int, graphql_name="readWriteDays")
|
|
5845
5848
|
|
|
5849
|
+
volume_change_days = sgqlc.types.Field(Int, graphql_name="volumeChangeDays")
|
|
5850
|
+
|
|
5846
5851
|
type = sgqlc.types.Field(sgqlc.types.non_null(AssetFilterType), graphql_name="type")
|
|
5847
5852
|
|
|
5848
5853
|
negated = sgqlc.types.Field(Boolean, graphql_name="negated")
|
|
@@ -9077,10 +9082,13 @@ class SparkHttpInput(sgqlc.types.Input):
|
|
|
9077
9082
|
|
|
9078
9083
|
class SslInputOptions(sgqlc.types.Input):
|
|
9079
9084
|
__schema__ = schema
|
|
9080
|
-
__field_names__ = ("ca", "cert", "key", "mechanism", "skip_verification")
|
|
9085
|
+
__field_names__ = ("ca", "ca_data", "cert", "key", "mechanism", "skip_verification")
|
|
9081
9086
|
ca = sgqlc.types.Field(String, graphql_name="ca")
|
|
9082
9087
|
"""CA bundle file"""
|
|
9083
9088
|
|
|
9089
|
+
ca_data = sgqlc.types.Field(String, graphql_name="caData")
|
|
9090
|
+
"""CA certificate data to use for the connection"""
|
|
9091
|
+
|
|
9084
9092
|
cert = sgqlc.types.Field(String, graphql_name="cert")
|
|
9085
9093
|
"""Certificate file"""
|
|
9086
9094
|
|
|
@@ -13044,6 +13052,7 @@ class AssetUsageNode(sgqlc.types.Type):
|
|
|
13044
13052
|
"last_activity",
|
|
13045
13053
|
"last_read",
|
|
13046
13054
|
"last_write",
|
|
13055
|
+
"last_volume_change",
|
|
13047
13056
|
"object_properties",
|
|
13048
13057
|
"table_type",
|
|
13049
13058
|
)
|
|
@@ -13112,6 +13121,9 @@ class AssetUsageNode(sgqlc.types.Type):
|
|
|
13112
13121
|
was written to .
|
|
13113
13122
|
"""
|
|
13114
13123
|
|
|
13124
|
+
last_volume_change = sgqlc.types.Field(DateTime, graphql_name="lastVolumeChange")
|
|
13125
|
+
"""The last time a significant write was executed on the table"""
|
|
13126
|
+
|
|
13115
13127
|
object_properties = sgqlc.types.Field(
|
|
13116
13128
|
sgqlc.types.list_of("PartialObjectProperty"), graphql_name="objectProperties"
|
|
13117
13129
|
)
|
|
@@ -38078,6 +38090,10 @@ class Mutation(sgqlc.types.Type):
|
|
|
38078
38090
|
),
|
|
38079
38091
|
),
|
|
38080
38092
|
("external_id", sgqlc.types.Arg(String, graphql_name="externalId", default=None)),
|
|
38093
|
+
(
|
|
38094
|
+
"ssl_options",
|
|
38095
|
+
sgqlc.types.Arg(SslInputOptions, graphql_name="sslOptions", default=None),
|
|
38096
|
+
),
|
|
38081
38097
|
)
|
|
38082
38098
|
),
|
|
38083
38099
|
)
|
|
@@ -38092,6 +38108,8 @@ class Mutation(sgqlc.types.Type):
|
|
|
38092
38108
|
for integration tests
|
|
38093
38109
|
* `external_id` (`String`): An external id, per assumable role
|
|
38094
38110
|
conditions
|
|
38111
|
+
* `ssl_options` (`SslInputOptions`): Specify any SSL options (e.g.
|
|
38112
|
+
certs)
|
|
38095
38113
|
"""
|
|
38096
38114
|
|
|
38097
38115
|
test_athena_credentials = sgqlc.types.Field(
|
|
@@ -67992,6 +68010,14 @@ class AssetFilterActivityReadWrite(sgqlc.types.Type, AssetFilterInterface):
|
|
|
67992
68010
|
read_write_days = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="readWriteDays")
|
|
67993
68011
|
|
|
67994
68012
|
|
|
68013
|
+
class AssetFilterActivityVolumeChange(sgqlc.types.Type, AssetFilterInterface):
|
|
68014
|
+
__schema__ = schema
|
|
68015
|
+
__field_names__ = ("volume_change_days",)
|
|
68016
|
+
volume_change_days = sgqlc.types.Field(
|
|
68017
|
+
sgqlc.types.non_null(Int), graphql_name="volumeChangeDays"
|
|
68018
|
+
)
|
|
68019
|
+
|
|
68020
|
+
|
|
67995
68021
|
class AssetFilterActivityWrite(sgqlc.types.Type, AssetFilterInterface):
|
|
67996
68022
|
__schema__ = schema
|
|
67997
68023
|
__field_names__ = ("write_days",)
|
|
@@ -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=hQGMyZEmF7ubMVU0zlR9byfDS3UPKPL8QCSNX-FSaWo,6149468
|
|
39
|
+
pycarlo/lib/schema.py,sha256=EQlFhEfijhqdGQ0O7k9CXum-iaISAYfR4hyP7E186uY,2669511
|
|
40
|
+
pycarlo-0.10.125.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.125.dist-info/METADATA,sha256=6z5ncIIXTbqs15wXfNGfJBr72CxVVC1ZeJEbF7n9jEw,8742
|
|
42
|
+
pycarlo-0.10.125.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.125.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.125.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|