fleet-memory/hindsight-api/hindsight_api/alembic
Nicolò Boschi 382550690a
fix: custom pg schema is not reliable (#278)
* fix: custom pg schema is not reliable

* fix

* fix

* fix: WorkerPoller now always has tenant extension

Ensures WorkerPoller follows same pattern as MemoryEngine - always
creates a DefaultTenantExtension if none is provided, preventing
NoneType errors when calling list_tenants().

Fixes test failures in test_worker.py

* fix: DefaultTenantExtension honors explicit schema parameter

Allows WorkerPoller's schema parameter to be passed through to
DefaultTenantExtension via config dict, maintaining backward
compatibility for tests that use schema parameter without
providing a tenant extension.

Fixes test_poller_with_custom_schema test failure.
2026-02-02 15:33:50 +01:00
..
versions fix: custom pg schema is not reliable (#278) 2026-02-02 15:33:50 +01:00
env.py misc: add mcp integration tests and increase test coverage (#98) 2026-01-05 11:16:55 +01:00
README fix: make sure openai provider works + docs updates (#23) 2025-12-10 16:10:10 +01:00
script.py.mako fix: make sure openai provider works + docs updates (#23) 2025-12-10 16:10:10 +01:00

Generic single-database configuration.