Skip to content

docs: document [fabric] extras + fix README quick-start row count#7

Merged
sqllocks merged 1 commit into
mainfrom
docs/parquet-extras-and-quickstart-fix
May 15, 2026
Merged

docs: document [fabric] extras + fix README quick-start row count#7
sqllocks merged 1 commit into
mainfrom
docs/parquet-extras-and-quickstart-fix

Conversation

@sqllocks
Copy link
Copy Markdown
Owner

Summary

Two small README polish items found during a clean-machine install test:

  1. [fabric] extras_require already exists in pyproject.toml (with pyarrow + deltalake) but the README quick-start never mentions it. On a fresh pip install sqllocks-spindle, the first thing a Fabric-curious user does is try --format parquet — and gets a confusing ImportError. This PR documents the install variants right next to the existing pip install snippet.

  2. README example output was stale# GenerationResult(9 tables, 21,300 total rows, 0.3s) but actual current output is 21,750 total rows, 0.1s. Updated to match reality.

No code changes, no breaking changes.

Closes

Closes #6.

Test plan

  • Fresh pip install sqllocks-spindle → CSV works, parquet fails with ImportError
  • pip install sqllocks-spindle[fabric] → parquet works
  • Quick-start row count matches actual generator output (21,750 with seed=42)

🤖 Generated with Claude Code

@sqllocks sqllocks merged commit 2449dc7 into main May 15, 2026
0 of 6 checks passed
@sqllocks sqllocks deleted the docs/parquet-extras-and-quickstart-fix branch May 15, 2026 20:35
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.

Parquet output requires pip install pyarrow (not auto-installed)

1 participant