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

Add support for format_parameters to the new fastAPI endpoints #43872

Open
2 tasks done
amoghrajesh opened this issue Nov 11, 2024 · 0 comments
Open
2 tasks done

Add support for format_parameters to the new fastAPI endpoints #43872

amoghrajesh opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
AIP-84 Modern Rest API area:API Airflow's REST/HTTP API kind:feature Feature Requests

Comments

@amoghrajesh
Copy link
Contributor

Description

Legacy API has support for format_parameters which is used to place restrictions on the response page. For example: @format_parameters({"limit": check_limit}) we can set limit on the limit of entries returned by an API.

Use case/motivation

Cleaner migration from legacy to fastapi. Will be useful for all endpoints.

Related issues

Child of #42370

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@amoghrajesh amoghrajesh added kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet labels Nov 11, 2024
@dosubot dosubot bot added the area:API Airflow's REST/HTTP API label Nov 11, 2024
@amoghrajesh amoghrajesh added the AIP-84 Modern Rest API label Nov 11, 2024
@amoghrajesh amoghrajesh removed the needs-triage label for new issues that we didn't triage yet label Dec 11, 2024
@amoghrajesh amoghrajesh self-assigned this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AIP-84 Modern Rest API area:API Airflow's REST/HTTP API kind:feature Feature Requests
Projects
None yet
Development

No branches or pull requests

1 participant