Hi, Does airflow scheduler uses it own state Datab...
# troubleshooting
a
Hi, Does airflow scheduler uses it own state Database and NOT meltano postgress database defined in meltano.yml ? since even after deleting all entries from meltano postgress, airflow scheduler is maintaining state.
a
If you've not overriden the Airflow SQLAlchemy connection string, I believe it will be defaulting to a SQLite backend. https://hub.meltano.com/orchestrators/airflow#core.sql_alchemy_conn-setting
a
Sorry for delay, does it mean when used with airflow, STATE is maintained using airflow database and NOT meltano DB ?