-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
area:task-execution-interface-aip72AIP-72: Task Execution Interface (TEI) aka Task SDKAIP-72: Task Execution Interface (TEI) aka Task SDK
Milestone
Description
Assets are stored in DB after a Task completes execution with SUCCESS state as shown in the following code.
airflow/airflow/models/taskinstance.py
Line 359 in 051e617
| ti._register_asset_changes(events=context["outlet_events"], session=session) |
This includes extracting outlets from the task and storing them in the DB.
We should port this and related changes to the Task SDK's task_runner.py
| def finalize(log: Logger): ... |
Metadata
Metadata
Assignees
Labels
area:task-execution-interface-aip72AIP-72: Task Execution Interface (TEI) aka Task SDKAIP-72: Task Execution Interface (TEI) aka Task SDK
Type
Projects
Status
Done