diff --git a/openmetadata-docs/content/openmetadata/connectors/dashboard/looker/airflow.md b/openmetadata-docs/content/openmetadata/connectors/dashboard/looker/airflow.md index dd08f839794..8b9babe3732 100644 --- a/openmetadata-docs/content/openmetadata/connectors/dashboard/looker/airflow.md +++ b/openmetadata-docs/content/openmetadata/connectors/dashboard/looker/airflow.md @@ -52,8 +52,8 @@ source: serviceConnection: config: type: Looker - username: username - password: password + clientId: Client ID + clientSecret: Client Secret hostPort: http://hostPort sourceConfig: config: @@ -88,8 +88,8 @@ workflowConfig: #### Source Configuration - Service Connection - **hostPort**: URL to the Looker instance. -- **username**: Specify the User to connect to Looker. It should have enough privileges to read all the metadata. -- **password**: Password to connect to Looker. +- **clientId**: Specify the Client ID to connect to Looker. It should have enough privileges to read all the metadata. +- **clientSecret**: Client Secret to connect to Looker. - **env**: Looker Environment. #### Source Configuration - Source Config diff --git a/openmetadata-docs/content/openmetadata/connectors/dashboard/looker/cli.md b/openmetadata-docs/content/openmetadata/connectors/dashboard/looker/cli.md index cc53a876faa..31d688b95c7 100644 --- a/openmetadata-docs/content/openmetadata/connectors/dashboard/looker/cli.md +++ b/openmetadata-docs/content/openmetadata/connectors/dashboard/looker/cli.md @@ -52,8 +52,8 @@ source: serviceConnection: config: type: Looker - username: username - password: password + clientId: username + clientSecret: password hostPort: http://hostPort sourceConfig: config: @@ -88,8 +88,8 @@ workflowConfig: #### Source Configuration - Service Connection - **hostPort**: URL to the Looker instance. -- **username**: Specify the User to connect to Looker. It should have enough privileges to read all the metadata. -- **password**: Password to connect to Looker. +- **clientId**: Specify the Client ID to connect to Looker. It should have enough privileges to read all the metadata. +- **clientSecret**: Client Secret to connect to Looker. - **env**: Looker Environment. #### Source Configuration - Source Config diff --git a/openmetadata-docs/images/openmetadata/connectors/looker/service-connection.png b/openmetadata-docs/images/openmetadata/connectors/looker/service-connection.png index 4cb6e654557..0df01149ee0 100644 Binary files a/openmetadata-docs/images/openmetadata/connectors/looker/service-connection.png and b/openmetadata-docs/images/openmetadata/connectors/looker/service-connection.png differ