浏览代码

fix for dag8 tmp dir

Avik Datta 4 年之前
父节点
当前提交
188edaf1bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dags/dag8_copy_ongoing_seqrun.py

+ 1 - 1
dags/dag8_copy_ongoing_seqrun.py

@@ -95,7 +95,7 @@ def copy_seqrun_manifest_file(**context):
     xcom_pull_task_ids = context['params'].get('xcom_pull_task_ids')
     ti = context.get('ti')
     remote_file_path = ti.xcom_pull(task_ids=xcom_pull_task_ids)
-    tmp_work_dir = get_temp_dir(use_ephemeral=True)
+    tmp_work_dir = get_temp_dir(use_ephemeral_space=True)
     local_file_path = \
       os.path.join(
         tmp_work_dir,