ClearTaskInstance

Properties

NameTypeDescriptionNotes
dry_runboolIf set, don't actually run this operation. The response will contain a list of task instances planned to be cleaned, but not modified in any way.[optional] if omitted the server will use the default value of True
task_ids[str]A list of task ids to clear.[optional]
start_datestrThe minimum execution date to clear.[optional]
end_datestrThe maximum execution date to clear.[optional]
only_failedboolOnly clear failed tasks.[optional] if omitted the server will use the default value of True
only_runningboolOnly clear running tasks.[optional] if omitted the server will use the default value of False
include_subdagsboolClear tasks in subdags and clear external tasks indicated by ExternalTaskMarker.[optional]
include_parentdagboolClear tasks in the parent dag of the subdag.[optional]
reset_dag_runsboolSet state of DAG runs to RUNNING.[optional]

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