mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 22:18:23 +00:00
Docs - Looker properties (#7230)
* Docs - Looker properties * Update image
This commit is contained in:
parent
99a7441784
commit
cecd3ca342
@ -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
|
||||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user