databricks-lakebase-provisioned

Provision Lakebase Provisioned OLTP databases for Databricks Apps.

11|3|Updated Jun 10, 2025
One-click install
npx skills add https://github.com/Paldom/databricks-apps-fastapi-starter --skill databricks-lakebase-provisioned-paldom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-lakebase-provisioned
Source: https://github.com/Paldom/databricks-apps-fastapi-starter/tree/main/.gemini/skills/databricks-lakebase-provisioned
Command: npx skills add https://github.com/Paldom/databricks-apps-fastapi-starter --skill databricks-lakebase-provisioned-paldom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lakebase Provisioned provides a managed PostgreSQL database service for OLTP workloads that Databricks Apps can rely on for persistent state, transactional processing, and secure, governed access.

Core Features & Use Cases

  • Managed PostgreSQL with Unity Catalog integration for governance and access control.
  • OAuth token-based authentication for database connections with short-lived credentials.
  • Reverse ETL and app persistence patterns, plus storage for agent or memory state in Databricks Apps.

Quick Start

Configure a Lakebase Provisioned instance and connect your Databricks App using token-based credentials.

Frequently Asked Questions about databricks-lakebase-provisioned

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

FAQPage Schema
How do I provision an OLTP database for a Databricks App?

To provision an OLTP database for a Databricks App, you configure a Lakebase Provisioned instance and register it with Unity Catalog for PostgreSQL connection credentials.

Does Lakebase Provisioned support OAuth authentication for PostgreSQL connections?

Yes, Lakebase Provisioned supports OAuth token-based authentication, providing short-lived credentials for secure PostgreSQL connections managed through Unity Catalog.

How do I use reverse ETL with synced tables in Databricks?

Reverse ETL with synced tables in Databricks is supported by provisioning a Lakebase Provisioned instance, allowing you to sync data back to OLTP databases for application use.

Can I use Lakebase Provisioned for agent memory storage?

Yes, you can use Lakebase Provisioned for agent memory storage. It provides managed PostgreSQL databases that serve as persistent state storage for Databricks Apps.

Do I need Unity Catalog to manage access control for Lakebase Provisioned?

Yes, Unity Catalog is required. It integrates with the managed PostgreSQL service to provide governance and secure access control over your Lakebase Provisioned databases.

What is the best way to handle transactional processing in Databricks Apps?

For transactional processing in Databricks Apps, provisioning a Lakebase Provisioned instance offers a managed PostgreSQL service with Unity Catalog integration for governed OLTP workloads.