mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
adding todos
This commit is contained in:
parent
a3ad7e0a5a
commit
9f0918d2a9
1 changed files with 4 additions and 0 deletions
|
@ -542,12 +542,16 @@ class PostScoreETL(ExtractTransformLoad):
|
|||
# load codebook to disk
|
||||
codebook_df.to_csv(codebook_path, index=False)
|
||||
|
||||
|
||||
# TODO: Write zip-code based files
|
||||
|
||||
logger.info("Compressing files")
|
||||
files_to_compress = [
|
||||
csv_path,
|
||||
excel_path,
|
||||
codebook_path,
|
||||
pdf_path,
|
||||
# TODO: add zip-code based files
|
||||
]
|
||||
zip_files(zip_path, files_to_compress)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue