Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Aug 16, 2024
1 parent 3e10be7 commit bf78668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo-side/dags/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def dl_bucket_names(url):
cmds=['./entrypoint.sh'],
arguments=['python', 'csd3-echo-somerville/scripts/compare_csv_file_lists.py',
'--from-file', ''.join([f'/lsst-backup-logs/all-backup-logs-{bucket_name}','{{ ds_nodash }}','.txt']),
'--to-file', ''.join([f'/lsst-backup-logs/new-csv-files-{bucket_name}','{{ ds_nodash }}','.txt'])],
'--to-file', ''.join([f'/lsst-backup-logs/new-backup-logs-{bucket_name}','{{ ds_nodash }}','.txt'])],
env_vars={
'ECHO_S3_ACCESS_KEY': Variable.get("ECHO_S3_ACCESS_KEY"),
'ECHO_S3_SECRET_KEY': Variable.get("ECHO_S3_SECRET_KEY"),
Expand Down

0 comments on commit bf78668

Please sign in to comment.