Skip to content

Commit b80bd32

Browse files
committed
fix(cli): include staged sql path in local db restore result
- Pass sql_file when constructing LocalDbRestoreResult - Restore restore-local-db command success path after result dataclass change - Fix CLI tests covering local SQL and GCS gzip restore flows
1 parent dda88c8 commit b80bd32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/db_restore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def restore_local_db_from_sql(
235235
) from exc
236236

237237
return LocalDbRestoreResult(
238+
sql_file=staged_sql_file,
238239
source=source_description,
239240
host=host,
240241
port=port,

0 commit comments

Comments
 (0)