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