databricks-lakebase

Manage Databricks Lakebase projects, branches, endpoints, and databases.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/mkgs-databricks-demos/aiSkillUpdater --skill databricks-lakebase-mkgs-databricks-demos
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: databricks-lakebase
Source: https://github.com/mkgs-databricks-demos/aiSkillUpdater/tree/main/databricks-lakebase
Command: npx skills add https://github.com/mkgs-databricks-demos/aiSkillUpdater --skill databricks-lakebase-mkgs-databricks-demos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires databricks-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolset for managing Databricks Lakebase resources, streamlining the lifecycle of Lakebase projects, branches, endpoints, and databases.

Core Features & Use Cases

  • Project Management: Create, update, and delete Lakebase projects.
  • Branching: Manage branches with copy-on-write, TTL, and point-in-time recovery.
  • Endpoints: Create and manage read-write and read-only endpoints.
  • Databases: Interact with databases within branches.
  • Use Case: Imagine you need to create a new Lakebase project with a specific branch, configure the endpoint, and set up a database for a new application. This Skill allows you to do all that in a streamlined manner.

Quick Start

Use the databricks-lakebase skill to create a new project with a branch and endpoint.

Frequently Asked Questions about databricks-lakebase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Databricks Lakebase projects and branches?▼

You can manage Databricks Lakebase projects and branches by creating, updating, and deleting projects, and handling branch configurations including copy-on-write, TTL, and point-in-time recovery.

What is needed to set up a Lakebase endpoint and database for OLTP?▼

To set up a Lakebase endpoint and database for OLTP, you need the Databricks CLI and appropriate permissions to create and manage read-write or read-only endpoints and interact with databases within branches.

Can I configure read-only and read-write endpoints in Databricks Lakebase?▼

Yes, you can configure both read-write and read-only endpoints in Databricks Lakebase, allowing you to manage endpoint configurations and route database interactions based on your application requirements.

Does Databricks Lakebase support point-in-time recovery for database branches?▼

Yes, Databricks Lakebase supports point-in-time recovery for database branches, alongside copy-on-write and TTL management, ensuring data consistency and recovery options during the project lifecycle.

What is the best way to automate the Lakebase project lifecycle using the Databricks CLI?▼

The best way to automate the Lakebase project lifecycle is by using scripts that leverage the Databricks CLI to streamline project creation, branch management, endpoint configuration, and database interactions.