diff --git a/airflow/dags/cwl_dag.py b/airflow/dags/cwl_dag.py index 6932c19e..08d268c1 100644 --- a/airflow/dags/cwl_dag.py +++ b/airflow/dags/cwl_dag.py @@ -7,6 +7,7 @@ import uuid from datetime import datetime import os +import shutil from airflow.operators.python import PythonOperator, get_current_context from airflow.models.param import Param diff --git a/airflow/dags/docker_cwl_pod.yaml b/airflow/dags/docker_cwl_pod.yaml index 54524252..4591132a 100644 --- a/airflow/dags/docker_cwl_pod.yaml +++ b/airflow/dags/docker_cwl_pod.yaml @@ -9,7 +9,7 @@ spec: containers: - name: cwl-docker # image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:2.0.0-alpha.1 - image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:develop8 + image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:develop9 imagePullPolicy: Always command: ["/usr/share/cwl/docker_cwl_entrypoint.sh"] securityContext: