You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Apache Airflow management API.
4
4
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project based on [the specs](https://github.com/zachliu/airflow-openapi-specs):
Copy file name to clipboardExpand all lines: airflow_python_sdk/api/task_instance_api.py
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ def __delete_task_instance(
56
56
>>> result = thread.get()
57
57
58
58
Args:
59
-
dag_id (int): The DAG ID.
59
+
dag_id (str): The DAG ID.
60
60
task_id (int): The Task ID.
61
61
execution_date (datetime): The date-time notation as defined by [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6), E.G. `2017-07-21T17:32:28Z`
62
62
@@ -149,7 +149,7 @@ def __delete_task_instance(
149
149
},
150
150
'openapi_types': {
151
151
'dag_id':
152
-
(int,),
152
+
(str,),
153
153
'task_id':
154
154
(int,),
155
155
'execution_date':
@@ -194,7 +194,7 @@ def __get_extra_links(
194
194
>>> result = thread.get()
195
195
196
196
Args:
197
-
dag_id (int): The DAG ID.
197
+
dag_id (str): The DAG ID.
198
198
task_id (int): The Task ID.
199
199
execution_date (datetime): The date-time notation as defined by [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6), E.G. `2017-07-21T17:32:28Z`
200
200
@@ -287,7 +287,7 @@ def __get_extra_links(
287
287
},
288
288
'openapi_types': {
289
289
'dag_id':
290
-
(int,),
290
+
(str,),
291
291
'task_id':
292
292
(int,),
293
293
'execution_date':
@@ -333,7 +333,7 @@ def __get_logs(
333
333
>>> result = thread.get()
334
334
335
335
Args:
336
-
dag_id (int): The DAG ID.
336
+
dag_id (str): The DAG ID.
337
337
task_id (int): The Task ID.
338
338
execution_date (datetime): The date-time notation as defined by [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6), E.G. `2017-07-21T17:32:28Z`
339
339
task_try_number (int): The Task Try Number.
@@ -435,7 +435,7 @@ def __get_logs(
435
435
},
436
436
'openapi_types': {
437
437
'dag_id':
438
-
(int,),
438
+
(str,),
439
439
'task_id':
440
440
(int,),
441
441
'execution_date':
@@ -493,7 +493,7 @@ def __get_task_instance(
493
493
>>> result = thread.get()
494
494
495
495
Args:
496
-
dag_id (int): The DAG ID.
496
+
dag_id (str): The DAG ID.
497
497
task_id (int): The Task ID.
498
498
execution_date (datetime): The date-time notation as defined by [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6), E.G. `2017-07-21T17:32:28Z`
499
499
@@ -586,7 +586,7 @@ def __get_task_instance(
586
586
},
587
587
'openapi_types': {
588
588
'dag_id':
589
-
(int,),
589
+
(str,),
590
590
'task_id':
591
591
(int,),
592
592
'execution_date':
@@ -632,7 +632,7 @@ def __update_task_instance(
632
632
>>> result = thread.get()
633
633
634
634
Args:
635
-
dag_id (int): The DAG ID.
635
+
dag_id (str): The DAG ID.
636
636
task_id (int): The Task ID.
637
637
execution_date (datetime): The date-time notation as defined by [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6), E.G. `2017-07-21T17:32:28Z`
Copy file name to clipboardExpand all lines: airflow_python_sdk/api/x_com_api.py
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ def __delete_x_com_value(
56
56
>>> result = thread.get()
57
57
58
58
Args:
59
-
dag_id (int): The DAG ID.
59
+
dag_id (str): The DAG ID.
60
60
task_id (int): The Task ID.
61
61
execution_date (datetime): The date-time notation as defined by [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6), E.G. `2017-07-21T17:32:28Z`
62
62
key (str): The XCom Key.
@@ -154,7 +154,7 @@ def __delete_x_com_value(
154
154
},
155
155
'openapi_types': {
156
156
'dag_id':
157
-
(int,),
157
+
(str,),
158
158
'task_id':
159
159
(int,),
160
160
'execution_date':
@@ -204,7 +204,7 @@ def __get_x_com_value(
204
204
>>> result = thread.get()
205
205
206
206
Args:
207
-
dag_id (int): The DAG ID.
207
+
dag_id (str): The DAG ID.
208
208
task_id (int): The Task ID.
209
209
execution_date (datetime): The date-time notation as defined by [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6), E.G. `2017-07-21T17:32:28Z`
210
210
key (str): The XCom Key.
@@ -302,7 +302,7 @@ def __get_x_com_value(
302
302
},
303
303
'openapi_types': {
304
304
'dag_id':
305
-
(int,),
305
+
(str,),
306
306
'task_id':
307
307
(int,),
308
308
'execution_date':
@@ -352,7 +352,7 @@ def __get_x_com_values(
352
352
>>> result = thread.get()
353
353
354
354
Args:
355
-
dag_id (int): The DAG ID.
355
+
dag_id (str): The DAG ID.
356
356
task_id (int): The Task ID.
357
357
execution_date (datetime): The date-time notation as defined by [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6), E.G. `2017-07-21T17:32:28Z`
358
358
@@ -459,7 +459,7 @@ def __get_x_com_values(
459
459
},
460
460
'openapi_types': {
461
461
'dag_id':
462
-
(int,),
462
+
(str,),
463
463
'task_id':
464
464
(int,),
465
465
'execution_date':
@@ -514,7 +514,7 @@ def __update_x_com_value(
514
514
>>> result = thread.get()
515
515
516
516
Args:
517
-
dag_id (int): The DAG ID.
517
+
dag_id (str): The DAG ID.
518
518
task_id (int): The Task ID.
519
519
execution_date (datetime): The date-time notation as defined by [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6), E.G. `2017-07-21T17:32:28Z`
520
520
key (str): The XCom Key.
@@ -619,7 +619,7 @@ def __update_x_com_value(
619
619
},
620
620
'openapi_types': {
621
621
'dag_id':
622
-
(int,),
622
+
(str,),
623
623
'task_id':
624
624
(int,),
625
625
'execution_date':
@@ -679,7 +679,7 @@ def __update_x_com_values(
679
679
>>> result = thread.get()
680
680
681
681
Args:
682
-
dag_id (int): The DAG ID.
682
+
dag_id (str): The DAG ID.
683
683
task_id (int): The Task ID.
684
684
execution_date (datetime): The date-time notation as defined by [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339#section-5.6), E.G. `2017-07-21T17:32:28Z`
0 commit comments