Taragolis commented on PR #33422:
URL: https://github.com/apache/airflow/pull/33422#issuecomment-1680398964

   > Should not it be using the database in the temp AIRFLOW_HOME Then?
   
   Unfortunetly we initialise SQLite DB in `{AIRFLOW_HOME}/sqlite/airflow.db`, 
I've tried re-initialise it in test runtime in another place but without 
success (yet??).
   
   The easiest solution in case of sqlite backend in breeze it would create DB 
in directory with 777 permissions and outside of AIRFLOW_HOME so everyone in 
breeze have access to this sqlite on read and write, I guess it is the same 
requirement for someone who want to use impersonation + sqlite


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