BasPH commented on PR #29143:
URL: https://github.com/apache/airflow/pull/29143#issuecomment-1438485869

   We should think better about the user experience.
   
   Currently, example DAGs are displayed by default. I've never met a user that 
actually wants that. The first question is usually "how do I get rid of these 
example DAGs?", and you have to start looking up Airflow configuration straight 
away. Not a smooth experience... The current example DAGs are being used as 
integration tests and end up in the UI which impacts user experience. Having 
all code that's displayed in the docs in the example DAGs would result in 
hundreds of example DAGs which sounds like a really bad idea.
   
   I think there should be only 1 example DAG, which is enough for users to 
click around and get to know the user interface. For anything beyond that, 
users can go to the docs.
   
   We should separate purposes and store code for docs separate from tests, 
i.e. in the `/docs` folder. Since that would be a bigger change, happy to close 
this PR for now and use it to demonstrate how that change might work.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to