Top "Airflow" questions

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

Make custom Airflow macros expand other macros

Is there any way to make a user-defined macro in Airflow which is itself computed from other macros? from airflow …

airflow apache-airflow
Airbnb Airflow using all system resources

We've set up Airbnb/Apache Airflow for our ETL using LocalExecutor, and as we've started building more complex DAGs, we've …

docker amazon-ec2 airflow
With code, how do you update an airflow variable?

I need to update a variable I have made in Airflow programmatically but I can not find the answer on …

airflow
Airflow: Log file isn't local, Unsupported remote log location

I am not able see the logs attached to the tasks from the Airflow UI: Log related settings in airflow.…

airflow apache-airflow airflow-scheduler
Airflow Worker Configuration

I am a newbie to Airflow. I'm trying to setup Distributed Mode of Airflow Using Celery Executor by Refering this …

python python-3.x airflow airflow-scheduler
Airflow S3KeySensor - How to make it continue running

With the help of this Stackoverflow post I just made a program (the one shown in the post) where when …

boto3 airflow airflow-scheduler
How do I stop an airflow DAG?

Running Airflow 1.9.0 with python 2.7. How do I gracefully stop a DAG? In this case, I have a DAG that's running …

airflow airflow-scheduler
Unable to run Airflow Tasks due to execution date and start date

Whenever I try to run a DAG, it will be in the running state but the tasks will not run. …

airflow
How to uninstall Airflow?

I am a newbie to Airflow. i have some trouble to remove Airflow v1.10.3 ,i am using pip3 version 8.1.1 on …

pip airflow airflow-scheduler
How to integrate Apache Airflow with slack?

could someone please give me step by step manual on how to connect Apache Airflow to Slack workspace. I created …

apache airflow slack