From 950c9ba61945d0eb30d11437c6a3734333219949 Mon Sep 17 00:00:00 2001 From: Srikar Duvvuri Date: Fri, 24 Jul 2026 15:49:41 +0530 Subject: [PATCH] Docs: Correct Power BI connection docs operator name The Microsoft Power BI connection documentation referred to PowerBIDatasetOperator, which does not exist in the Microsoft Azure provider. This change replaces it with PowerBIDatasetRefreshOperator, the operator that refreshes a Power BI dataset. --- providers/microsoft/azure/docs/connections/powerbi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/microsoft/azure/docs/connections/powerbi.rst b/providers/microsoft/azure/docs/connections/powerbi.rst index 587b78650d5c8..39691ef887b57 100644 --- a/providers/microsoft/azure/docs/connections/powerbi.rst +++ b/providers/microsoft/azure/docs/connections/powerbi.rst @@ -24,7 +24,7 @@ Microsoft Power BI Connection The Microsoft Power BI connection type enables the Power BI Integrations. -The :class:`~airflow.providers.microsoft.azure.hooks.powerbi.PowerBIHook` and :class:`~airflow.providers.microsoft.azure.operators.powerbi.PowerBIDatasetOperator` requires a connection of type ``powerbi`` to authenticate with the Power BI. +The :class:`~airflow.providers.microsoft.azure.hooks.powerbi.PowerBIHook` and :class:`~airflow.providers.microsoft.azure.operators.powerbi.PowerBIDatasetRefreshOperator` require a connection of type ``powerbi`` to authenticate with the Power BI. Authenticating to Power BI -------------------------------