Commit f628316
David O'Keeffe
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: Isaac1 parent 43e6636 commit f628316
3 files changed
Lines changed: 452 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
0 commit comments