Microsoft Power BI Connection¶
The Microsoft Power BI connection type enables the Power BI Integrations.
The PowerBIHook
and PowerBIDatasetOperator
requires a connection of type powerbi
to authenticate with the Power BI.
Authenticating to Power BI¶
Use token credentials i.e. add specific credentials (client_id, client_secret, tenant_id) to the Airflow connection.
Default Connection IDs¶
All hooks and operators related to Microsoft Power BI use powerbi_default
by default.
Configuring the Connection¶
- Client ID
Specify the
client_id
used for the initial connection. This is needed for token credentials authentication mechanism.- Client Secret
Specify the
client_secret
used for the initial connection. This is needed for token credentials authentication mechanism.- Tenant ID
Specify the
tenant_id
used for the initial connection. This is needed for token credentials authentication mechanism.