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 a date formatter for new public API test cases #44033

Open
1 task done
amoghrajesh opened this issue Nov 14, 2024 · 0 comments
Open
1 task done

Add a date formatter for new public API test cases #44033

amoghrajesh opened this issue Nov 14, 2024 · 0 comments
Labels
AIP-84 Modern Rest API area:API Airflow's REST/HTTP API

Comments

@amoghrajesh
Copy link
Contributor

Body

As per this comment: #43874 (comment), we need to add a date formatter in our new API test cases. This is because right now, we do something like this: "data_interval_end": dr.data_interval_end.isoformat().replace("+00:00", "Z") to account for the move from +00:00 to Z time format.

Adding this new formatter will clean up the tests and make it easier to extend.

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.
@amoghrajesh amoghrajesh added kind:meta High-level information important to the community AIP-84 Modern Rest API and removed kind:meta High-level information important to the community labels Nov 14, 2024
@dosubot dosubot bot added the area:API Airflow's REST/HTTP API label Nov 14, 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
Projects
None yet
Development

No branches or pull requests

1 participant