[GitHub] [airflow] potiuk commented on issue #17662: Dags volume not getting mounted in webserver pod?

2021-08-18 Thread GitBox


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






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




[GitHub] [airflow] potiuk commented on issue #17662: Dags volume not getting mounted in webserver pod?

2021-08-17 Thread GitBox


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


   See this page - it explains everything 
https://airflow.apache.org/docs/apache-airflow/stable/dag-serialization.html


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




[GitHub] [airflow] potiuk commented on issue #17662: Dags volume not getting mounted in webserver pod?

2021-08-17 Thread GitBox


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


   This has been also possible to not mount dags in few last versions of 
airflow if you had serialization turned on  BTW. Simply in Airlfow 2 Dag 
Serialization is the only way.


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




[GitHub] [airflow] potiuk commented on issue #17662: Dags volume not getting mounted in webserver pod?

2021-08-17 Thread GitBox


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


   This is also done through DB - there is a DB "import errors"  that is 
populated by scheduler (and I believe it's always been like that)


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




[GitHub] [airflow] potiuk commented on issue #17662: Dags volume not getting mounted in webserver pod?

2021-08-17 Thread GitBox


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


   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.


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