mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
24 lines
564 B
YAML
24 lines
564 B
YAML
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
|