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

Not Able To Setup Airflow, Getting Error While "initiating Airflow Database"

Not able to setup airflow, getting error while 'Initiating Airflow Database' . I am getting… Read more Not Able To Setup Airflow, Getting Error While "initiating Airflow Database"

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

Providing Context In Triggerdagrunoperator

I have a dag that has been triggered by another dag. I have passed through to this dag some configu… Read more Providing Context In Triggerdagrunoperator

Run Airflow Dag For Each File

So I have this quite nice DAG in airflow which basically runs several analysis steps (implemented a… Read more Run Airflow Dag For Each File

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

Airflow Bashoperator Can't Find Bash

I'm using Airflow in Centos 7, using Python 3.7. When I run a Bash command through BashOperator… Read more Airflow Bashoperator Can't Find Bash