Skip to content

fix: structured data query and auth fixes#978

Merged
cybermaggedon merged 1 commit into
release/v2.5from
fix/structured-indexes
Jun 8, 2026
Merged

fix: structured data query and auth fixes#978
cybermaggedon merged 1 commit into
release/v2.5from
fix/structured-indexes

Conversation

@cybermaggedon

Copy link
Copy Markdown
Contributor
  • Pass auth token to schema discovery and descriptor generation in tg-load-structured-data, fixing 401 errors with IAM enabled
  • Fix row query pagination: replace single-page async_execute with async_scan that streams pages and applies filters without materialising the full result set (OOM on large datasets)
  • Add missing filter operators (not, startsWith, endsWith, not_in) to row query post-filter matching
  • Fall back to scan path when an indexed field is queried with an empty string value, since empty index values are not stored
  • Revert top-level indexes array support — the current table schema overwrites rows with duplicate index values, so only primary_key fields are safe to index until the schema is redesigned

- Pass auth token to schema discovery and descriptor generation in
  tg-load-structured-data, fixing 401 errors with IAM enabled
- Fix row query pagination: replace single-page async_execute with
  async_scan that streams pages and applies filters without
  materialising the full result set (OOM on large datasets)
- Add missing filter operators (not, startsWith, endsWith, not_in)
  to row query post-filter matching
- Fall back to scan path when an indexed field is queried with an
  empty string value, since empty index values are not stored
- Revert top-level indexes array support — the current table schema
  overwrites rows with duplicate index values, so only primary_key
  fields are safe to index until the schema is redesigned
@cybermaggedon cybermaggedon merged commit dbc21c0 into release/v2.5 Jun 8, 2026
1 of 2 checks passed
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Contributor License Agreement ✅

All contributors have signed the CLA. Thank you!

@cybermaggedon cybermaggedon deleted the fix/structured-indexes branch June 8, 2026 14:22
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.

1 participant