product · inferred from evidence
Airflow
A specific version of Airflow mentioned as part of the working solution.
- 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`