Lakebase release notes
View the latest Lakebase releases for your cloud
August 2026
- BetaAugust 25, 2026
LTAP Direct Writes accelerates synced table loads (Beta)
LTAP Direct Writes speeds up how synced tables load into Lakebase. When you create a synced table, Lakebase loads a full copy of your Unity Catalog data into your Postgres branch. LTAP Direct Writes accelerates that initial load and full refreshes by writing directly to the storage layer instead of through your compute endpoint, so large loads finish faster without competing with your queries. It requires a project running Postgres 17, and a workspace admin enables it from the Previews page. See Serve lakehouse data with synced tables.
- August 24, 2026
Postgres minor version updates
Lakebase updated its supported Postgres versions to 16.15, 17.11, and 18.6. These minor releases bring you the latest upstream Postgres fixes and security patches. When a new minor version is available, Lakebase applies it the next time your compute restarts. See Manage updates.
- GAAugust 14, 2026
Lakebase Postgres APIs are now generally available
Programmatic management of Lakebase Postgres is now generally available through the REST API, Databricks CLI, and Databricks SDKs (Python, Java, Go). These interfaces support operations for projects, branches, endpoints, databases, roles, credentials, synced tables, and catalogs. See Lakebase Autoscaling API guide.
- August 10, 2026
Lakebase now supports PCI-DSS and HITRUST
Lakebase is now PCI-DSS and HITRUST compliant for workspaces with the compliance security profile enabled. On AWS, this support is limited to the
us-east-1region. On Azure, all regions where Lakebase is available are supported. See Data protection. - August 5, 2026
Lakebase support for compliance security profile standards
Lakebase is now available by default for workspaces with the compliance security profile enabled and either HIPAA, C5, or TISAX controls selected, and for workspaces with the compliance security profile enabled without a compliance standard. See Data protection.
July 2026
- BetaJuly 24, 2026
Diagnose and fix Lakebase issues with Genie, using telemetry in Unity Catalog (Beta)
Lakebase adds AI-assisted troubleshooting: database issues and early warnings are surfaced to you with Insights, and you can then investigate and fix them conversationally with Genie. Both draw on database telemetry captured to Unity Catalog. See Observability.
- July 14, 2026
Lakebase is now SOC 2 Type 2 compliant
Lakebase is now SOC 2 Type 2 compliant. For our SOC reports, please ask your Databricks account team or see Compliance.
- July 10, 2026
Lakebase update notifications now post 3 days in advance
To deliver Postgres version updates, security patches, and new features to your projects sooner, Lakebase has shortened the planned update notification window. Planned updates are now posted at least 3 days in advance, rather than 7. You can check your project's settings for upcoming updates.
See Manage updates.
June 2026
- June 30, 2026
Lakebase now available in AWS Tokyo region (ap-northeast-1)
Lakebase is now available in
ap-northeast-1(Asia Pacific - Tokyo). For all supported regions, see Region availability. To get started, see Get a Postgres database. - June 18, 2026
Lakebase now supports Postgres 18
Lakebase now supports Postgres 18. Postgres 17 remains the default version. To use Postgres 18, select it when creating a new project. For a full list of supported versions, see Postgres compatibility.
- BetaJune 16, 2026
Lakebase Search adds vector, keyword, and hybrid search to Postgres (Beta)
Lakebase Search brings scalable vector and keyword search to Lakebase projects through two new Postgres extensions, so you can run semantic and exact-term search in a single database without a separate search stack:
lakebase_vectoradds thelakebase_annindex type for approximate nearest-neighbor vector search. It is drop-in compatible with pgvector, using the same types, operators, and query syntax, and scales to over 1 billion vectors on a single index with builds up to 50-100x faster than HNSW.lakebase_textadds thelakebase_bm25index type for BM25 full-text search. It works with standardtsvectortypes and operators, adding BM25 ranking and top-K pushdown that PostgreSQL's native GIN index does not provide.
Indexes are storage-backed, so they are available immediately after scale-to-zero without warmup. Combine both extensions for hybrid search that returns semantic and exact-term matches in one ranked list. To get started, enable Lakebase Search in your project settings, then install the extensions. See Lakebase Search, or read the announcement blog post.
- June 1, 2026
Lakebase snapshot storage is now billed
Starting June 1, 2026, snapshot storage is billable for Lakebase. Snapshot storage size is shown on the Backup & Restore page. For pricing details, see the Lakebase pricing page. To learn about managing snapshots, see Snapshots.
May 2026
- May 21, 2026
Postgres password authentication is now disabled by default for new Lakebase projects
New Lakebase projects now have native Postgres password authentication disabled by default. Existing projects are unaffected. To allow native Postgres roles to connect with static passwords, enable password connections in project settings. See Manage password connections.
Security - May 20, 2026
Customer-managed keys for Lakebase available in all AWS and Azure regions
Customer-managed keys (CMK) for Lakebase are now available in all Lakebase regions on AWS and Azure. CMK encrypts Lakebase project data at rest using a key your organization owns in its cloud KMS. CMK is available for new Lakebase projects. See Customer-managed keys for Lakebase.
Security - May 20, 2026
Lakebase now supports compute sizes up to 64 CU (128 GB)
Lakebase now supports compute sizes up to 64 CU (128 GB RAM), up from the previous maximum of 32 CU (64 GB RAM). Larger workloads can now use dynamic scaling. See Autoscaling.
- May 15, 2026
Recover a deleted Lakebase project within 7 days
When you delete a Lakebase project, it now enters a soft-deleted state for 7 days before permanent deletion. You can recover the project during that window, restoring all branches, databases, endpoints, and project settings. See Recover a deleted project.
- May 13, 2026
New Lakebase instances now scale to zero by default
New Lakebase instances now scale to zero by default after 24 hours of inactivity, reducing compute costs for idle projects. To learn more about scale to zero, see Scale to zero. To configure scale to zero, see Configure scale to zero. To change the scale to zero default for new Lakebase projects, see Compute defaults. This change does not affect existing projects.
- Public PreviewMay 12, 2026
Lakebase: Lakehouse Sync is now in Public Preview
Lakehouse Sync is now in Public Preview for Lakebase. Lakehouse Sync enables continuous, low-latency replication of your Lakebase Postgres tables into Unity Catalog managed Delta tables using Change Data Capture (CDC). See Lakebase Change Data Feed.
- May 1, 2026
Upcoming change: Upgrade to Lakebase Autoscaling
Databricks is upgrading all Lakebase Provisioned instances to the Lakebase Autoscaling platform. Upgrades begin in June 2026 for customers who have requested them, with remaining instance upgrades continuing in the following weeks. Workspace admins will receive an email with upgrade dates before the upgrade begins.
The upgrade is automatic. Connections restart briefly during the transition, and existing connection strings, API calls, Declarative Automation Bundles, and Terraform configurations continue to work without modification.
After the upgrade, the following changes apply:
-
Your instances will support autoscaling features and can be managed through both the new Autoscaling UI and the familiar Provisioned UI, which remains available until September 1, 2026.
-
Each instance receives a new regional connection string that provides optimized ingress:
- Existing connection strings: Provisioned connection strings (without a region) continue to work over the existing inbound Private Link and do not require Service Direct Private Link.
- New regional connection string: If you use Private Link and connect to Lakebase from outside the Databricks workspace, you must configure inbound Private Link for performance-intensive services to use the new regional connection string.
-
To use new autoscaling features such as scale-to-zero in your Declarative Automation Bundles and Terraform configurations, update them to use autoscaling semantics.
-
Lakebase GA pricing applies. With elastic compute replacing fixed-size instances, most customers will see a reduction in compute costs.
-
The Forward ETL and REST API Private Preview features on Lakebase Provisioned are disabled after the upgrade. Their replacements, Lakebase Change Data Feed and the Data API, are available on the Autoscaling platform.
Lakebase Autoscaling adds autoscaling and scale-to-zero, point-in-time restore and snapshots, maintenance window scheduling, database branching, and other enhancements. For details about what to expect, what changes, and what actions to take, see Upgrade to Autoscaling.
To request an expedited upgrade or if you have questions, contact your account team or Databricks Support.
whatscoming -
April 2026
- BetaApril 20, 2026
Lakebase OpenTelemetry export (Beta)
You can now export Lakebase Postgres metrics and logs to any OTLP-compatible observability backend, including Grafana Cloud, New Relic, and Datadog. Configure the endpoint, authentication, and resource attributes from the Lakebase App. This feature is in Beta.
See OpenTelemetry export.
- April 14, 2026
Lakebase: Customer-managed keys
You can now manage encrypted Lakebase project data using a customer-managed key (CMK) from your own cloud KMS. This gives your organization full control over encryption and helps meet regulatory and compliance requirements. See Customer-managed keys for Lakebase.
March 2026
- March 16, 2026
Lakebase databases as Databricks Apps resources
You can now add Lakebase databases as resources for your Databricks app. See Add a Lakebase resource to a Databricks app.
Databricks Apps - BetaMarch 12, 2026
Lakebase updates: OAuth role management, budget policies and tags, and Lakehouse sync
Lakebase now includes the following features:
- OAuth roles: Create OAuth roles using the Lakebase UI or REST API, in addition to SQL. See Create Postgres roles.
- Budget policies and tags: Associate a serverless budget policy and add custom tags to your project for cost attribution and tracking. See Manage projects.
- Lakehouse sync (Beta): Continuously replicate Lakebase Postgres tables to Unity Catalog Delta tables using CDC. See Lakebase Change Data Feed.
- March 12, 2026
New Lakebase instances include autoscaling by default
New Lakebase instances are now created with autoscaling compute, scale-to-zero, branching, and instant restore by default. This applies when you create instances using the UI, Database instance API, Terraform, or SDKs. See Autoscaling.
- GAMarch 4, 2026
Lakebase is now generally available with compliance security profile
Lakebase is now generally available for workspaces with the compliance security profile when the compliance standard is set to HIPAA, C5, TISAX, or None.
See Lakebase compliance.
- March 2, 2026
Lakebase now includes high availability
Lakebase now includes high availability. High availability provides automatic failover from your primary compute instance to secondary compute instances distributed across availability zones, with no connection string changes required.
See High availability.
- March 2, 2026
Lakebase now available in three additional regions
Lakebase is now available in three additional regions:
ca-central-1(Canada Central)eu-west-2(Europe – London)sa-east-1(South America – São Paulo)
January 2026
- GAJanuary 22, 2026
Lakebase is now generally available
Lakebase is now generally available. GA includes autoscaling, scale-to-zero, instant branching, automated backups, point-in-time recovery, storage up to 8 TB, and expanded region availability.
- January 15, 2026
Manage Lakebase from the Lakebase App
Lakebase is now managed through the Lakebase App, accessed from the apps switcher in the Databricks UI. This replaces the previous workflow of navigating to the Compute tab in the Lakehouse UI.
December 2025
- Public PreviewDecember 18, 2025
Connect to Lakebase from the SQL editor with read-write access
Lakebase (Public Preview) now supports direct connections from the SQL editor with full read-write access. See Query from SQL editor in the workspace.
- Public PreviewDecember 18, 2025
Lakebase metrics dashboard
Lakebase (Public Preview) now includes a Metrics dashboard for monitoring system and database metrics. See Metrics.
- Public PreviewDecember 17, 2025
Lakebase ACL support
Lakebase (Public Preview) now supports Access Control Lists (ACLs). Grant CAN CREATE or CAN MANAGE permissions to control who can access and manage project resources. Manage permissions from project settings in the Lakebase App. See Manage project permissions.
- Public PreviewDecember 12, 2025
Lakebase now in Public Preview
Lakebase is now in Public Preview on AWS. This new version of Lakebase introduces autoscaling compute, scale-to-zero, database branching, instant restore, and a redesigned project-based interface. To allow users to explore the new version, usage of Lakebase is free for a limited time. Billing for Lakebase usage begins in January 2026. See Get started with Lakebase Postgres.
October 2025
- Public PreviewOctober 30, 2025
Lakebase (Beta) now available
Lakebase (Beta) is now available on AWS as a new app in the app switcher, separate from the existing Lakebase Public Preview. This new version introduces autoscaling, scale-to-zero, database branching, instant restore, and project-based organization with a redesigned UI.
August 2025
- August 29, 2025
OLTP Database tab renamed to Lakebase Postgres in Compute section
The OLTP Database tab in the Compute section of the workspace is renamed to Lakebase Postgres. Use this tab to create and manage your Lakebase database instances.
- August 28, 2025
Lakebase synced tables supports syncing Apache Iceberg and foreign tables in Snapshot mode
You can now create synced tables in Snapshot sync mode from Iceberg tables or foreign tables.
- August 25, 2025
Data type mapping update for Lakebase synced tables
For newly created synced tables,
TIMESTAMPtypes in source tables are now mapped toTIMESTAMP WITH TIMEZONEin synced tables. In existing synced tables,TIMESTAMPtypes continue to map toTIMESTAMP WITHOUT TIMEZONE.See Data type mapping.
- Public PreviewAugust 25, 2025
Budget policy support for Lakebase database instances and synced tables (Public Preview)
You can now tag a database instance and a synced table with a budget policy to attribute billing usage to specific policies. Additionally, custom tags can be added to a database instance for more granular attribution of compute usage to teams, projects, or cost centers.
See Update a serverless usage policy of a database instance, Create a synced table, and Custom tags.
- August 21, 2025
Declarative Automation Bundles support for Lakebase database resources
You can now define Lakebase database catalogs, instances, and synced tables in a bundle. This means you can deploy a full database environment with one command instead of setting up resources separately.
When you deploy a bundle with a database instance, the instance starts running immediately.
See database_catalog, database_instance, and synced_database_table.
- Public PreviewAugust 11, 2025
Lakebase Public Preview enabled by default
The Lakebase: Managed Postgres OLTP Database preview is now enabled by default. Users can start creating Lakebase database instances without needing workspace admins to enable this preview first. Admins can disable the preview if needed.
See Create and manage a database instance and Manage Databricks previews.
July 2025
- July 31, 2025
Databricks Terraform provider supports Lakebase resources
You can use the Databricks Terraform provider to create Lakebase resources such as database catalogs, database instances, and synced tables. This lets you set up and manage Lakebase resources with infrastructure as code.
See the Terraform documentation and changelog.
- July 31, 2025
Synced tables are now metered and billed
Synced tables are now automatically metered and billed. Synced tables use Spark Declarative Pipelines on Lakeflow to sync data from Unity Catalog tables into a Lakebase database instance. All usage is tracked and reported in
system.billing.usage.See Billable usage system table reference and Serve lakehouse data with synced tables (Lakebase Provisioned).
August 2026
- BetaAugust 25, 2026
LTAP Direct Writes accelerates synced table loads (Beta)
- August 24, 2026
Postgres minor version updates
Lakebase updated its supported Postgres versions to 16.15, 17.11, and 18.6. These minor releases bring you the latest upstream Postgres fixes and security patches. When a new minor version is available, Lakebase applies it the next time your compute restarts. See Manage updates.
- August 21, 2026
Lakebase adds compliance security profile standards on Azure
Lakebase now supports additional compliance security profile standards on Azure: ISMAP, IRAP (
australiaeast), and UK Cyber Essentials Plus (uksouth,ukwest). See Compliance. - August 18, 2026
Lakebase available in four new Azure regions
Lakebase is now available in four additional Azure regions: North Central US (
northcentralus), France Central (francecentral), Germany West Central (germanywestcentral), and East Asia (eastasia). For the full list of supported regions, see Region availability. - GAAugust 14, 2026
Lakebase Postgres APIs are now generally available
Programmatic management of Lakebase Postgres is now generally available through the REST API, Databricks CLI, and Databricks SDKs (Python, Java, Go). These interfaces support operations for projects, branches, endpoints, databases, roles, credentials, synced tables, and catalogs. See Lakebase Autoscaling API guide.
- August 10, 2026
Lakebase now supports PCI-DSS and HITRUST
Lakebase is now PCI-DSS and HITRUST compliant for workspaces with the compliance security profile enabled. On AWS, this support is limited to the
us-east-1region. On Azure, all regions where Lakebase is available are supported. See Data protection. - August 5, 2026
Lakebase support for compliance security profile standards
Lakebase is now available by default for workspaces with the compliance security profile enabled and either HIPAA, C5, or TISAX controls selected, and for workspaces with the compliance security profile enabled without a compliance standard. See Data protection.
July 2026
- BetaJuly 24, 2026
Diagnose and fix Lakebase issues with Genie, using telemetry in Unity Catalog (Beta)
Lakebase adds AI-assisted troubleshooting: database issues and early warnings are surfaced to you with Insights, and you can then investigate and fix them conversationally with Genie. Both draw on database telemetry captured to Unity Catalog. See Observability.
- July 14, 2026
Lakebase is now SOC 2 Type 2 compliant
Lakebase is now SOC 2 Type 2 compliant. For our SOC reports, please ask your Databricks account team or see Compliance.
- July 10, 2026
Lakebase update notifications now post 3 days in advance
To deliver Postgres version updates, security patches, and new features to your projects sooner, Lakebase has shortened the planned update notification window. Planned updates are now posted at least 3 days in advance, rather than 7. You can check your project's settings for upcoming updates.
See Manage updates.
June 2026
- June 18, 2026
Lakebase now supports Postgres 18
Lakebase now supports Postgres 18. Postgres 17 remains the default version. To use Postgres 18, select it when creating a new project. For a full list of supported versions, see Postgres compatibility.
- BetaJune 16, 2026
Lakebase Search adds vector, keyword, and hybrid search to Postgres (Beta)
Lakebase Search brings scalable vector and keyword search to Lakebase projects through two new Postgres extensions, so you can run semantic and exact-term search in a single database without a separate search stack:
lakebase_vectoradds thelakebase_annindex type for approximate nearest-neighbor vector search. It is drop-in compatible with pgvector, using the same types, operators, and query syntax, and scales to over 1 billion vectors on a single index with builds up to 50-100x faster than HNSW.lakebase_textadds thelakebase_bm25index type for BM25 full-text search. It works with standardtsvectortypes and operators, adding BM25 ranking and top-K pushdown that PostgreSQL's native GIN index does not provide.
Indexes are storage-backed, so they are available immediately after scale-to-zero without warmup. Combine both extensions for hybrid search that returns semantic and exact-term matches in one ranked list. To get started, enable Lakebase Search in your project settings, then install the extensions. See Lakebase Search, or read the announcement blog post.
- June 1, 2026
Lakebase snapshot storage is now billed
Starting June 1, 2026, snapshot storage is billable for Lakebase. Snapshot storage size is shown on the Backup & Restore page. For pricing details, see the Lakebase pricing page. To learn about managing snapshots, see Snapshots.
May 2026
- May 21, 2026
Postgres password authentication is now disabled by default for new Lakebase projects
New Lakebase projects now have native Postgres password authentication disabled by default. Existing projects are unaffected. To allow native Postgres roles to connect with static passwords, enable password connections in project settings. See Manage password connections.
Security - May 20, 2026
Customer-managed keys for Lakebase available in all AWS and Azure regions
Customer-managed keys (CMK) for Lakebase are now available in all Lakebase regions on AWS and Azure. CMK encrypts Lakebase project data at rest using a key your organization owns in its cloud KMS. CMK is available for new Lakebase projects. See Customer-managed keys for Lakebase.
Security - May 20, 2026
Lakebase now supports compute sizes up to 64 CU (128 GB)
Lakebase now supports compute sizes up to 64 CU (128 GB RAM), up from the previous maximum of 32 CU (64 GB RAM). Larger workloads can now use dynamic scaling. See Autoscaling.
- May 15, 2026
Recover a deleted Lakebase project within 7 days
When you delete a Lakebase project, it now enters a soft-deleted state for 7 days before permanent deletion. You can recover the project during that window, restoring all branches, databases, endpoints, and project settings. See Recover a deleted project.
- May 13, 2026
New Lakebase instances now scale to zero by default
New Lakebase instances now scale to zero by default after 24 hours of inactivity, reducing compute costs for idle projects. To learn more about scale to zero, see Scale to zero. To configure scale to zero, see Configure scale to zero. To change the scale to zero default for new Lakebase projects, see Compute defaults. This change does not affect existing projects.
- Public PreviewMay 12, 2026
Lakebase: Lakehouse Sync is now in Public Preview
Lakehouse Sync is now in Public Preview for Lakebase. Lakehouse Sync enables continuous, low-latency replication of your Lakebase Postgres tables into Unity Catalog managed Delta tables using Change Data Capture (CDC). See Lakebase Change Data Feed.
- BetaMay 6, 2026
Lakehouse Sync is now available on Azure (Beta)
You can now continuously replicate Lakebase Postgres tables into Unity Catalog managed Delta tables using CDC. Lakehouse Sync captures row-level changes and writes them as SCD Type 2 history. No external compute, pipelines, or jobs are required. See Lakebase Change Data Feed.
- May 1, 2026
Upcoming change: Upgrade to Lakebase Autoscaling
Azure Databricks is upgrading all Lakebase Provisioned instances to the Lakebase Autoscaling platform. Upgrades begin in June 2026 for customers who have requested them, with remaining instance upgrades continuing in the following weeks. Workspace admins will receive an email with upgrade dates before the upgrade begins.
The upgrade is automatic. Connections restart briefly during the transition, and existing connection strings, API calls, Declarative Automation Bundles, and Terraform configurations continue to work without modification.
After the upgrade, the following changes apply:
-
Your instances will support autoscaling features and can be managed through both the new Autoscaling UI and the familiar Provisioned UI, which remains available until September 1, 2026.
-
Each instance receives a new regional connection string that provides optimized ingress:
- Existing connection strings: Provisioned connection strings (without a region) continue to work over the existing inbound Private Link and do not require Service Direct Private Link.
- New regional connection string: If you use Private Link and connect to Lakebase from outside the Azure Databricks workspace, you must configure inbound Private Link for performance-intensive services to use the new regional connection string.
-
To use new autoscaling features such as scale-to-zero in your Declarative Automation Bundles and Terraform configurations, update them to use autoscaling semantics.
-
Lakebase GA pricing applies. With elastic compute replacing fixed-size instances, most customers will see a reduction in compute costs.
-
The Forward ETL and REST API Private Preview features on Lakebase Provisioned are disabled after the upgrade. Their replacements, Lakebase Change Data Feed and the Data API, are available on the Autoscaling platform.
Lakebase Autoscaling adds autoscaling and scale-to-zero, point-in-time restore and snapshots, maintenance window scheduling, database branching, and other enhancements. For details about what to expect, what changes, and what actions to take, see Upgrade to Autoscaling.
To request an expedited upgrade or if you have questions, contact your account team or Azure Databricks Support.
whatscoming -
April 2026
- April 14, 2026
Lakebase: Customer-managed keys
You can now manage encrypted Lakebase project data using a customer-managed key (CMK) from your own cloud KMS. This gives your organization full control over encryption and helps meet regulatory and compliance requirements. See Customer-managed keys for Lakebase.
March 2026
- March 16, 2026
Lakebase databases as Databricks Apps resources
You can now add Lakebase databases as resources for your Databricks app. See Add a Lakebase resource to a Databricks app.
Databricks Apps - March 12, 2026
Lakebase updates: OAuth role management and budget policies and tags
Lakebase now includes the following features:
- OAuth roles: Create OAuth roles using the Lakebase UI or REST API, in addition to SQL. See Create Postgres roles.
- Budget policies and tags: Associate a serverless budget policy and add custom tags to your project for cost attribution and tracking. See Manage projects.
- March 12, 2026
New Lakebase instances include autoscaling by default
New Lakebase instances are now created with autoscaling compute, scale-to-zero, branching, and instant restore by default. This applies when you create instances using the UI, Database instance API, Terraform, or SDKs. See Autoscaling.
- GAMarch 4, 2026
Lakebase is now generally available with compliance security profile
Lakebase is now generally available for workspaces with the compliance security profile when the compliance standard is set to HIPAA, C5, TISAX, or None.
See Lakebase compliance.
- March 2, 2026
Lakebase now includes high availability
Lakebase now includes high availability. High availability provides automatic failover from your primary compute instance to secondary compute instances distributed across availability zones, with no connection string changes required.
See High availability.
- GAMarch 2, 2026
Lakebase is now generally available on Azure
Lakebase is now generally available on Azure, with autoscaling compute, scale-to-zero, branching, and instant restore. The GA release extends region support to 11 new Azure regions in addition to the existing
eastus2,westeurope, andwestusregions.New regions:
australiaeast(Australia East)brazilsouth(Brazil South)canadacentral(Canada Central)centralindia(Central India)southcentralus(South Central US)southeastasia(Southeast Asia)eastus(East US)centralus(Central US)northeurope(North Europe)uksouth(UK South)westus2(West US 2)
February 2026
- BetaFebruary 4, 2026
Lakebase now available on Azure (Beta)
Lakebase Postgres is now available on Azure in Beta. Access the Lakebase app from the app switcher to use autoscaling compute, scale-to-zero, database branching, and instant restore.
Supported Azure regions:
eastus2(East US 2)westeurope(West Europe)westus(West US)
January 2026
- January 15, 2026
Manage Lakebase from the Lakebase App
Lakebase is now managed through the Lakebase App, accessed from the apps switcher in the Databricks UI. This replaces the previous workflow of navigating to the Compute tab in the Lakehouse UI.
August 2025
- August 29, 2025
OLTP Database tab renamed to Lakebase Postgres in Compute section
The OLTP Database tab in the Compute section of the workspace is renamed to Lakebase Postgres. Use this tab to create and manage your Lakebase database instances.
- August 28, 2025
Lakebase synced tables supports syncing Apache Iceberg and foreign tables in Snapshot mode
You can now create synced tables in Snapshot sync mode from Iceberg tables or foreign tables.
- August 25, 2025
Data type mapping update for Lakebase synced tables
For newly created synced tables,
TIMESTAMPtypes in source tables are now mapped toTIMESTAMP WITH TIMEZONEin synced tables. In existing synced tables,TIMESTAMPtypes continue to map toTIMESTAMP WITHOUT TIMEZONE.See Data type mapping.
- Public PreviewAugust 25, 2025
Budget policy support for Lakebase database instances and synced tables (Public Preview)
You can now tag a database instance and a synced table with a budget policy to attribute billing usage to specific policies. Additionally, custom tags can be added to a database instance for more granular attribution of compute usage to teams, projects, or cost centers.
See Update a serverless usage policy of a database instance, Create a synced table, and Custom tags.
- August 21, 2025
Declarative Automation Bundles support for Lakebase database resources
You can now define Lakebase database catalogs, instances, and synced tables in a bundle. This means you can deploy a full database environment with one command instead of setting up resources separately.
When you deploy a bundle with a database instance, the instance starts running immediately.
See database_catalog, database_instance, and synced_database_table.
- Public PreviewAugust 11, 2025
Lakebase Public Preview enabled by default
The Lakebase: Managed Postgres OLTP Database preview is now enabled by default. Users can start creating Lakebase database instances without needing workspace admins to enable this preview first. Admins can disable the preview if needed.
See Create and manage a database instance and Manage Azure Databricks previews.
July 2025
- July 31, 2025
Databricks Terraform provider supports Lakebase resources
You can use the Databricks Terraform provider to create Lakebase resources such as database catalogs, database instances, and synced tables. This lets you set up and manage Lakebase resources with infrastructure as code.
See the Terraform documentation and changelog.
- July 31, 2025
Synced tables are now metered and billed
Synced tables are now automatically metered and billed. Synced tables use Spark Declarative Pipelines on Lakeflow to sync data from Unity Catalog tables into a Lakebase database instance. All usage is tracked and reported in
system.billing.usage.See Billable usage system table reference and Serve lakehouse data with synced tables (Lakebase Provisioned).