Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.25 KB

UpdateTaskInstancesState.md

File metadata and controls

39 lines (31 loc) · 2.25 KB

UpdateTaskInstancesState

Properties

Name Type Description Notes
dry_run bool If set, don't actually run this operation. The response will contain a list of task instances planned to be affected, but won't be modified in any way. [optional] if omitted the server will use the default value of True
task_id str The task ID. [optional]
execution_date str The execution date. Either set this or dag_run_id but not both. [optional]
dag_run_id str The task instance's DAG run ID. Either set this or execution_date but not both. New in version 2.3.0 [optional]
include_upstream bool If set to true, upstream tasks are also affected. [optional]
include_downstream bool If set to true, downstream tasks are also affected. [optional]
include_future bool If set to True, also tasks from future DAG Runs are affected. [optional]
include_past bool If set to True, also tasks from past DAG Runs are affected. [optional]
new_state UpdateTaskState [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]