Page MenuHomePhabricator

Refactor our existing Airflow dags to use EasyDAG & DagProperties
Open, Needs TriagePublic

Description

During the migration from Oozie to Airflow, we have progressively refined helpers and defined conventions to write dags. Nowadays, we are using EasyDAG & DagProperties.

We should refactor something like 61 files. Hopefully, each rewrite will be fast.

ack -l "from airflow import DAG" analytics/dags/ analytics_test/dags/ | wc -l
61

Event Timeline