mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-30 22:15:06 +00:00
* Fixed Redash source config * Review changes Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
30 lines
573 B
JSON
30 lines
573 B
JSON
{
|
|
"source": {
|
|
"type": "redash",
|
|
"serviceName": "local_redash",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Redash",
|
|
"redashURL": "http://localhost:5000",
|
|
"apiKey": "api_key"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"dashboardFilterPattern": {},
|
|
"chartFilterPattern": {}
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|