pierrejeambrun commented on PR #29395: URL: https://github.com/apache/airflow/pull/29395#issuecomment-1421188545
@Taragolis for the front end, I know we also have a date picker in the grid that we might want to check as well. https://github.com/apache/airflow/blob/main/airflow/www/static/js/dag/nav/FilterBar.tsx#L65 For the clients, this is something that we need to check indeed. Quickly reading through the python client code tells me that there is some `iso 8601` involved for deserialization. I would have to test that to be sure that this would work as intended. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
