pycarlo 0.10.219__py3-none-any.whl → 0.10.220__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 +24 -0
- pycarlo/lib/schema.py +10 -0
- {pycarlo-0.10.219.dist-info → pycarlo-0.10.220.dist-info}/METADATA +1 -1
- {pycarlo-0.10.219.dist-info → pycarlo-0.10.220.dist-info}/RECORD +7 -7
- {pycarlo-0.10.219.dist-info → pycarlo-0.10.220.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.219.dist-info → pycarlo-0.10.220.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.219.dist-info → pycarlo-0.10.220.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -107696,6 +107696,30 @@
|
|
|
107696
107696
|
"ofType": null
|
|
107697
107697
|
}
|
|
107698
107698
|
},
|
|
107699
|
+
{
|
|
107700
|
+
"args": [],
|
|
107701
|
+
"deprecationReason": null,
|
|
107702
|
+
"description": "True if this table monitor execution failure was treated as a warning and no failure notification was sent.",
|
|
107703
|
+
"isDeprecated": false,
|
|
107704
|
+
"name": "tableMonitorWarning",
|
|
107705
|
+
"type": {
|
|
107706
|
+
"kind": "SCALAR",
|
|
107707
|
+
"name": "Boolean",
|
|
107708
|
+
"ofType": null
|
|
107709
|
+
}
|
|
107710
|
+
},
|
|
107711
|
+
{
|
|
107712
|
+
"args": [],
|
|
107713
|
+
"deprecationReason": null,
|
|
107714
|
+
"description": "MCON of the table for size collection executions in table monitors",
|
|
107715
|
+
"isDeprecated": false,
|
|
107716
|
+
"name": "sizeCollectionTableMcon",
|
|
107717
|
+
"type": {
|
|
107718
|
+
"kind": "SCALAR",
|
|
107719
|
+
"name": "String",
|
|
107720
|
+
"ofType": null
|
|
107721
|
+
}
|
|
107722
|
+
},
|
|
107699
107723
|
{
|
|
107700
107724
|
"args": [],
|
|
107701
107725
|
"deprecationReason": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -23300,6 +23300,8 @@ class JobExecutionHistoryLog(sgqlc.types.Type):
|
|
|
23300
23300
|
"exceptions_detail",
|
|
23301
23301
|
"runtime_variables",
|
|
23302
23302
|
"comparison_data_source_type",
|
|
23303
|
+
"table_monitor_warning",
|
|
23304
|
+
"size_collection_table_mcon",
|
|
23303
23305
|
"total_invocations_count",
|
|
23304
23306
|
"total_result_count",
|
|
23305
23307
|
"total_execution_duration",
|
|
@@ -23339,6 +23341,14 @@ class JobExecutionHistoryLog(sgqlc.types.Type):
|
|
|
23339
23341
|
)
|
|
23340
23342
|
"""Comparison Source type in the job execution"""
|
|
23341
23343
|
|
|
23344
|
+
table_monitor_warning = sgqlc.types.Field(Boolean, graphql_name="tableMonitorWarning")
|
|
23345
|
+
"""True if this table monitor execution failure was treated as a
|
|
23346
|
+
warning and no failure notification was sent.
|
|
23347
|
+
"""
|
|
23348
|
+
|
|
23349
|
+
size_collection_table_mcon = sgqlc.types.Field(String, graphql_name="sizeCollectionTableMcon")
|
|
23350
|
+
"""MCON of the table for size collection executions in table monitors"""
|
|
23351
|
+
|
|
23342
23352
|
total_invocations_count = sgqlc.types.Field(Int, graphql_name="totalInvocationsCount")
|
|
23343
23353
|
"""Total number of invocations for the job execution. May be null if
|
|
23344
23354
|
execution has not completed.
|
|
@@ -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=zXn7YcKyc4TLqhDHEAjYGZcKMSdPZ8ZL57wKiwPADKk,6411019
|
|
39
|
+
pycarlo/lib/schema.py,sha256=u6h7WENYE-cd2r0uKK3Cc5cPCEDdPbBNEejCcS82QgU,2788510
|
|
40
|
+
pycarlo-0.10.220.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.220.dist-info/METADATA,sha256=zrIx_pNQHXO5zuQ5hNVROQxISLCGJqhuCg8JwhA0iok,8742
|
|
42
|
+
pycarlo-0.10.220.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.220.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.220.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|