mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
37 lines
774 B
JSON
37 lines
774 B
JSON
{
|
|
"source": {
|
|
"type": "powerbi",
|
|
"serviceName": "local_powerbi",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"clientId": "client_id",
|
|
"clientSecret": "client_secret",
|
|
"redirectURI": "http://localhost:8585/callback",
|
|
"hostPort": "https://analysis.windows.net/powerbi",
|
|
"scope": [
|
|
"scope",
|
|
"https://analysis.windows.net/powerbi/api/App.Read.All"
|
|
],
|
|
"credentials": "path",
|
|
"type": "PowerBI"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config":
|
|
{
|
|
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|