mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
31 lines
622 B
JSON
31 lines
622 B
JSON
{
|
|
"source": {
|
|
"type": "looker",
|
|
"serviceName": "local_looker",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Looker",
|
|
"username": "username",
|
|
"password": "password",
|
|
"hostPort": "http://hostPort",
|
|
"env": "env"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"dashboardFilterPattern": {},
|
|
"chartFilterPattern": {}
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
} |