Skip to content

Commit e1635b7

Browse files
committed
update run command and restore other tasks
1 parent d36548c commit e1635b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dags/vz_cris_import.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@
117117
task_id="match_ems_to_people",
118118
docker_conn_id="docker_default",
119119
image=docker_image_ems_match,
120-
command=f"./match_ems_to_people.py",
120+
command=f"python match_ems_to_people.py",
121121
environment=env_vars,
122122
auto_remove="force",
123123
tty=True,
124-
mount_tmp_dir=False,
124+
force_pull=True,
125125
)
126126

127-
match_ems_to_people
127+
cris_import >> ocr_crash_narratives >> match_ems_to_people

0 commit comments

Comments
 (0)