2022-04-13 18:04:52 +02:00

30 lines
606 B
JSON

{
"source": {
"type": "superset",
"serviceName": "local_superset",
"serviceConnection": {
"config": {
"hostPort": "http://localhost:8080",
"username": "admin",
"password": "admin",
"type": "Superset"
}
},
"sourceConfig": {
"config": {
"chartFilterPattern": {},
"dashboardFilterPattern": {}
}
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}