Skip to content

Commit 8b2c56a

Browse files
committed
Cleanup
1 parent 283e820 commit 8b2c56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dags/pipeline.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def _transform_to_csv(infile, outfile):
7272
task_id='normalize_covid_csv',
7373
python_callable=normalize_csv,
7474
op_kwargs={
75-
'source': "/data/raw/covid_data_{{ ds }}.csv",
76-
'target': "/data/stg/covid_data_{{ ds }}.csv"
75+
'source': "/tmp/data/raw/covid_data_{{ ds }}.csv",
76+
'target': "/tmp/data/stg/covid_data_{{ ds }}.csv"
7777
},
7878
dag=dag
7979

0 commit comments

Comments
 (0)