teamclairvoyant / airflow-maintenance-dags

A series of DAGs/Workflows to help maintain the operation of Airflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clean-db broken unless you install celerity

Daniel-SBD opened this issue · comments

There are many different airflow deployments.
The strongest trend now goes with kubernetes executor. There are simpler deployments for small environments too where LocalExecutor feels convenient.
Both deployments can not take advantaje of your, previously magnificent, db cleanup script, because it requires the celerity module.

Fix now available in the latest PR:
#80