Delta Live Tables release 2024.37
September 16 - 21, 2024
These features and improvements were released with the 2024.37 release of Delta Live Tables.
Databricks Runtime versions used by this release
Channel:
- CURRENT (default): Databricks Runtime 14.1
- PREVIEW: Databricks Runtime 15.2
note
Because Delta Live Tables channel releases follow a rolling upgrade process, channel upgrades are deployed to different regions at different times. Your release, including Databricks Runtime versions, might not be updated until a week or more after the initial release date. To find the Databricks Runtime version for a pipeline, see Runtime information.
New features and improvements in this release
- This release includes an enhancement providing a small improvement in the startup time for pipeline updates.
- Row Filters and Column Masks for materialized views and streaming tables are in Public Preview. You can now:
- Add row filters and column masks to a materialized view or streaming table.
- Define materialized views or streaming tables from source tables that include row filters and column masks.
See Publish tables with row filters and column masks.
Bug fixes in this release
- This release includes a fix for a bug where unused threads are not properly stopped, potentially leading to errors such as out-of-memory exceptions when running a pipeline in development mode.
- This release fixes an issue that could cause failures when running a serverless pipeline in development mode.
- This release fixes a bug preventing comments from being updated when included as part of a
REFRESH
operation on a streaming table that is anAPPLY CHANGES
target.