-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:corearea:task-execution-interface-aip72AIP-72: Task Execution Interface (TEI) aka Task SDKAIP-72: Task Execution Interface (TEI) aka Task SDKarea:task-sdk
Milestone
Description
To support outlet_events & inlet_events in Context dict within the Task SDK, we will need an endpoint on the API Server which we can fetch when outlet_events & inlet_events are accessed.
airflow/airflow/models/taskinstance.py
Line 1024 in a63b652
| "inlet_events": InletEventsAccessors(task.inlets, session=session), |
airflow/airflow/models/taskinstance.py
Line 1019 in a63b652
| "outlet_events": OutletEventAccessors(), |
Metadata
Metadata
Assignees
Labels
area:APIAirflow's REST/HTTP APIAirflow's REST/HTTP APIarea:corearea:task-execution-interface-aip72AIP-72: Task Execution Interface (TEI) aka Task SDKAIP-72: Task Execution Interface (TEI) aka Task SDKarea:task-sdk
Type
Projects
Status
Done