tool · inferred from evidence
AIRFLOW__DATABASE__SQL_ALCHEMY_CONN
An environment variable name for Airflow configuration in newer versions.
- Meltano with Airflow fails: sqlite database file doesn't exist, do you need to create the database with...
Meltano 2.0 changed how Airflow config is passed through, and Airflow 2.x renamed the database env vars, so the old settings silently stopped pointing at a real metadata DB. Fix: use Airflow 2.3.2, set `AIRFLOW__DATABASE__SQL_ALCHEMY_CONN`