uranusjr commented on issue #22969: URL: https://github.com/apache/airflow/issues/22969#issuecomment-1097665129
FWIW this applies to all views accepting `excution_date`. Practically though, users are not supposed to manually write this parameter in, and Airflow never generates an invalid `execution_date` string, so all we need to do is to wrap the `timezone.parse()` call and return 400 if the input is invalid. -- 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]
