Skip to content

Specify Schema when using DatabaseSessionService #2115

@dylan-apex

Description

@dylan-apex

Is your feature request related to a problem? Please describe.
When I'm using google.adk.cli.fast_api to run a multi-agent system and I want to use DatabaseSessionService, I am unable to specify a schema location. Because I already have a table called events and a another called sessions in the public schema, I am unable to use this.

Describe the solution you'd like
Be able to change the default schema for table location from the default public

Describe alternatives you've considered
Considered using AgentEngine w/ VertexAI but didn't want to be locked into the platform

Additional context
PostgreSQL database w/ default driver (psycopg2)

Metadata

Metadata

Labels

services[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions