Skip to content

Commit d67cf25

Browse files
authored
Docs: add Unity Catalog requirement to Databricks docs (#4242)
1 parent 633fe09 commit d67cf25

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/integrations/engines/databricks.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,17 @@ Before working through this connection quickstart, ensure that:
5050
1. You have a Databricks account with access to an appropriate Databricks Workspace
5151
- The Workspace must support authenticating with [personal access tokens](https://docs.databricks.com/en/dev-tools/auth/pat.html) (Databricks [Community Edition workspaces do not](https://docs.databricks.com/en/admin/access-control/tokens.html))
5252
- Your account must have Workspace Access and Create Compute permissions (these permissions are enabled by default)
53-
2. Your computer has [SQLMesh installed](../../installation.md) with the [Databricks extra available](../../installation.md#install-extras)
53+
2. Your Databricks compute resources have [Unity Catalog](https://docs.databricks.com/aws/en/data-governance/unity-catalog/) activated
54+
3. Your computer has [SQLMesh installed](../../installation.md) with the [Databricks extra available](../../installation.md#install-extras)
5455
- Install from the command line with the command `pip install "sqlmesh[databricks]"`
55-
3. You have initialized a [SQLMesh example project](../../quickstart/cli#1-create-the-sqlmesh-project) on your computer
56+
4. You have initialized a [SQLMesh example project](../../quickstart/cli#1-create-the-sqlmesh-project) on your computer
5657
- Open a command line interface and navigate to the directory where the project files should go
5758
- Initialize the project with the command `sqlmesh init duckdb`
5859

60+
!!! important "Unity Catalog required"
61+
62+
Databricks compute resources used by SQLMesh must have [Unity Catalog](https://docs.databricks.com/aws/en/data-governance/unity-catalog/) activated.
63+
5964
### Get connection info
6065

6166
The first step to configuring a Databricks connection is gathering the necessary information from your Databricks compute instance.

0 commit comments

Comments
 (0)