Skip to content Skip to sidebar Skip to footer
Showing posts with the label Airflow

Running `airflow Scheduler` Launches 33 Scheduler Processes

When using LocalExecutor with a MySQL backend, running airflow scheduler on my Centos 6 box creates… Read more Running `airflow Scheduler` Launches 33 Scheduler Processes

How Do I Restart Airflow Webserver?

I am using airflow for my data pipeline project. I have configured my project in airflow and start … Read more How Do I Restart Airflow Webserver?

Templatesyntaxerror: Unexpected Char U'\\' At 205 Airflow Macros

I am getting the following error : File ' ', line 1, in template TemplateSyntaxError: unex… Read more Templatesyntaxerror: Unexpected Char U'\\' At 205 Airflow Macros

How To Use Apache Airflow In A Virtual Environment?

I am quite new to using apache airflow. I use pycharm as my IDE. I create a project (anaconda envir… Read more How To Use Apache Airflow In A Virtual Environment?

Airflow: How To Use Trigger Parameters In Functions

We are using Airflow's KubernetesPodOperator for our data pipelines. What we would like to add … Read more Airflow: How To Use Trigger Parameters In Functions

Airflow - Branching Join Operators

I am trying to join branching operators in Airflow I did this : op1>>[op2,op3,op4] op2>>… Read more Airflow - Branching Join Operators

Airflow Webserver Not Starting In 1.10

Trying to migrate from Airflow 1.9 to Airflow 1.10. After some effort I was able to install the new… Read more Airflow Webserver Not Starting In 1.10

How To Deploy Modified Airflow Dag From A Different Start Time?

Lets say scheduler is stopped for 5 hours and I had dag scheduled for twice every hour. Now when I … Read more How To Deploy Modified Airflow Dag From A Different Start Time?

Unexpected Airflow Behaviour In Dynamic Task Generation

For reasons acceptable to me, I am trying to dynamically generate ExternalTaskSensor tasks with dif… Read more Unexpected Airflow Behaviour In Dynamic Task Generation

Running Google Colab Every Day At A Specific Time

I recently have built a Python program that runs on Google Colaboratory, I need to run the program … Read more Running Google Colab Every Day At A Specific Time

Airflow Cron Expression Is Not Scheduling Dag Properly

I am exploring Airflow to be used as a cron so that I could use its other features while setting up… Read more Airflow Cron Expression Is Not Scheduling Dag Properly