Skip to content

Consolidate file sync and SQL import progress into status file#58

Open
adamziel wants to merge 1 commit into
trunkfrom
claude/consolidate-progress-info-WBeoV
Open

Consolidate file sync and SQL import progress into status file#58
adamziel wants to merge 1 commit into
trunkfrom
claude/consolidate-progress-info-WBeoV

Conversation

@adamziel

Copy link
Copy Markdown
Collaborator

The .import-status.json file now includes detailed progress for both
file sync and SQL import operations, making it the single source of
truth for external progress consumers. Previously, detailed progress
was only available via stdout JSON output.

New fields:

  • files: stage, files_indexed, files_imported, remote_files,
    files_to_download, current_file, current_file_bytes
  • db: tables, rows_estimated, index_bytes, sql_bytes_downloaded,
    sql_bytes_written, statements_executed, apply_bytes_read, apply_pct

https://claude.ai/code/session_012pG2bevh4LLXMWTJ1LgD7F

The .import-status.json file now includes detailed progress for both
file sync and SQL import operations, making it the single source of
truth for external progress consumers. Previously, detailed progress
was only available via stdout JSON output.

New fields:
- files: stage, files_indexed, files_imported, remote_files,
  files_to_download, current_file, current_file_bytes
- db: tables, rows_estimated, index_bytes, sql_bytes_downloaded,
  sql_bytes_written, statements_executed, apply_bytes_read, apply_pct

https://claude.ai/code/session_012pG2bevh4LLXMWTJ1LgD7F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants