Top "Airflow" questions

Apache Airflow is a workflow management platform to programmatically author, schedule, and monitor workflows as directed acyclic graphs (DAGs) of tasks.

Errno 13 Permission denied when Airflow tries to write to logs

We're running into a permission error when using Airflow, receiving the following error: PermissionError: [Errno 13] Permission denied: '/usr/local/…

logging permissions airflow airflow-scheduler
Error while connecting postgres db from airflow

Using: sql_alchemy_conn = db+postgresql://username:[email protected]:5432/airflow gives error: sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:db.…

sqlalchemy celery airflow apache-airflow airflow-scheduler
psycopg2 could not translate host name

My airflow server periodically fails. When I check the gunicorn logs, the error before all works shutting down looks like …

airflow gunicorn psycopg2