Ayush Shah 839d152cc3
PowerBI - Schema Refactoring (#3960)
* Added PowerBI refactoring

* Update powerbi.py

* Update powerbi.py

* Modified filters
2022-04-09 00:38:41 +05:30

37 lines
778 B
JSON

{
"source": {
"type": "powerbi",
"serviceName": "local_powerbi",
"serviceConnection": {
"config": {
"clientId": "client_id",
"clientSecret": "client_secret",
"redirectURI": "http://localhost:8585/callback",
"dashboardURL": "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"
}
}
}