Docs - Looker properties (#7230)

* Docs - Looker properties

* Update image
This commit is contained in:
Pere Miquel Brull 2022-09-05 20:37:51 +02:00 committed by GitHub
parent 99a7441784
commit cecd3ca342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -52,8 +52,8 @@ source:
serviceConnection: serviceConnection:
config: config:
type: Looker type: Looker
username: username clientId: Client ID
password: password clientSecret: Client Secret
hostPort: http://hostPort hostPort: http://hostPort
sourceConfig: sourceConfig:
config: config:
@ -88,8 +88,8 @@ workflowConfig:
#### Source Configuration - Service Connection #### Source Configuration - Service Connection
- **hostPort**: URL to the Looker instance. - **hostPort**: URL to the Looker instance.
- **username**: Specify the User to connect to Looker. It should have enough privileges to read all the metadata. - **clientId**: Specify the Client ID to connect to Looker. It should have enough privileges to read all the metadata.
- **password**: Password to connect to Looker. - **clientSecret**: Client Secret to connect to Looker.
- **env**: Looker Environment. - **env**: Looker Environment.
#### Source Configuration - Source Config #### Source Configuration - Source Config

View File

@ -52,8 +52,8 @@ source:
serviceConnection: serviceConnection:
config: config:
type: Looker type: Looker
username: username clientId: username
password: password clientSecret: password
hostPort: http://hostPort hostPort: http://hostPort
sourceConfig: sourceConfig:
config: config:
@ -88,8 +88,8 @@ workflowConfig:
#### Source Configuration - Service Connection #### Source Configuration - Service Connection
- **hostPort**: URL to the Looker instance. - **hostPort**: URL to the Looker instance.
- **username**: Specify the User to connect to Looker. It should have enough privileges to read all the metadata. - **clientId**: Specify the Client ID to connect to Looker. It should have enough privileges to read all the metadata.
- **password**: Password to connect to Looker. - **clientSecret**: Client Secret to connect to Looker.
- **env**: Looker Environment. - **env**: Looker Environment.
#### Source Configuration - Source Config #### Source Configuration - Source Config

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 172 KiB