kn6405 commented on issue #17662:
URL: https://github.com/apache/airflow/issues/17662#issuecomment-900632611


   > This is correct behaviour. Dags no longer need to be mounted in Webserver 
in Airflow 2. Webserver reads everything it needs from Serialized DAGs table 
and will never read DAGs from the files. This is absolutely expected and 
correct.
   
   With older versions python errors within dags would be displayed on the UI 
and I believe where checked against python modules installed within the 
webserver container. How are these dependencies now checked? What container(s) 
does it look to have all the proper dependencies? 
   
   On my old install 1.x the dags had requirement.txt that was mounted and it 
installed them at startup in most of the containers. 
   
   Just want to make sure I understand the new logic in the 2.x version of 
airflow. Thanks!


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