Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
add clairvoyant airflow maintenance dags to docker image (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfusiello authored Sep 16, 2019
1 parent bbbb88a commit 66babb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ RUN pip install -U pip \
&& rm -rf /tmp/*

COPY ./dags ${AIRFLOW_HOME}/dags

# add maintenance dags
ADD https://raw.githubusercontent.com/teamclairvoyant/airflow-maintenance-dags/master/clear-missing-dags/airflow-clear-missing-dags.py \
https://raw.githubusercontent.com/teamclairvoyant/airflow-maintenance-dags/master/db-cleanup/airflow-db-cleanup.py \
https://raw.githubusercontent.com/teamclairvoyant/airflow-maintenance-dags/master/kill-halted-tasks/airflow-kill-halted-tasks.py \
${AIRFLOW_HOME}/dags/maintenance-dags/

COPY scripts/ scripts/

RUN chown -R airflow: .
Expand Down

0 comments on commit 66babb7

Please sign in to comment.