Skip to content
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

Open
kaxil opened this issue Jan 16, 2025 · 0 comments
Open

AIP-72: Allow retrieving Assets via API Server & Task Context #45717

kaxil opened this issue Jan 16, 2025 · 0 comments
Assignees
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
Copy link
Member

kaxil commented Jan 16, 2025

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.

"inlet_events": InletEventsAccessors(task.inlets, session=session),

"outlet_events": OutletEventAccessors(),

@kaxil kaxil self-assigned this Jan 16, 2025
@kaxil kaxil added area:task-execution-interface-aip72 AIP-72: Task Execution Interface (TEI) aka Task SDK area:task-sdk labels Jan 16, 2025
@dosubot dosubot bot added area:API Airflow's REST/HTTP API area:core labels Jan 16, 2025
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 kaxil added this to the Airflow 3.0.0 milestone Jan 17, 2025
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 that referenced this issue Jan 17, 2025
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.
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
Projects
Development

No branches or pull requests

1 participant