Skip to content

Seshat BI v0.5.1

Choose a tag to compare

@Kemetra Kemetra released this 19 Jul 20:07
· 840 commits to main since this release
3b6fa31

Seshat BI v0.5.1 — a patch release with two bug fixes and one enhancement.

Highlights

  • seshat scaffold-source <table> (#339): pip-only workspaces can now produce the first Source-Ready artifact without the development repository. The three Stage-1 blank templates ship as wheel package data; the scaffolded readiness passes the RS1 governance gate as an honest unstarted journey.
  • validate / drift / value-check honor the workspace .env (#340): the live commands now load ANALYTICS_DB_* (and engine selection) from the gitignored .env exactly as the tool instructs — no more "no database connection configured" for a correctly-populated .env. No new dependency; malformed/invalid settings fail clean.
  • dbt plan surfaces the underlying parse error (#341): a failed non-database PARSE no longer emits an empty DBT_ARTIFACT_INTEGRITY: — the real Compilation Error now reaches the operator.

Full detail: docs/releases/v0.5.1.md and CHANGELOG.md.

Install: pip install seshat-bi==0.5.1

Follow-up tracked: #345 (scaffolder TOCTOU race, out of scope).