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

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?

How To Use Non-installable Modules From Dag Code?

I have a Git repository which (among other things) holds Airflow DAGs in airflow directory. I have … Read more How To Use Non-installable Modules From Dag Code?

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

Optimizing Airflow Task That Transfers Data From Bigquery Into Mongodb

I need to improve the performance of an Airflow task that transfers data from BigQuery to MongoDB. … Read more Optimizing Airflow Task That Transfers Data From Bigquery Into Mongodb

How To Trigger A Dag On The Success Of A Another Dag In Airflow Using Python?

I have a python DAG Parent Job and DAG Child Job. The tasks in the Child Job should be triggered on… Read more How To Trigger A Dag On The Success Of A Another Dag In Airflow Using Python?

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