diff --git a/content/collections/source-catalog/en/databricks.md b/content/collections/source-catalog/en/databricks.md index 62eae352f..d077d87bf 100644 --- a/content/collections/source-catalog/en/databricks.md +++ b/content/collections/source-catalog/en/databricks.md @@ -136,7 +136,7 @@ The service principal you created above requires the following permissions in Da | ---------- | ------------------------------------------------------------------------------------ | -------------------------------------------------------------- | | Workspace | Grants access to your Databricks workspace. | *Workspace → → Permissions → Add permissions*
Add the service principal you create with the User permission, click Save. | | Table | Grants access to list tables and read data. | *Catalog → pick the catalog→ Permissions → Grant*
Select the `Data Reader` permission (`USE CATALOG`, `USE SCHEMA`, `EXECUTE`, `READ VOLUME`, `SELECT`). | -| Cluster | Grants access to connect to the cluster and run workflows on your behalf | *Compute → All-purpose compute → Edit Permission*
Add the `Add Can Attach To` permission to the service principal. | +| Cluster | Grants access to connect to the cluster and run workflows on your behalf | *Compute → All-purpose compute → Edit Permission*
Add the `Can Restart` permission to the service principal. | | Export | Enables the service principal to unload your data through spark and export it to S3. | Run the SQL commands below in any notebook: ```GRANT MODIFY ON ANY FILE TO ``;``` ```GRANT SELECT ON ANY FILE TO ``;``` | ### Enable CDF on your tables @@ -216,4 +216,4 @@ Depending on your company's network policy, you may need to add the following IP - Amplitude EU IP addresses: - 3.124.22.25 - 18.157.59.125 - - 18.192.47.195 \ No newline at end of file + - 18.192.47.195