Onkar Ravgan c885a7c107
redash-connector-fix and tableu json fixes (#3985)
* Fixed Redash source config

* Review changes

Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
2022-04-09 19:52:42 +05:30

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"
}
}
}