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:
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

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 172 KiB