Release· REbricked

Transactions are GA for Unity Catalog managed tables

Multi-statement, multi-table ACID transactions reached general availability in Databricks. On Unity Catalog managed tables, SQL changes can be grouped with BEGIN ATOMIC ... END or BEGIN TRANSACTION ... COMMIT so the changes commit together or roll back together.

> [!note]
> Learners writing SQL changes across more than one statement or table need to know when Databricks can treat those changes as one transaction.

Read the original

What to re-read