Skip to content

fix(datasets): Fix btql select for datasets#195

Merged
Luca Forstner (lforst) merged 2 commits into
mainfrom
lforst/fix-dataset-full-query
May 19, 2026
Merged

fix(datasets): Fix btql select for datasets#195
Luca Forstner (lforst) merged 2 commits into
mainfrom
lforst/fix-dataset-full-query

Conversation

@lforst
Copy link
Copy Markdown
Member

Fix bt datasets view row loading by emitting structured BTQL select items as aliased expressions instead of raw identifiers.

The backend expects select entries to be either { alias, expr } or { op: "star" }. The dataset view path was sending { op: "ident", name: [...] }, which caused /btql to reject the request with a 400.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 19, 2026

Latest downloadable build artifacts for this PR commit df289037ea7c:

Available artifact names
  • ``artifacts-build-global
  • ``artifacts-build-local-aarch64-pc-windows-msvc
  • ``artifacts-build-local-x86_64-pc-windows-msvc
  • ``artifacts-build-local-x86_64-apple-darwin
  • ``artifacts-build-local-x86_64-unknown-linux-musl
  • ``artifacts-build-local-x86_64-unknown-linux-gnu
  • ``artifacts-build-local-aarch64-unknown-linux-gnu
  • ``artifacts-build-local-aarch64-apple-darwin
  • ``artifacts-plan-dist-manifest
  • ``cargo-dist-cache

@lforst Luca Forstner (lforst) merged commit 6d5c23e into main May 19, 2026
32 checks passed
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