rcjsuen commented on issue #8279: Protect /rendered page from invalid DAG ids (#8171) URL: https://github.com/apache/airflow/pull/8279#issuecomment-614329549 Thank you for your information, @mik-laj. 1. How should I validate each of the three parameters? Is there a common utility function that can be used to check and will return a `bool`? - `dag_id` - `execution_date` - `task_id` 1. If the error page should **never** be displayed then it sounds to me like the entire function should be wrapped in a `try` block so that no exceptions are presented to the user by mistake. Do you agree?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
