mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 17:04:54 +00:00
Airflow add task type during ingestion (#12310)
This commit is contained in:
parent
b699acd900
commit
e79067d69a
@ -313,6 +313,7 @@ class AirflowSource(PipelineServiceSource):
|
||||
else [],
|
||||
startDate=task.start_date.isoformat() if task.start_date else None,
|
||||
endDate=task.end_date.isoformat() if task.end_date else None,
|
||||
taskType=task.task_type,
|
||||
)
|
||||
for task in cast(Iterable[BaseOperator], dag.tasks)
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user