Avik Datta 4 роки тому
батько
коміт
94416417fe
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      dags/dag1_calculate_hpc_worker.py

+ 1 - 1
dags/dag1_calculate_hpc_worker.py

@@ -59,7 +59,7 @@ with dag:
       task_id='fetch_queue_list_from_redis',
       dag=dag,
       python_callable=airflow_utils_for_redis,
-      op_kwargs={"redis_conf_file":Variable.get('redis_conf_file')},
+      op_kwargs={"redis_conf_file":Variable.get('redis_conn_file')},
       queue='igf-lims'
     )