Skip to content

Add bed_snapshots table for the bulk export index - #121

Open
nsheff wants to merge 10 commits into
devfrom
feat/metadata-export
Open

Add bed_snapshots table for the bulk export index#121
nsheff wants to merge 10 commits into
devfrom
feat/metadata-export

Conversation

@nsheff

@nsheff nsheff commented Aug 3, 2026

Copy link
Copy Markdown
Member

Adds a small database table, bed_snapshots, that records each bulk metadata export file that gets published (its name, size, sha256 checksum, row count, and date), plus the matching response models.

This is what lets the API list the available exports for users. The exporter (in bedbase-loader) already writes rows to this table; this change adds the model so the API server (bedhost) can read it.

Version bumped to 0.14.13 so bedhost can depend on the new models.

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