MattTriano / analytics_data_where_house

An analytics engineering sandbox focusing on real estates prices in Cook County, IL
https://docs.analytics-data-where-house.dev/
GNU Affero General Public License v3.0
9 stars 0 forks source link

Change date format in backup archive names #183

Open MattTriano opened 1 year ago

MattTriano commented 1 year ago

At present, the backup DAG in /airflow/dags/maintenance/backup_dwh_db.py uses format %d-%m-%Y.... I have no idea why I didn't use my preferred %Y_%m_%d, but that format should be adopted now so that backups sort nicely.