2022-06-27 15:14:04 +02:00
|
|
|
---
|
|
|
|
title: Run PowerBI Connector using the CLI
|
2022-07-09 11:56:37 +02:00
|
|
|
slug: /openmetadata/connectors/dashboard/powerbi/cli
|
2022-06-27 15:14:04 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
<ConnectorIntro connector="PowerBI" goal="CLI"/>
|
|
|
|
|
|
|
|
<Requirements />
|
|
|
|
|
2022-08-18 11:43:45 +02:00
|
|
|
<PythonMod connector="PowerBI" module="powerbi" />
|
|
|
|
|
2022-06-27 15:14:04 +02:00
|
|
|
<MetadataIngestionServiceDev service="dashboard" connector="PowerBI" goal="CLI"/>
|
|
|
|
|
|
|
|
<h4>Source Configuration - Service Connection</h4>
|
|
|
|
|
|
|
|
- **hostPort**: URL to the PowerBI instance.
|
|
|
|
- **clientId**: PowerBI Client ID.
|
|
|
|
- **clientSecret**: PowerBI Client Secret.
|
|
|
|
- **tenantId**: PowerBI Tenant ID.
|
|
|
|
- **authorityUri**: Authority URI for the service.
|
|
|
|
- **scope**: Service scope. By default `["https://analysis.windows.net/powerbi/api/.default"]`.
|
|
|
|
|
|
|
|
<MetadataIngestionConfig service="dashboard" connector="PowerBI" goal="CLI" />
|