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/setup/aws.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,11 @@ The first step is to create a Service Principal in Databricks. This will allow S
22
22
- Go to the [Account Console](https://accounts.cloud.databricks.com)
23
23
- On the left side bar menu, click on `User management`
24
24
- Select `Service Principal` and then `Add service principal`
25
+
- Type a new name for the service principal.
25
26
- The Service Principal must be granted the `Account Admin` role. This role provides the ability to manage account-level settings and permissions.
26
27
- Assign the Workspace Admin Role: The Service Principal must be assigned the `Workspace Admin` role for each workspace it will manage. This role provides the ability to manage workspace-level settings and permissions.
27
28
- Add to the Metastore Admin Group: The Service Principal must be added to the `Metastore Admin` group or role. This role provides the ability to manage metastore-level settings and permissions.
28
-
-Type a new name for the service principal and then create a new OAuth Secret.
29
+
-Create a new OAuth Secret.
29
30
- Save the `Secret` and `Client ID`
30
31
- To deploy SAT in a workspace, you must add the Service Principal to the workspace.
31
32
@@ -50,6 +51,8 @@ To execute SAT follow this steps:
> Remember that the target workspace should have a [profile](https://docs.gcp.databricks.com/en/dev-tools/cli/profiles.html) in [Databricks CLI](https://docs.gcp.databricks.com/en/dev-tools/cli/tutorial.html)
55
+
53
56
- Run the `install.sh` script on your terminal.
54
57
55
58
> To ensure that the install.sh script is executable, you need to modify its permissions using the chmod command.
@@ -61,8 +64,6 @@ To execute SAT follow this steps:
61
64
62
65

63
66
64
-
> Remember that the target workspace should have a [profile](https://docs.databricks.com/en/dev-tools/cli/profiles.html) in [Databricks CLI](https://docs.databricks.com/en/dev-tools/cli/index.html)
65
-
66
67
Congratulations! 🎉 You are now ready to start using SAT. Please click [here](../setup.md#usage) for a detailed description on how to run and use it.
Copy file name to clipboardExpand all lines: docs/setup/azure.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ After creating the App Registration and client secret, you will need to add the
46
46
- Go to the [Account Console](https://accounts.azuredatabricks.net/)
47
47
- On the left side bar menu, click on `User management`
48
48
- Select `Service Principal` and then `Add service principal`
49
-
- Paste the App Client ID and App Client Secret in the respective fields.
49
+
- Select `Microsoft Entra ID Managed Application` as the service principal type.
50
+
- Paste the App Client ID and create a new name for the service principal.
50
51
- Click Add.
51
52
- The Service Principal must be granted the `Account Admin` role. This role provides the ability to manage account-level settings and permissions.
52
53
- Assign the Workspace Admin Role: The Service Principal must be assigned the `Workspace Admin` role for each workspace it will manage. This role provides the ability to manage workspace-level settings and permissions.
@@ -78,6 +79,8 @@ To execute SAT follow this steps:
> Remember that the target workspace should have a [profile](https://docs.gcp.databricks.com/en/dev-tools/cli/profiles.html) in [Databricks CLI](https://docs.gcp.databricks.com/en/dev-tools/cli/tutorial.html)
83
+
81
84
- Run the `install.sh` script on your terminal.
82
85
83
86
> To ensure that the install.sh script is executable, you need to modify its permissions using the chmod command.
@@ -88,8 +91,6 @@ To execute SAT follow this steps:
88
91
89
92

90
93
91
-
> Remember the target workspace should have a [profile](https://learn.microsoft.com/en-us/azure/databricks/dev-tools/cli/profiles) in [Databricks CLI](https://learn.microsoft.com/en-us/azure/databricks/dev-tools/cli/)
92
-
93
94
Congratulations! 🎉 You are now ready to start using SAT. Please click [here](../setup.md#usage) for a detailed description on how to run and use it.
Copy file name to clipboardExpand all lines: docs/setup/gcp.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@ The first step is to create a Service Principal in GCP. This will allow SAT to a
31
31
32
32
### Credentials Needed
33
33
34
-
To setup SAT on Azure, you will need the following credentials:
34
+
To setup SAT on GCP, you will need the following credentials:
35
+
35
36
- Databricks Account ID
36
37
- Service Account email
37
38
- gsutil URI from GCS Bucket
@@ -52,18 +53,15 @@ To execute SAT follow this steps:
52
53
> chmod +x install.sh
53
54
>```
54
55
56
+
> Remember that the target workspace should have a [profile](https://docs.gcp.databricks.com/en/dev-tools/cli/profiles.html) in [Databricks CLI](https://docs.gcp.databricks.com/en/dev-tools/cli/tutorial.html)
55
57
56
58
- Run the `install.sh` script on your terminal.
57
59
58
-
59
-
60
60

61
61
62
-
> Remember that the target workspace should have a [profile](https://docs.gcp.databricks.com/en/dev-tools/cli/profiles.html) in [Databricks CLI](https://docs.gcp.databricks.com/en/dev-tools/cli/tutorial.html)
63
-
64
62
Congratulations! 🎉 You are now ready to start using SAT. Please click [here](../setup.md#usage) for a detailed description on how to run and use it.
65
63
66
64
67
65
## Troubleshooting
68
66
Please review the FAQs and Troubleshooting resources documented [here](./faqs_and_troubleshooting.md) including a notebook to help diagnose your SAT setup.
69
-
If any issues arise during the installation process, please check your credentials and ensure that you have the appropriate permissions in your Azure cloud account. If you are still facing issues, please send your feedback and comments to <[email protected]>.
67
+
If any issues arise during the installation process, please check your credentials and ensure that you have the appropriate permissions in your GCP cloud account. If you are still facing issues, please send your feedback and comments to <[email protected]>.
0 commit comments