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

Docs: Add user facing docs for running a separate Task Execution API-server #43103

Open
kaxil opened this issue Oct 17, 2024 · 2 comments
Open
Assignees
Labels
area:API Airflow's REST/HTTP API area:task-execution-interface-aip72 AIP-72: Task Execution Interface (TEI) aka Task SDK kind:documentation
Milestone

Comments

@kaxil
Copy link
Member

kaxil commented Oct 17, 2024

In #43015, a new Task Execution API-server was added. This can be run with the Core Airflow APIs and can also be run separately.

To run all apis

airflow fastapi-api

# Alternate
airflow fastapi-api --apps all

# Alternate
airflow fastapi-api --apps core,execution

E.g to only run Task execution API

airflow fastapi-api --apps execution

The doc should contain details of our recommendation.

@kaxil kaxil converted this from a draft issue Oct 17, 2024
@kaxil kaxil added this to the Airflow 3.0.0 milestone Oct 17, 2024
@dosubot dosubot bot added area:API Airflow's REST/HTTP API kind:documentation labels Oct 17, 2024
@Brijeshthummar02
Copy link

@kaxil i can work on it, could you show me the path to files, and where to add it also assign me.

@kaxil kaxil self-assigned this Oct 18, 2024
@kaxil
Copy link
Member Author

kaxil commented Oct 18, 2024

Hey @Brijeshthummar02 , AIP-72 is still under progress: https://github.com/orgs/apache/projects/405

This IMO would be need some background about AIP-72, so unless you have read it might be difficult.

Keeping it for myself or @ashb to work on it once we are done with that AIP.

@kaxil kaxil added the area:task-execution-interface-aip72 AIP-72: Task Execution Interface (TEI) aka Task SDK label Nov 11, 2024
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:task-execution-interface-aip72 AIP-72: Task Execution Interface (TEI) aka Task SDK kind:documentation
Development

No branches or pull requests

3 participants