trustgraph/trustgraph-flow/trustgraph/query
Cyber MacGeddon 5bb00f34b9 fix: structured data query and auth fixes
- 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
2026-06-08 15:21:12 +01:00
..
doc_embeddings fix: wire replication params through YAML/params path for Cassandra and Qdrant (#976) 2026-06-04 12:36:36 +01:00
graph_embeddings feat: data store replication configuration and TLS upgrade (#975) 2026-06-04 11:49:29 +01:00
graphql feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
ontology feat: data store replication configuration and TLS upgrade (#975) 2026-06-04 11:49:29 +01:00
row_embeddings feat: data store replication configuration and TLS upgrade (#975) 2026-06-04 11:49:29 +01:00
rows fix: structured data query and auth fixes 2026-06-08 15:21:12 +01:00
sparql SPARQL engine: streaming evaluation, bind joins, and expression fixes (#947) 2026-05-21 15:49:14 +01:00
triples Fixed error only returning a page of results (#921) 2026-05-14 21:03:09 +01:00
__init__.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00