[GitHub] [airflow] rcjsuen commented on issue #8171: Handle missing object in webserver

2020-04-13 Thread GitBox
rcjsuen commented on issue #8171: Handle missing object in webserver URL: https://github.com/apache/airflow/issues/8171#issuecomment-613098813 @mik-laj I have created #8279 which addresses a single endpoint for a start. Please let me know what you think.

[GitHub] [airflow] rcjsuen commented on issue #8171: Handle missing object in webserver

2020-04-13 Thread GitBox
rcjsuen commented on issue #8171: Handle missing object in webserver URL: https://github.com/apache/airflow/issues/8171#issuecomment-612843205 @mik-laj Hi, what is your expected fix for this issue? Are you looking for something like this? ``` if dag is None: response =