mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
31 lines
664 B
JSON
31 lines
664 B
JSON
{
|
|
"source": {
|
|
"type": "metabase",
|
|
"serviceName": "test",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Metabase",
|
|
"username": "username",
|
|
"password": "password",
|
|
"hostPort": "http://hostPort",
|
|
"dbServiceName": "Database Service Name to create Lineage"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"dashboardFilterPattern": {}
|
|
, "chartFilterPattern": {}
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
} |