Skip to content

Commit be5204f

Browse files
committed
stats to summary dir
1 parent 34231d7 commit be5204f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bison/task/calc_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def download_dataframe(s3, table_type, datestr, bucket, bucket_dir):
179179
stats_zip_filename = pam.compress_stats_to_file(local_path=TMP_PATH)
180180
stats_data_dict, stats_meta_dict, table_type, datestr = PAM.uncompress_zipped_data(
181181
stats_zip_filename)
182-
stats_key = f"{S3_OUT_DIR}/{os.path.basename(stats_zip_filename)}"
182+
stats_key = f"{S3_SUMMARY_DIR}/{os.path.basename(stats_zip_filename)}"
183183
_uri = s3.upload(stats_zip_filename, S3_BUCKET, stats_key, overwrite=overwrite)
184184

185185
"""

0 commit comments

Comments
 (0)