pycarlo 0.10.69__py3-none-any.whl → 0.10.70__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 +1 -1
- pycarlo/lib/schema.py +1 -1
- {pycarlo-0.10.69.dist-info → pycarlo-0.10.70.dist-info}/METADATA +1 -1
- {pycarlo-0.10.69.dist-info → pycarlo-0.10.70.dist-info}/RECORD +7 -7
- {pycarlo-0.10.69.dist-info → pycarlo-0.10.70.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.69.dist-info → pycarlo-0.10.70.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.69.dist-info → pycarlo-0.10.70.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -64526,7 +64526,7 @@
|
|
|
64526
64526
|
{
|
|
64527
64527
|
"args": [],
|
|
64528
64528
|
"deprecationReason": null,
|
|
64529
|
-
"description": "Task run duration",
|
|
64529
|
+
"description": "Task run duration in seconds",
|
|
64530
64530
|
"isDeprecated": false,
|
|
64531
64531
|
"name": "duration",
|
|
64532
64532
|
"type": {
|
pycarlo/lib/schema.py
CHANGED
|
@@ -65496,7 +65496,7 @@ class AirflowTaskRun(sgqlc.types.Type, Node):
|
|
|
65496
65496
|
"""Task attempt number"""
|
|
65497
65497
|
|
|
65498
65498
|
duration = sgqlc.types.Field(Float, graphql_name="duration")
|
|
65499
|
-
"""Task run duration"""
|
|
65499
|
+
"""Task run duration in seconds"""
|
|
65500
65500
|
|
|
65501
65501
|
exception_message = sgqlc.types.Field(String, graphql_name="exceptionMessage")
|
|
65502
65502
|
"""Task failure error message"""
|
|
@@ -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=DUmfy46t9aVSYfZu7RKIHcDjKW9gywmbWStkXJ0ijrg,5981389
|
|
39
|
+
pycarlo/lib/schema.py,sha256=ZfNrZzoiIy8SIJ4G786d03fmATLosFjcEx59VRbnLRg,2584086
|
|
40
|
+
pycarlo-0.10.70.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.70.dist-info/METADATA,sha256=P5W0mVH9s1fZH7JD80kWsJnS5L5vCQn6JpGbLuxFoaE,8741
|
|
42
|
+
pycarlo-0.10.70.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.70.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.70.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|