Skip to content

Commit

Permalink
openlineage: add deferrable information to task info in airflow run f…
Browse files Browse the repository at this point in the history
…acet (#40682)

Signed-off-by: Kacper Muda <mudakacper@gmail.com>
  • Loading branch information
kacpermuda authored Jul 10, 2024
1 parent 14b075b commit 165b910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/openlineage/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ class TaskInfo(InfoJsonEncodable):
"_is_teardown": "is_teardown",
}
includes = [
"deferrable",
"depends_on_past",
"downstream_task_ids",
"execution_timeout",
Expand Down

0 comments on commit 165b910

Please sign in to comment.