-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4162078
commit dc3e0ed
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ View the [ML Model Creation Flow](https://github.com/looker-open-source/app-ml-a | |
|
||
**Additional configuration is required after installation. A Looker Admin should complete the application configuration using the Installation Instructions below.** | ||
|
||
Report bugs or features requests with [this form](https://docs.google.com/forms/d/e/1FAIpQLSd97ptoU3TUuasZeFjSBHT9FQiyrDzjHUm7NTspEjz5kwNSAA/viewform). Contact [[email protected]](mailto:[email protected]) with questions or comments. | ||
Report bugs or feature requests with [this form](https://docs.google.com/forms/d/e/1FAIpQLSd97ptoU3TUuasZeFjSBHT9FQiyrDzjHUm7NTspEjz5kwNSAA/viewform). Contact [[email protected]](mailto:[email protected]) with questions or comments. | ||
|
||
--- | ||
|
||
|
@@ -63,7 +63,7 @@ The application is designed for users with access to Explores and SQL Runner in | |
- `use_sql_runner` | ||
|
||
We recommend creating a new Looker role to easily manage user access to the application and guarantee users have the required permissions above. | ||
- Create a new Looker model set named `ml_accelerator` containing the LookML model `ml_accelerator` | ||
- Create a new Looker permission set named `ml_accelerator` containing all the permisions in the [default User permission set](https://cloud.google.com/looker/docs/admin-panel-users-roles#default_permission_sets) AND the `use_sql_runner` permission | ||
- Create a new Looker role named `ml_accelerator` using the new model and permission set | ||
- Assign the `ml_accelerator` role to Looker users and groups | ||
- Create a new Looker model set named `ML Accelerator` containing the LookML model `ml_accelerator` | ||
- Create a new Looker permission set named `ML Accelerator` containing all the permisions in the [default User permission set](https://cloud.google.com/looker/docs/admin-panel-users-roles#default_permission_sets) AND the `use_sql_runner` permission | ||
- Create a new Looker role named `ML Accelerator` using the new model and permission set | ||
- Assign the `ML Accelerator` role to Looker users and groups |