Skip to content

Commit f628316

Browse files
author
David O'Keeffe
committed
feat(skills): add databricks-lakebase-migration skill
Captures the Provisioned → Autoscaling migration mechanics that aren't in the public docs as of 2026-05. Covers: - pg_dump/pg_restore workflow with the --role flag for SP ownership - Why raw CREATE DATABASE breaks app SP OAuth (missing databricks_auth + neon extensions) and how to recover - databricks_create_role(<sp-uuid>, 'SERVICE_PRINCIPAL') as the proper way to register an app SP for OAuth-token resolution - The Apps API update-mask limitation when re-pointing database resources via bundle deploy, and the direct apps update --json workaround - Synced-table snapshot semantics (UC sync pipelines do not auto-follow) - Step-by-step runbook plus a common-issues table covering every failure mode hit during a real lakemeter migration Also updates databricks-skills/README.md to list the existing databricks-lakebase-autoscale skill (was missing) and the new migration skill, and adds them to install_skills.sh. Co-authored-by: Isaac
1 parent 43e6636 commit f628316

3 files changed

Lines changed: 452 additions & 2 deletions

File tree

databricks-skills/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ cp -r ai-dev-kit/databricks-skills/databricks-agent-bricks .claude/skills/
105105
- **databricks-app-python** - Python web apps (Dash, Streamlit, Flask) with foundation model integration
106106
- **databricks-python-sdk** - Python SDK, Connect, CLI, REST API
107107
- **databricks-config** - Profile authentication setup
108-
- **databricks-lakebase-provisioned** - Managed PostgreSQL for OLTP workloads
108+
- **databricks-lakebase-provisioned** - Managed PostgreSQL for OLTP workloads (legacy fixed-capacity model)
109+
- **databricks-lakebase-autoscale** - Next-gen managed PostgreSQL with autoscaling, scale-to-zero, branching
110+
- **databricks-lakebase-migration** - Migrate from Lakebase Provisioned → Autoscaling via pg_dump/pg_restore
109111

110112
### 📚 Reference
111113
- **databricks-docs** - Documentation index via llms.txt

0 commit comments

Comments
 (0)