honarkhah opened a new issue #12590:
URL: https://github.com/apache/airflow/issues/12590


   **Description**
   
   In order to have the webserver easy to maintain and scale it is nice if we 
can ignore dag dependencies (ex: python libraries) on the webserver and only 
install them on the worker.
   currently webserver throwing an error `{dagbag.py:259} ERROR - Failed to 
import`
   
   **Use case / motivation**
   
   I want to have the webserver totally independent of what needs to be done! 
from my perspective only workers need to have all the dependencies installed, 
also the scheduler could ignore them!
   


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


Reply via email to