Ayush Shah 568845b65c
Power BI connector (#3019)
* 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
2022-03-01 10:09:35 +05:30

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"
}
}
}