Apache Airflow is a workflow management platform to programmatically author, schedule, and monitor workflows as directed acyclic graphs (DAGs) of tasks.
How can I stop/kill a running task on Airflow UI? I am using LocalExecutor. Even if I use CeleryExecutor, …
python apache hadoop airflow apache-airflowI'm using Airflow v1.8.1 and run all components (worker, web, flower, scheduler) on kubernetes & Docker. I use Celery Executor …
airflow apache-airflow airflow-schedulerI do not seem to understand how to import modules into an apache airflow DAG definition file. I would want …
python airflow apache-airflowI and new to airflow and accidentally started airflow scheduler in daemon mode. Now, I want to kill the scheduler …
linux airflow apache-airflow airflow-schedulerI'm struggling to understand how BranchPythonOperator in Airflow works. I know it's primarily used for branching, but am confused by …
airflow apache-airflowI have defined a DAG in a file called tutorial_2.py (actually a copy of the tutorial.py provided in …
python airflow apache-airflowIn my DAG file, I have define a on_failure_callback() function to post a Slack in case of failure. …
python operators airflow apache-airflowWhen the airflow webserver shows up errors like Broken DAG: [<path/to/dag>] <error>, how and …
airflow apache-airflowI have an EC2 instance that is running airflow 1.8.0 using LocalExecutor. Per the docs I would have expected that one …
python amazon-ec2 ubuntu-16.04 airflow apache-airflowI am trying to run a airflow DAG and need to pass some parameters for the tasks. How do I …
airflow apache-airflow airflow-scheduler