25 lines
478 B
JSON

{
"source": {
"type": "superset",
"config": {
"url": "http://localhost:8080",
"username": "admin",
"password": "admin",
"service_name": "local_superset",
"db_service_name": "aws_redshift"
}
},
"sink": {
"type": "metadata-rest",
"config": {
}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
}
}