From f0992299cff9987aa1fbd8bf98c2c730df345efd Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Wed, 30 Oct 2024 17:33:17 -0500 Subject: [PATCH] update script --- scripts/get_source_data_schema_changelog.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/get_source_data_schema_changelog.py b/scripts/get_source_data_schema_changelog.py index d232cb68..20da4290 100644 --- a/scripts/get_source_data_schema_changelog.py +++ b/scripts/get_source_data_schema_changelog.py @@ -60,6 +60,7 @@ def read_json_file(filepath): if tables_added or tables_removed or schema_changes: current_date = datetime.now().strftime("%Y-%m-%d") + print("") print(f"## {current_date}") if tables_added: