What problem does it solve?
This Skill removes the friction of configuring Lakebase so your agent can persist memory reliably across sessions and threads, especially when you hit connection, permission, or migration errors.
Core Features & Use Cases
- Provision or autoscaling setup: Supports both Lakebase instance models and guides you to provide the correct identifiers.
- Databricks app wiring: Shows how to add the correct
database or postgres resource in databricks.yml and map values into config.env.
- Permission and migration troubleshooting: Addresses the most common failure mode by walking you through granting the app’s service principal Postgres permissions before running the app.
- Use case: You want long-term user facts and/or short-term conversational memory for your Databricks agent template, and you need it to work after deployment rather than failing with permission denied or “failed to connect” errors.
Quick Start
Run the lakebase-setup skill to configure your Lakebase resource and then grant Postgres permissions to the app’s service principal before deploying and starting the agent.