You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/engines/databricks.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,17 @@ Before working through this connection quickstart, ensure that:
50
50
1. You have a Databricks account with access to an appropriate Databricks Workspace
51
51
- 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))
52
52
- 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)
54
55
- 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
56
57
- Open a command line interface and navigate to the directory where the project files should go
57
58
- Initialize the project with the command `sqlmesh init duckdb`
58
59
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
+
59
64
### Get connection info
60
65
61
66
The first step to configuring a Databricks connection is gathering the necessary information from your Databricks compute instance.
0 commit comments