2022-04-18 16:45:33 +02:00

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