Two small UX improvements:
--version flag (standard typer pattern reading the installed package version).
- Per-table progress bars using
rich.progress - row counts are already known up front from count_rows, so progress per batch is essentially free. Currently the only feedback is a "Working on table" line, which for big tables means minutes of silence.
Two small UX improvements:
--versionflag (standard typer pattern reading the installed package version).rich.progress- row counts are already known up front fromcount_rows, so progress per batch is essentially free. Currently the only feedback is a "Working on table" line, which for big tables means minutes of silence.