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.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,7 @@ Please gather the following information before you start setting up:
132
132
## Setup option 1 (Simple and recommended method)
133
133
134
134
(Estimated time to complete these steps: 5 - 10 mins)
135
+
This method uses admin credentials (configured in the Step 6 of Prerequisites section) to call workspace APIs.
135
136
136
137
Make sure both SAT job cluster (Refer to Prerequisites Step 2 ) and Warehouse (Refer to Prerequisites Step 3) are running.
137
138
<details>
@@ -151,7 +152,7 @@ Please gather the following information before you start setting up:
151
152
## Setup option 2 (Most flexible for the power users)
152
153
153
154
(Estimated time to complete these steps:30 mins)
154
-
155
+
This method uses admin credentials (configured in the Step 6 of Prerequisites section) by default to call workspace APIs. But can be changed to use workspace PAT tokens instead.
155
156
<details>
156
157
<summary>Setup instructions</summary>
157
158
Following are the one time easy steps to get your workspaces setup with the SAT:
@@ -179,6 +180,9 @@ Please gather the following information before you start setting up:
179
180
180
181
181
182
3. Generate secrets setup file
183
+
Note: You can skip this step and go to step 4, if you would like to use admin credentials (configured in the Step 6 of Prerequisites section) to call workspace APIs.
184
+
185
+
* Change \<SATProject\>/notebooks/Utils/initialize value of from "use_mastercreds":"true" to "use_mastercreds":"false"
182
186
* Run the \<SATProject\>/notebooks/Setup/2.generate_secrets_setup_file notebook. Setup your PAT tokens for each of the workspaces under the "master_name_scope”
0 commit comments