-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIP-72: Allow retrieving Assets via API Server & Task Context #45717
Labels
area:API
Airflow's REST/HTTP API
area:core
area:task-execution-interface-aip72
AIP-72: Task Execution Interface (TEI) aka Task SDK
area:task-sdk
Milestone
Comments
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Jan 17, 2025
part of apache#45717 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.
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Jan 17, 2025
part of apache#45717 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.
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Jan 17, 2025
part of apache#45717 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.
Draft PR #45960 (still super early stage) |
dauinh
pushed a commit
to dauinh/airflow
that referenced
this issue
Jan 24, 2025
part of apache#45717 and apache#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.
got686-yandex
pushed a commit
to got686-yandex/airflow
that referenced
this issue
Jan 30, 2025
part of apache#45717 and apache#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.
niklasr22
pushed a commit
to niklasr22/airflow
that referenced
this issue
Feb 8, 2025
part of apache#45717 and apache#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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:API
Airflow's REST/HTTP API
area:core
area:task-execution-interface-aip72
AIP-72: Task Execution Interface (TEI) aka Task SDK
area:task-sdk
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 whenoutlet_events
&inlet_events
are accessed.airflow/airflow/models/taskinstance.py
Line 1024 in a63b652
airflow/airflow/models/taskinstance.py
Line 1019 in a63b652
The text was updated successfully, but these errors were encountered: