We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283e820 commit 8b2c56aCopy full SHA for 8b2c56a
dags/pipeline.py
@@ -72,8 +72,8 @@ def _transform_to_csv(infile, outfile):
72
task_id='normalize_covid_csv',
73
python_callable=normalize_csv,
74
op_kwargs={
75
- 'source': "/data/raw/covid_data_{{ ds }}.csv",
76
- 'target': "/data/stg/covid_data_{{ ds }}.csv"
+ 'source': "/tmp/data/raw/covid_data_{{ ds }}.csv",
+ 'target': "/tmp/data/stg/covid_data_{{ ds }}.csv"
77
},
78
dag=dag
79
0 commit comments