Add time to data extract file name
This commit is contained in:
parent
3724d74217
commit
a49b04f1aa
@ -54,7 +54,7 @@ def db_to_csv(connection, query):
|
|||||||
|
|
||||||
def get_extract_zip_file_path(current_time):
|
def get_extract_zip_file_path(current_time):
|
||||||
base_dir = Path(os.environ['EXTRACTS_DIRECTORY'])
|
base_dir = Path(os.environ['EXTRACTS_DIRECTORY'])
|
||||||
file_name = f"data-extract-{current_time:%Y-%m-%d}.zip"
|
file_name = f"data-extract-{current_time:%Y-%m-%d-%H_%M_%S}.zip"
|
||||||
return base_dir / file_name
|
return base_dir / file_name
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user