mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-16 04:33:12 +00:00
24 lines
603 B
Markdown
24 lines
603 B
Markdown
#### Configuration Notes
|
|
|
|
See the [Looker authentication docs](https://docs.looker.com/reference/api-and-integration/api-auth#authentication_with_an_sdk) for the steps to create a client ID and secret.
|
|
You need to provide the following permissions for ingestion to work correctly.
|
|
```
|
|
access_data
|
|
explore
|
|
manage_models
|
|
see_datagroups
|
|
see_lookml
|
|
see_lookml_dashboards
|
|
see_looks
|
|
see_pdts
|
|
see_queries
|
|
see_schedules
|
|
see_sql
|
|
see_system_activity
|
|
see_user_dashboards
|
|
see_users
|
|
```
|
|
Here is an example permission set after configuration.
|
|

|
|
|