mik-laj commented on issue #8171: Handle missing object in webserver
URL: https://github.com/apache/airflow/issues/8171#issuecomment-612939805
 
 
   It should be something similar. The most important thing is that no 
mushrooms appear, but user-readable error messages.
   
   For example:
   When you enter following address:
   http://localhost:28080/tries?dag_id=example_automl_text_sentiment2&days=30
   
http://localhost:28080/landing_times?dag_id=example_automl_text_sentiment2&days=30
   http://localhost:28080/gantt?dag_id=example_automl_text_sentiment2
   http://localhost:28080/dag_details?dag_id=example_automl_text_sentiment2
   http://localhost:28080/code?dag_id=example_automl_text_sentiment2
   you will see error screen similar:
   ![Screenshot 2020-04-13 at 17 06 
35](https://user-images.githubusercontent.com/12058428/79131646-362bb300-7da9-11ea-8c68-67e0534226a5.png)
   
   However, if you go to the link:
   http://localhost:28080/tree?dag_id=example_automl_text_cls2
   you will see following error message:
   ![Screenshot 2020-04-13 at 17 08 
08](https://user-images.githubusercontent.com/12058428/79131740-64a98e00-7da9-11ea-8578-95c001e87b6e.png)
   
   This should be standardized and a clear message should always be displayed 
to the user.
   
   
   
   

----------------------------------------------------------------
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

Reply via email to