I’m trying to run airflow standalone but im getting AirflowConfigException( airflow.exceptions.AirflowConfigException: Cannot use relative path: sqlite:///C:\Users\admin/airflow/airflow.db to connect to sqlite. Please use absolute path such as sqlite:////tmp/airflow.db
I’ve tried to use set AIRFLOW_HOME=~/airflow but it doesn’t seem to work. Airflow is installed in a venv if that makes any difference.
I’m in Win11, python 3.10
>Solution :
Running Airflow on Windows is not yet supported unless you use something like WSL. See here and here.