You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: