You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
part of #45717 and #45752
This PR adds support for `outlet_events` in Context dict within the Task SDK by adding an endpoint on the API Server which is fetched when outlet_events is accessed.
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
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
airflow/task_sdk/src/airflow/sdk/execution_time/task_runner.py
Line 600 in 051e617
The text was updated successfully, but these errors were encountered: