mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
* Power BI Dashboard and Tiles added * Added Powerbi dependency * Modified Powerbi debug logs * Bump up _version.py * Modified Power BI - added failure status, resolved comments
28 lines
602 B
JSON
28 lines
602 B
JSON
{
|
|
"source": {
|
|
"type": "powerbi",
|
|
"config": {
|
|
"client_id": "client_id",
|
|
"client_secret": "client_secret",
|
|
"service_name": "local_powerbi",
|
|
"redirect_uri": "http://localhost:8585/callback",
|
|
"scope": [
|
|
"scope",
|
|
"https://analysis.windows.net/powerbi/api/App.Read.All"
|
|
],
|
|
"credentials": "path"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|