Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemachange/session/SnowflakeSession.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def get_script_metadata(
dry_run=dry_run,
)
if not change_history_table_exists:
return None, None, None
return defaultdict(dict), None, None

change_history, max_published_version = self.fetch_versioned_scripts()
r_scripts_checksum = self.fetch_repeatable_scripts()
Expand Down