atrbgithub commented on issue #25376:
URL: https://github.com/apache/airflow/issues/25376#issuecomment-1199458789

   Just in case anyone else runs into this, the fix is to use this for the 
connection string for in memory db:
   
   ```
   ENV AIRFLOW__CELERY__RESULT_BACKEND="sqlite://" \
       AIRFLOW__CORE__SQL_ALCHEMY_CONN="sqlite://" \
       AIRFLOW__CORE__LOAD_EXAMPLES="False" \
       PYTHONPATH=${PYTHONPATH}:${APP_DIR}/dags:${APP_DIR}/plugins
   ```
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to