This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 165b91014f openlineage: add deferrable information to task info in
airflow run facet (#40682)
165b91014f is described below
commit 165b91014f409c4190a24a838314a1b1a3def82a
Author: Kacper Muda <[email protected]>
AuthorDate: Wed Jul 10 11:57:32 2024 +0200
openlineage: add deferrable information to task info in airflow run facet
(#40682)
Signed-off-by: Kacper Muda <[email protected]>
---
airflow/providers/openlineage/utils/utils.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow/providers/openlineage/utils/utils.py
b/airflow/providers/openlineage/utils/utils.py
index b75e5f101b..87f790f154 100644
--- a/airflow/providers/openlineage/utils/utils.py
+++ b/airflow/providers/openlineage/utils/utils.py
@@ -231,6 +231,7 @@ class TaskInfo(InfoJsonEncodable):
"_is_teardown": "is_teardown",
}
includes = [
+ "deferrable",
"depends_on_past",
"downstream_task_ids",
"execution_timeout",