databricks-lakebase-provisioned

Provision Databricks Lakebase managed PostgreSQL instances with OAuth authentication and reverse ETL syncs.

38|12|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/databrickslabs/coding-agents-databricks-apps --skill databricks-lakebase-provisioned-databrickslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-lakebase-provisioned
Source: https://github.com/databrickslabs/coding-agents-databricks-apps/tree/main/.claude/skills/databricks-lakebase-provisioned
Command: npx skills add https://github.com/databrickslabs/coding-agents-databricks-apps --skill databricks-lakebase-provisioned-databrickslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the manual overhead of provisioning, securing, and integrating managed PostgreSQL databases for transactional workloads on Databricks, removing the need to handle infrastructure setup, token rotation, and cross-system data syncing manually.

Core Features & Use Cases

  • Managed PostgreSQL Provisioning: Create and govern fully managed PostgreSQL instances integrated with Unity Catalog.
  • Secure Authentication & Connection Management: Handle OAuth token generation, auto-refresh for long-running apps, and connection pooling for production workloads.
  • Reverse ETL Integration: Sync data from Delta Lake tables to PostgreSQL for low-latency OLTP access to lakehouse data.
  • Use Case Example: Use this Skill to add persistent user state to a Databricks App, sync product catalog data for low-latency e-commerce queries, or store LangChain agent memory for conversational AI tools.

Quick Start

Use the databricks-lakebase-provisioned skill to provision a managed PostgreSQL instance, generate a secure connection token, and set up a reverse ETL sync from a Delta table to the database for low-latency application queries.

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 a managed PostgreSQL instance for OLTP workloads on Databricks?

Provisioning a managed PostgreSQL instance on Databricks involves creating a Lakebase instance governed by Unity Catalog. This eliminates manual infrastructure setup by providing patterns for secure, integrated operational databases for transactional workloads.

What is the best way to sync Delta Lake data to PostgreSQL for low-latency queries?

Syncing Delta Lake data to PostgreSQL for low-latency queries is achieved through reverse ETL. This Skill provides patterns to sync product catalog or lakehouse data to operational databases using MCP tools or SDK calls.

How does OAuth token refresh work for long-running Databricks Apps connected to PostgreSQL?

OAuth token refresh for long-running Databricks Apps connected to PostgreSQL is handled automatically. This Skill provides connection management patterns that include secure token generation and auto-refresh to maintain persistent application state.

Can I use Databricks Lakebase to store LangChain agent memory for conversational AI?

Yes, you can use Databricks Lakebase to store LangChain agent memory for conversational AI. It provides a governed PostgreSQL backend to persist conversational state and agent memory integrated with your Databricks environment.

Does Databricks Lakebase managed PostgreSQL integrate with Unity Catalog for governance?

Yes, Databricks Lakebase managed PostgreSQL integrates with Unity Catalog for governance. This integration ensures your OLTP workloads and operational data access remain secured and governed within the Databricks platform.

What are the limitations of using managed PostgreSQL for reverse ETL on Databricks?

Limitations of using managed PostgreSQL for reverse ETL on Databricks include reliance on OAuth token-based authentication and the need for connection pooling. This Skill addresses these constraints by providing auto-refresh and secure connection management patterns.