Top "Airflow-scheduler" questions

The Apache Airflow scheduler monitors all tasks and all DAGs, and triggers the task instances whose dependencies have been met, and Apache Airflow is a platform to programmatically author, schedule and monitor workflows.

Remove Airflow Scheduler logs

I am using Docker Apache airflow VERSION 1.9.0-2 (https://github.com/puckel/docker-airflow). The scheduler produces a significant amount of …

docker docker-compose airflow docker-volume airflow-scheduler
Airflow: New DAG is not found by webserver

In Airflow, how should I handle the error "This DAG isn't available in the webserver DagBag object. It shows up …

airflow airflow-scheduler
Airflow unpause dag programmatically?

I have a dag that we'll deploy to multiple different airflow instances and in our airflow.cfg we have dags_…

airflow apache-airflow airflow-scheduler
Airflow: Why is there a start_date for operators?

I don't understand why do we need a 'start_date' for the operators(task instances). Shouldn't the one that we …

airflow airflow-scheduler
Minimum hardware requirements for Apache Airflow cluster

What are the minimum hardware requirements for setting up an Apache Airflow cluster. Eg. RAM, CPU, Disk etc for different …

airflow airflow-scheduler
How to Trigger a DAG on the success of a another DAG in Airflow using Python?

I have a python DAG Parent Job and DAG Child Job. The tasks in the Child Job should be triggered …

python python-3.x airflow directed-acyclic-graphs airflow-scheduler
Airflow dynamic tasks at runtime

Other questions about 'dynamic tasks' seem to address dynamic construction of a DAG at schedule or design time. I'm interested …

python airflow airflow-scheduler
Airflow dags and PYTHONPATH

I have some dags that can't seem to locate python modules. Inside of the Airflow UI, I see a ton …

airflow airflow-scheduler
How to run one airflow task and all its dependencies?

I suspected that airflow run dag_id task_id execution_date would run all upstream tasks, but it does not. …

python-3.6 airflow airflow-scheduler
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