databricks-lakebase-provisioned

Manage Databricks Lakebase Provisioned PostgreSQL instances with Unity Catalog integration.

4|2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/alessandro9110/Speech-To-Text-With-Databricks --skill databricks-lakebase-provisioned-alessandro9110
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-lakebase-provisioned
Source: https://github.com/alessandro9110/Speech-To-Text-With-Databricks/tree/main/.claude/skills/databricks-lakebase-provisioned
Command: npx skills add https://github.com/alessandro9110/Speech-To-Text-With-Databricks --skill databricks-lakebase-provisioned-alessandro9110

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a managed PostgreSQL database solution directly within Databricks, simplifying the process of handling transactional workloads (OLTP) and integrating them with your data lakehouse.

Core Features & Use Cases

  • Managed PostgreSQL: Fully managed, PostgreSQL-compatible database instances.
  • Unity Catalog Integration: Register databases for governance and discoverability.
  • Reverse ETL: Sync data from Delta Lake tables into Lakebase for operational use.
  • Databricks Apps: First-class support for persistent state in Databricks Apps.
  • Use Case: Store chat history for a LangChain application directly within Databricks, leveraging Lakebase for persistent memory.

Quick Start

Create a new Lakebase Provisioned instance named 'my-lakebase-instance' with 'CU_1' capacity.

Frequently Asked Questions about databricks-lakebase-provisioned

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

FAQPage Schema
How do I run OLTP workloads on a managed PostgreSQL database within Databricks?

You can run OLTP workloads on a managed PostgreSQL database within Databricks by creating a Lakebase Provisioned instance, which provides a fully managed, PostgreSQL-compatible environment directly integrated with your data lakehouse.

Can I sync data from Delta Lake tables to PostgreSQL for operational use?

Yes, you can sync data from Delta Lake tables to PostgreSQL for operational use by leveraging the reverse ETL patterns supported by Lakebase Provisioned, pushing analytical data into your managed database.

Does Databricks Lakebase integrate with Unity Catalog for database governance?

Yes, Databricks Lakebase integrates with Unity Catalog, allowing you to register your managed PostgreSQL databases for centralized governance, security, and discoverability within the Databricks environment.

How do I provide persistent state for Databricks Apps using PostgreSQL?

You provide persistent state for Databricks Apps using PostgreSQL by connecting the apps to a Lakebase Provisioned instance, utilizing OAuth token-based authentication and token refresh patterns for secure database access.

Can I store LangChain chat history directly in a Databricks managed database?

Yes, you can store LangChain chat history directly in a Databricks managed database by connecting your LangChain application to Lakebase Provisioned, leveraging the managed PostgreSQL service for persistent application memory.

What is the process to create a managed PostgreSQL instance in Databricks?

To create a managed PostgreSQL instance in Databricks, you provision a new Lakebase instance with a specified name and capacity, such as 'CU_1', to handle your transactional workloads within the platform.