mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-01 18:07:11 +00:00
16 lines
272 B
JSON
16 lines
272 B
JSON
{
|
|
"type": "looker",
|
|
"serviceName": "sample_looker",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Looker",
|
|
"hostPort": "https://looker.com",
|
|
"clientId": "admin",
|
|
"clientSecret": "admin"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {}
|
|
}
|
|
}
|