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-84: Migrating GET queued asset events for DAG to fastAPI #44124

Conversation

amoghrajesh
Copy link
Contributor

related: #42370

Migrating the GET queued asset events for a DAG endpoint to fast API.

Setup:

  1. Created producer and consumer dags:
    image

  2. Paused one producer while running the other to generate queued events
    image

Responses:

  1. Legacy
    image

  2. FastAPI
    image

With time filtering:

  1. Legacy
    image

(Beyond creation time)
image

  1. FastAPI
    image

(Beyond creation time)
image

Swagger spec: (maintained under dag section)
image

image


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. labels Nov 18, 2024
@amoghrajesh amoghrajesh added the legacy api Whether legacy API changes should be allowed in PR label Nov 18, 2024
@amoghrajesh amoghrajesh reopened this Nov 18, 2024
@amoghrajesh amoghrajesh self-assigned this Nov 18, 2024
@pierrejeambrun pierrejeambrun force-pushed the AIP84-get-all-queued-events-for-dag-again branch from 50a2301 to 9556654 Compare November 18, 2024 08:39
@pierrejeambrun
Copy link
Member

Just rebased the branch to get the latest, I think we can merge then if the CI is green.

@pierrejeambrun pierrejeambrun merged commit 7b8bd28 into apache:main Nov 18, 2024
62 checks passed
@pierrejeambrun pierrejeambrun deleted the AIP84-get-all-queued-events-for-dag-again branch November 18, 2024 09:25
kandharvishnu pushed a commit to kandharvishnu/airflow that referenced this pull request Nov 19, 2024
…44124)

* AIP-84: Migrating GET queued asset events for DAG to fastAPI

* fixing tests and server code

* fixing parameters

* fixing parameters
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:UI Related to UI/UX. For Frontend Developers. legacy api Whether legacy API changes should be allowed in PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants