Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion task-sdk/src/airflow/sdk/execution_time/supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ def supervise(
Run a single task execution to completion.

:param ti: The task instance to run.
:param bundle_info: Current DagRun of the task instance.
:param bundle_info: Information of the DAG bundle to use for this task instance.
:param dag_rel_path: The file path to the DAG.
:param token: Authentication token for the API client.
:param server: Base URL of the API server.
Expand Down
Loading