Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Oct 30, 2024
1 parent 9053a28 commit f099229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/get_source_data_schema_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f099229

Please sign in to comment.