pycarlo 0.10.193__py3-none-any.whl → 0.10.195__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 +231 -94
- pycarlo/lib/schema.py +51 -3
- {pycarlo-0.10.193.dist-info → pycarlo-0.10.195.dist-info}/METADATA +1 -1
- {pycarlo-0.10.193.dist-info → pycarlo-0.10.195.dist-info}/RECORD +7 -7
- {pycarlo-0.10.193.dist-info → pycarlo-0.10.195.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.193.dist-info → pycarlo-0.10.195.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.193.dist-info → pycarlo-0.10.195.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -10308,6 +10308,16 @@
|
|
|
10308
10308
|
"name": "MonitorSamplingConfigInput",
|
|
10309
10309
|
"ofType": null
|
|
10310
10310
|
}
|
|
10311
|
+
},
|
|
10312
|
+
{
|
|
10313
|
+
"defaultValue": "false",
|
|
10314
|
+
"description": "Include the explanation field in the results (only supported for agent monitors, and only included when evaluating prompts)",
|
|
10315
|
+
"name": "includeExplanation",
|
|
10316
|
+
"type": {
|
|
10317
|
+
"kind": "SCALAR",
|
|
10318
|
+
"name": "Boolean",
|
|
10319
|
+
"ofType": null
|
|
10320
|
+
}
|
|
10311
10321
|
}
|
|
10312
10322
|
],
|
|
10313
10323
|
"deprecationReason": null,
|
|
@@ -37210,7 +37220,7 @@
|
|
|
37210
37220
|
"deprecationReason": null,
|
|
37211
37221
|
"description": null,
|
|
37212
37222
|
"isDeprecated": false,
|
|
37213
|
-
"name": "
|
|
37223
|
+
"name": "category",
|
|
37214
37224
|
"type": {
|
|
37215
37225
|
"kind": "SCALAR",
|
|
37216
37226
|
"name": "String",
|
|
@@ -37222,7 +37232,7 @@
|
|
|
37222
37232
|
"deprecationReason": null,
|
|
37223
37233
|
"description": null,
|
|
37224
37234
|
"isDeprecated": false,
|
|
37225
|
-
"name": "
|
|
37235
|
+
"name": "prompt",
|
|
37226
37236
|
"type": {
|
|
37227
37237
|
"kind": "SCALAR",
|
|
37228
37238
|
"name": "String",
|
|
@@ -37234,7 +37244,7 @@
|
|
|
37234
37244
|
"deprecationReason": null,
|
|
37235
37245
|
"description": null,
|
|
37236
37246
|
"isDeprecated": false,
|
|
37237
|
-
"name": "
|
|
37247
|
+
"name": "scoreField",
|
|
37238
37248
|
"type": {
|
|
37239
37249
|
"kind": "SCALAR",
|
|
37240
37250
|
"name": "String",
|
|
@@ -37246,7 +37256,7 @@
|
|
|
37246
37256
|
"deprecationReason": null,
|
|
37247
37257
|
"description": null,
|
|
37248
37258
|
"isDeprecated": false,
|
|
37249
|
-
"name": "
|
|
37259
|
+
"name": "outputType",
|
|
37250
37260
|
"type": {
|
|
37251
37261
|
"kind": "SCALAR",
|
|
37252
37262
|
"name": "String",
|
|
@@ -37258,7 +37268,7 @@
|
|
|
37258
37268
|
"deprecationReason": null,
|
|
37259
37269
|
"description": null,
|
|
37260
37270
|
"isDeprecated": false,
|
|
37261
|
-
"name": "
|
|
37271
|
+
"name": "outputDescription",
|
|
37262
37272
|
"type": {
|
|
37263
37273
|
"kind": "SCALAR",
|
|
37264
37274
|
"name": "String",
|
|
@@ -69695,6 +69705,22 @@
|
|
|
69695
69705
|
"name": "String",
|
|
69696
69706
|
"ofType": null
|
|
69697
69707
|
}
|
|
69708
|
+
},
|
|
69709
|
+
{
|
|
69710
|
+
"args": [],
|
|
69711
|
+
"deprecationReason": null,
|
|
69712
|
+
"description": "List of all retry attempts for this task run",
|
|
69713
|
+
"isDeprecated": false,
|
|
69714
|
+
"name": "attempts",
|
|
69715
|
+
"type": {
|
|
69716
|
+
"kind": "LIST",
|
|
69717
|
+
"name": null,
|
|
69718
|
+
"ofType": {
|
|
69719
|
+
"kind": "OBJECT",
|
|
69720
|
+
"name": "AirflowTaskRunAttempt",
|
|
69721
|
+
"ofType": null
|
|
69722
|
+
}
|
|
69723
|
+
}
|
|
69698
69724
|
}
|
|
69699
69725
|
],
|
|
69700
69726
|
"inputFields": null,
|
|
@@ -69756,6 +69782,206 @@
|
|
|
69756
69782
|
"name": "AirflowUrls",
|
|
69757
69783
|
"possibleTypes": null
|
|
69758
69784
|
},
|
|
69785
|
+
{
|
|
69786
|
+
"description": "Individual attempt details for an Airflow task run",
|
|
69787
|
+
"enumValues": null,
|
|
69788
|
+
"fields": [
|
|
69789
|
+
{
|
|
69790
|
+
"args": [],
|
|
69791
|
+
"deprecationReason": null,
|
|
69792
|
+
"description": "Attempt number",
|
|
69793
|
+
"isDeprecated": false,
|
|
69794
|
+
"name": "attemptNumber",
|
|
69795
|
+
"type": {
|
|
69796
|
+
"kind": "NON_NULL",
|
|
69797
|
+
"name": null,
|
|
69798
|
+
"ofType": {
|
|
69799
|
+
"kind": "SCALAR",
|
|
69800
|
+
"name": "Int",
|
|
69801
|
+
"ofType": null
|
|
69802
|
+
}
|
|
69803
|
+
}
|
|
69804
|
+
},
|
|
69805
|
+
{
|
|
69806
|
+
"args": [],
|
|
69807
|
+
"deprecationReason": null,
|
|
69808
|
+
"description": "Attempt start time",
|
|
69809
|
+
"isDeprecated": false,
|
|
69810
|
+
"name": "startDate",
|
|
69811
|
+
"type": {
|
|
69812
|
+
"kind": "NON_NULL",
|
|
69813
|
+
"name": null,
|
|
69814
|
+
"ofType": {
|
|
69815
|
+
"kind": "SCALAR",
|
|
69816
|
+
"name": "DateTime",
|
|
69817
|
+
"ofType": null
|
|
69818
|
+
}
|
|
69819
|
+
}
|
|
69820
|
+
},
|
|
69821
|
+
{
|
|
69822
|
+
"args": [],
|
|
69823
|
+
"deprecationReason": null,
|
|
69824
|
+
"description": "Attempt end time",
|
|
69825
|
+
"isDeprecated": false,
|
|
69826
|
+
"name": "endDate",
|
|
69827
|
+
"type": {
|
|
69828
|
+
"kind": "SCALAR",
|
|
69829
|
+
"name": "DateTime",
|
|
69830
|
+
"ofType": null
|
|
69831
|
+
}
|
|
69832
|
+
},
|
|
69833
|
+
{
|
|
69834
|
+
"args": [],
|
|
69835
|
+
"deprecationReason": null,
|
|
69836
|
+
"description": "Attempt state",
|
|
69837
|
+
"isDeprecated": false,
|
|
69838
|
+
"name": "state",
|
|
69839
|
+
"type": {
|
|
69840
|
+
"kind": "NON_NULL",
|
|
69841
|
+
"name": null,
|
|
69842
|
+
"ofType": {
|
|
69843
|
+
"kind": "ENUM",
|
|
69844
|
+
"name": "AirflowRunState",
|
|
69845
|
+
"ofType": null
|
|
69846
|
+
}
|
|
69847
|
+
}
|
|
69848
|
+
},
|
|
69849
|
+
{
|
|
69850
|
+
"args": [],
|
|
69851
|
+
"deprecationReason": null,
|
|
69852
|
+
"description": "Whether attempt succeeded",
|
|
69853
|
+
"isDeprecated": false,
|
|
69854
|
+
"name": "success",
|
|
69855
|
+
"type": {
|
|
69856
|
+
"kind": "NON_NULL",
|
|
69857
|
+
"name": null,
|
|
69858
|
+
"ofType": {
|
|
69859
|
+
"kind": "SCALAR",
|
|
69860
|
+
"name": "Boolean",
|
|
69861
|
+
"ofType": null
|
|
69862
|
+
}
|
|
69863
|
+
}
|
|
69864
|
+
},
|
|
69865
|
+
{
|
|
69866
|
+
"args": [],
|
|
69867
|
+
"deprecationReason": null,
|
|
69868
|
+
"description": "Attempt duration in seconds",
|
|
69869
|
+
"isDeprecated": false,
|
|
69870
|
+
"name": "duration",
|
|
69871
|
+
"type": {
|
|
69872
|
+
"kind": "SCALAR",
|
|
69873
|
+
"name": "Float",
|
|
69874
|
+
"ofType": null
|
|
69875
|
+
}
|
|
69876
|
+
},
|
|
69877
|
+
{
|
|
69878
|
+
"args": [],
|
|
69879
|
+
"deprecationReason": null,
|
|
69880
|
+
"description": "Error message if failed",
|
|
69881
|
+
"isDeprecated": false,
|
|
69882
|
+
"name": "exceptionMessage",
|
|
69883
|
+
"type": {
|
|
69884
|
+
"kind": "SCALAR",
|
|
69885
|
+
"name": "String",
|
|
69886
|
+
"ofType": null
|
|
69887
|
+
}
|
|
69888
|
+
}
|
|
69889
|
+
],
|
|
69890
|
+
"inputFields": null,
|
|
69891
|
+
"interfaces": [],
|
|
69892
|
+
"kind": "OBJECT",
|
|
69893
|
+
"name": "AirflowTaskRunAttempt",
|
|
69894
|
+
"possibleTypes": null
|
|
69895
|
+
},
|
|
69896
|
+
{
|
|
69897
|
+
"description": null,
|
|
69898
|
+
"enumValues": [
|
|
69899
|
+
{
|
|
69900
|
+
"deprecationReason": null,
|
|
69901
|
+
"description": null,
|
|
69902
|
+
"isDeprecated": false,
|
|
69903
|
+
"name": "failed"
|
|
69904
|
+
},
|
|
69905
|
+
{
|
|
69906
|
+
"deprecationReason": null,
|
|
69907
|
+
"description": null,
|
|
69908
|
+
"isDeprecated": false,
|
|
69909
|
+
"name": "queued"
|
|
69910
|
+
},
|
|
69911
|
+
{
|
|
69912
|
+
"deprecationReason": null,
|
|
69913
|
+
"description": null,
|
|
69914
|
+
"isDeprecated": false,
|
|
69915
|
+
"name": "running"
|
|
69916
|
+
},
|
|
69917
|
+
{
|
|
69918
|
+
"deprecationReason": null,
|
|
69919
|
+
"description": null,
|
|
69920
|
+
"isDeprecated": false,
|
|
69921
|
+
"name": "success"
|
|
69922
|
+
},
|
|
69923
|
+
{
|
|
69924
|
+
"deprecationReason": null,
|
|
69925
|
+
"description": null,
|
|
69926
|
+
"isDeprecated": false,
|
|
69927
|
+
"name": "unknown"
|
|
69928
|
+
},
|
|
69929
|
+
{
|
|
69930
|
+
"deprecationReason": null,
|
|
69931
|
+
"description": null,
|
|
69932
|
+
"isDeprecated": false,
|
|
69933
|
+
"name": "restarting"
|
|
69934
|
+
},
|
|
69935
|
+
{
|
|
69936
|
+
"deprecationReason": null,
|
|
69937
|
+
"description": null,
|
|
69938
|
+
"isDeprecated": false,
|
|
69939
|
+
"name": "up_for_retry"
|
|
69940
|
+
},
|
|
69941
|
+
{
|
|
69942
|
+
"deprecationReason": null,
|
|
69943
|
+
"description": null,
|
|
69944
|
+
"isDeprecated": false,
|
|
69945
|
+
"name": "up_for_reschedule"
|
|
69946
|
+
},
|
|
69947
|
+
{
|
|
69948
|
+
"deprecationReason": null,
|
|
69949
|
+
"description": null,
|
|
69950
|
+
"isDeprecated": false,
|
|
69951
|
+
"name": "upstream_failed"
|
|
69952
|
+
},
|
|
69953
|
+
{
|
|
69954
|
+
"deprecationReason": null,
|
|
69955
|
+
"description": null,
|
|
69956
|
+
"isDeprecated": false,
|
|
69957
|
+
"name": "skipped"
|
|
69958
|
+
},
|
|
69959
|
+
{
|
|
69960
|
+
"deprecationReason": null,
|
|
69961
|
+
"description": null,
|
|
69962
|
+
"isDeprecated": false,
|
|
69963
|
+
"name": "removed"
|
|
69964
|
+
},
|
|
69965
|
+
{
|
|
69966
|
+
"deprecationReason": null,
|
|
69967
|
+
"description": null,
|
|
69968
|
+
"isDeprecated": false,
|
|
69969
|
+
"name": "scheduled"
|
|
69970
|
+
},
|
|
69971
|
+
{
|
|
69972
|
+
"deprecationReason": null,
|
|
69973
|
+
"description": null,
|
|
69974
|
+
"isDeprecated": false,
|
|
69975
|
+
"name": "deferred"
|
|
69976
|
+
}
|
|
69977
|
+
],
|
|
69978
|
+
"fields": null,
|
|
69979
|
+
"inputFields": null,
|
|
69980
|
+
"interfaces": null,
|
|
69981
|
+
"kind": "ENUM",
|
|
69982
|
+
"name": "AirflowRunState",
|
|
69983
|
+
"possibleTypes": null
|
|
69984
|
+
},
|
|
69759
69985
|
{
|
|
69760
69986
|
"description": null,
|
|
69761
69987
|
"enumValues": null,
|
|
@@ -148811,95 +149037,6 @@
|
|
|
148811
149037
|
"name": "AirflowDagRunInfo",
|
|
148812
149038
|
"possibleTypes": null
|
|
148813
149039
|
},
|
|
148814
|
-
{
|
|
148815
|
-
"description": null,
|
|
148816
|
-
"enumValues": [
|
|
148817
|
-
{
|
|
148818
|
-
"deprecationReason": null,
|
|
148819
|
-
"description": null,
|
|
148820
|
-
"isDeprecated": false,
|
|
148821
|
-
"name": "failed"
|
|
148822
|
-
},
|
|
148823
|
-
{
|
|
148824
|
-
"deprecationReason": null,
|
|
148825
|
-
"description": null,
|
|
148826
|
-
"isDeprecated": false,
|
|
148827
|
-
"name": "queued"
|
|
148828
|
-
},
|
|
148829
|
-
{
|
|
148830
|
-
"deprecationReason": null,
|
|
148831
|
-
"description": null,
|
|
148832
|
-
"isDeprecated": false,
|
|
148833
|
-
"name": "running"
|
|
148834
|
-
},
|
|
148835
|
-
{
|
|
148836
|
-
"deprecationReason": null,
|
|
148837
|
-
"description": null,
|
|
148838
|
-
"isDeprecated": false,
|
|
148839
|
-
"name": "success"
|
|
148840
|
-
},
|
|
148841
|
-
{
|
|
148842
|
-
"deprecationReason": null,
|
|
148843
|
-
"description": null,
|
|
148844
|
-
"isDeprecated": false,
|
|
148845
|
-
"name": "unknown"
|
|
148846
|
-
},
|
|
148847
|
-
{
|
|
148848
|
-
"deprecationReason": null,
|
|
148849
|
-
"description": null,
|
|
148850
|
-
"isDeprecated": false,
|
|
148851
|
-
"name": "restarting"
|
|
148852
|
-
},
|
|
148853
|
-
{
|
|
148854
|
-
"deprecationReason": null,
|
|
148855
|
-
"description": null,
|
|
148856
|
-
"isDeprecated": false,
|
|
148857
|
-
"name": "up_for_retry"
|
|
148858
|
-
},
|
|
148859
|
-
{
|
|
148860
|
-
"deprecationReason": null,
|
|
148861
|
-
"description": null,
|
|
148862
|
-
"isDeprecated": false,
|
|
148863
|
-
"name": "up_for_reschedule"
|
|
148864
|
-
},
|
|
148865
|
-
{
|
|
148866
|
-
"deprecationReason": null,
|
|
148867
|
-
"description": null,
|
|
148868
|
-
"isDeprecated": false,
|
|
148869
|
-
"name": "upstream_failed"
|
|
148870
|
-
},
|
|
148871
|
-
{
|
|
148872
|
-
"deprecationReason": null,
|
|
148873
|
-
"description": null,
|
|
148874
|
-
"isDeprecated": false,
|
|
148875
|
-
"name": "skipped"
|
|
148876
|
-
},
|
|
148877
|
-
{
|
|
148878
|
-
"deprecationReason": null,
|
|
148879
|
-
"description": null,
|
|
148880
|
-
"isDeprecated": false,
|
|
148881
|
-
"name": "removed"
|
|
148882
|
-
},
|
|
148883
|
-
{
|
|
148884
|
-
"deprecationReason": null,
|
|
148885
|
-
"description": null,
|
|
148886
|
-
"isDeprecated": false,
|
|
148887
|
-
"name": "scheduled"
|
|
148888
|
-
},
|
|
148889
|
-
{
|
|
148890
|
-
"deprecationReason": null,
|
|
148891
|
-
"description": null,
|
|
148892
|
-
"isDeprecated": false,
|
|
148893
|
-
"name": "deferred"
|
|
148894
|
-
}
|
|
148895
|
-
],
|
|
148896
|
-
"fields": null,
|
|
148897
|
-
"inputFields": null,
|
|
148898
|
-
"interfaces": null,
|
|
148899
|
-
"kind": "ENUM",
|
|
148900
|
-
"name": "AirflowRunState",
|
|
148901
|
-
"possibleTypes": null
|
|
148902
|
-
},
|
|
148903
149040
|
{
|
|
148904
149041
|
"description": "Airflow capabilities information",
|
|
148905
149042
|
"enumValues": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -12929,6 +12929,41 @@ class AirflowTaskEdge(sgqlc.types.Type):
|
|
|
12929
12929
|
"""A cursor for use in pagination"""
|
|
12930
12930
|
|
|
12931
12931
|
|
|
12932
|
+
class AirflowTaskRunAttempt(sgqlc.types.Type):
|
|
12933
|
+
"""Individual attempt details for an Airflow task run"""
|
|
12934
|
+
|
|
12935
|
+
__schema__ = schema
|
|
12936
|
+
__field_names__ = (
|
|
12937
|
+
"attempt_number",
|
|
12938
|
+
"start_date",
|
|
12939
|
+
"end_date",
|
|
12940
|
+
"state",
|
|
12941
|
+
"success",
|
|
12942
|
+
"duration",
|
|
12943
|
+
"exception_message",
|
|
12944
|
+
)
|
|
12945
|
+
attempt_number = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="attemptNumber")
|
|
12946
|
+
"""Attempt number"""
|
|
12947
|
+
|
|
12948
|
+
start_date = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="startDate")
|
|
12949
|
+
"""Attempt start time"""
|
|
12950
|
+
|
|
12951
|
+
end_date = sgqlc.types.Field(DateTime, graphql_name="endDate")
|
|
12952
|
+
"""Attempt end time"""
|
|
12953
|
+
|
|
12954
|
+
state = sgqlc.types.Field(sgqlc.types.non_null(AirflowRunState), graphql_name="state")
|
|
12955
|
+
"""Attempt state"""
|
|
12956
|
+
|
|
12957
|
+
success = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="success")
|
|
12958
|
+
"""Whether attempt succeeded"""
|
|
12959
|
+
|
|
12960
|
+
duration = sgqlc.types.Field(Float, graphql_name="duration")
|
|
12961
|
+
"""Attempt duration in seconds"""
|
|
12962
|
+
|
|
12963
|
+
exception_message = sgqlc.types.Field(String, graphql_name="exceptionMessage")
|
|
12964
|
+
"""Error message if failed"""
|
|
12965
|
+
|
|
12966
|
+
|
|
12932
12967
|
class AirflowTaskRunConnection(sgqlc.types.relay.Connection):
|
|
12933
12968
|
__schema__ = schema
|
|
12934
12969
|
__field_names__ = ("page_info", "edges")
|
|
@@ -50706,6 +50741,10 @@ class Query(sgqlc.types.Type):
|
|
|
50706
50741
|
MonitorSamplingConfigInput, graphql_name="rowSamplingConfig", default=None
|
|
50707
50742
|
),
|
|
50708
50743
|
),
|
|
50744
|
+
(
|
|
50745
|
+
"include_explanation",
|
|
50746
|
+
sgqlc.types.Arg(Boolean, graphql_name="includeExplanation", default=False),
|
|
50747
|
+
),
|
|
50709
50748
|
)
|
|
50710
50749
|
),
|
|
50711
50750
|
)
|
|
@@ -50733,6 +50772,9 @@ class Query(sgqlc.types.Type):
|
|
|
50733
50772
|
rows from the sampling query (default: `false`)
|
|
50734
50773
|
* `row_sampling_config` (`MonitorSamplingConfigInput`): Sampling
|
|
50735
50774
|
configuration to only read a subset of the data
|
|
50775
|
+
* `include_explanation` (`Boolean`): Include the explanation field
|
|
50776
|
+
in the results (only supported for agent monitors, and only
|
|
50777
|
+
included when evaluating prompts) (default: `false`)
|
|
50736
50778
|
"""
|
|
50737
50779
|
|
|
50738
50780
|
get_field_health_sampling_conditions = sgqlc.types.Field(
|
|
@@ -67390,11 +67432,11 @@ class TransformFunction(sgqlc.types.Type):
|
|
|
67390
67432
|
"supported_types",
|
|
67391
67433
|
"required_type",
|
|
67392
67434
|
"supported_connections",
|
|
67393
|
-
"response_format",
|
|
67394
67435
|
"category",
|
|
67395
67436
|
"prompt",
|
|
67396
67437
|
"score_field",
|
|
67397
67438
|
"output_type",
|
|
67439
|
+
"output_description",
|
|
67398
67440
|
"supports_field_range",
|
|
67399
67441
|
"supported_output_types",
|
|
67400
67442
|
"icon",
|
|
@@ -67422,8 +67464,6 @@ class TransformFunction(sgqlc.types.Type):
|
|
|
67422
67464
|
graphql_name="supportedConnections",
|
|
67423
67465
|
)
|
|
67424
67466
|
|
|
67425
|
-
response_format = sgqlc.types.Field(String, graphql_name="responseFormat")
|
|
67426
|
-
|
|
67427
67467
|
category = sgqlc.types.Field(String, graphql_name="category")
|
|
67428
67468
|
|
|
67429
67469
|
prompt = sgqlc.types.Field(String, graphql_name="prompt")
|
|
@@ -67432,6 +67472,8 @@ class TransformFunction(sgqlc.types.Type):
|
|
|
67432
67472
|
|
|
67433
67473
|
output_type = sgqlc.types.Field(String, graphql_name="outputType")
|
|
67434
67474
|
|
|
67475
|
+
output_description = sgqlc.types.Field(String, graphql_name="outputDescription")
|
|
67476
|
+
|
|
67435
67477
|
supports_field_range = sgqlc.types.Field(
|
|
67436
67478
|
sgqlc.types.non_null(Boolean), graphql_name="supportsFieldRange"
|
|
67437
67479
|
)
|
|
@@ -70231,6 +70273,7 @@ class AirflowTaskRun(sgqlc.types.Type, Node):
|
|
|
70231
70273
|
"task_mcon",
|
|
70232
70274
|
"job_mcon",
|
|
70233
70275
|
"log_url",
|
|
70276
|
+
"attempts",
|
|
70234
70277
|
)
|
|
70235
70278
|
created_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdTime")
|
|
70236
70279
|
|
|
@@ -70299,6 +70342,11 @@ class AirflowTaskRun(sgqlc.types.Type, Node):
|
|
|
70299
70342
|
log_url = sgqlc.types.Field(String, graphql_name="logUrl")
|
|
70300
70343
|
"""Log URL for the Task Run"""
|
|
70301
70344
|
|
|
70345
|
+
attempts = sgqlc.types.Field(
|
|
70346
|
+
sgqlc.types.list_of(AirflowTaskRunAttempt), graphql_name="attempts"
|
|
70347
|
+
)
|
|
70348
|
+
"""List of all retry attempts for this task run"""
|
|
70349
|
+
|
|
70302
70350
|
|
|
70303
70351
|
class AlationIntegration(sgqlc.types.Type, Node):
|
|
70304
70352
|
__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=Vz_BFcP_LpH3l4n39MtNBZGixtMbPwpJNRRwTry918c,6340122
|
|
39
|
+
pycarlo/lib/schema.py,sha256=F9d7kze0WCycD6E3WLhQdcQyKuNr6tc0BeSCEXBb7Bw,2760489
|
|
40
|
+
pycarlo-0.10.195.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.195.dist-info/METADATA,sha256=xscEV3X4VBbafrUAHZbCQt3zErYNY04eTBdUbNiDr-o,8742
|
|
42
|
+
pycarlo-0.10.195.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.195.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.195.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|