What problem does it solve?
This Skill helps you manage Databricks Lakebase Postgres so you can create autoscaling OLTP projects, configure connectivity, and operationalize synced tables without getting stuck on setup details or CLI discovery.
Core Features & Use Cases
- Lakebase project and environment lifecycle: create, update, and delete Lakebase Autoscaling projects with production-grade branching for isolated environments.
- Compute, scaling, and HA setup guidance: understand endpoint types, autoscaling/scale-to-zero behavior, and resource hierarchy so your app can reliably connect.
- Data access patterns for apps: generate OAuth tokens, build correct PostgreSQL connection strings (including SSL), and use the PostgREST-compatible Data API for HTTP CRUD.
- Lakebase synced tables (Reverse ETL): explain how to sync Unity Catalog Delta tables into Lakebase for low-latency OLTP access and how to avoid common sync pitfalls.
- Operational next steps: scaffold Databricks Apps using Lakebase features and apply the required schema permission workflow for deployed apps.
Quick Start
Ask the AI to give you the exact databricks postgres CLI steps to create a Lakebase autoscaling project and then produce the host and token you need to connect from a PostgreSQL client with sslmode=require.