Skip to content

Commit 6f897c3

Browse files
committed
fix: rename cluster to prevent clashes with other dags
1 parent 5ea1db7 commit 6f897c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/airflow/dags/gwas_catalog_harmonisation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from airflow.models.dag import DAG
1212
from airflow.providers.google.cloud.operators.gcs import GCSListObjectsOperator
1313

14-
CLUSTER_NAME = "otg-preprocess-gwascatalog"
14+
CLUSTER_NAME = "otg-gwascatalog-harmonisation"
1515
AUTOSCALING = "gwascatalog-harmonisation"
1616

1717
SUMMARY_STATS_BUCKET_NAME = "open-targets-gwas-summary-stats"

0 commit comments

Comments
 (0)