potiuk commented on issue #36808:
URL: https://github.com/apache/airflow/issues/36808#issuecomment-1894308715
All my changes are in !..
Particularly happy with that one:
```
airflow@e6cddae1d57a:/opt/airflow$ AIRFLOW_HOME=./test airflow db init
Traceback (most recent call last):
File "/home/airflow/.local/bin/airflow", line 5, in <module>
from airflow.__main__ import main
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/__init__.py", line
68, in <module>
settings.initialize()
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/settings.py", line
538, in initialize
configure_vars()
File
"/home/airflow/.local/lib/python3.8/site-packages/airflow/settings.py", line
198, in configure_vars
raise AirflowConfigException(
airflow.exceptions.AirflowConfigException: Cannot use relative path:
`sqlite:///./test/airflow.db` to connect to sqlite. Please use absolute path
such as `sqlite:////tmp/airflow.db`.
```
--
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]