2022-04-18 16:45:33 +02:00

31 lines
602 B
JSON

{
"source": {
"type": "redash",
"serviceName": "local_redash",
"serviceConnection": {
"config": {
"type": "Redash",
"hostPort": "http://localhost:5000",
"apiKey": "api_key",
"username": "random"
}
},
"sourceConfig": {
"config": {
"dashboardFilterPattern": {},
"chartFilterPattern": {}
}
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}