GitHub user morelgeorge created a discussion: apache-airflow-providers-microsoft-azure wrong Request URL
Dear all, I need help with an [apache-airflow-providers-microsoft-azure Power BI Operator](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/operators/powerbi.html) operator. I want to get the list of Power BI workspaces under Service Principal account. We are running apache-airflow-providers-microsoft-azure (v. 12.10.1) on Airflow 3.1.3. We are unable to run this operator due to an error below: `[2026-01-14 08:39:18] INFO - trigger example_powerbi_dataset_list_v2/manual__2026-01-14T07:39:14+00:00/get_powerbi_workspace_list/-1/1 (ID 50) starting loc=triggerer_job_runner.py:1110 [2026-01-14 08:39:18] INFO - Executing url 'myorg/groups' as 'GET' source=airflow.task.hooks.airflow.providers.microsoft.azure.hooks.powerbi.PowerBIHook loc=msgraph.py:499 [2026-01-14 08:39:18] INFO - trigger completed name=example_powerbi_dataset_list_v2/manual__2026-01-14T07:39:14+00:00/get_powerbi_workspace_list/-1/1 (ID 50) loc=triggerer_job_runner.py:1134 [2026-01-14 08:39:19] ERROR - Trigger example_powerbi_dataset_list_v2/manual__2026-01-14T07:39:14+00:00/get_powerbi_workspace_list/-1/1 (ID 50) exited with error Request URL is missing an 'http://' or 'https://' protocol. loc=triggerer_job_runner.py:1007` Based on this log message it is using standard API request 'myorg/groups' but the error is saying that 'Request URL is missing an 'http://' or 'https://' protocol'. We are using standard Power BI Airflow connection where the Client ID, Secret ID and Tenant ID are filled. No other options are set. Could you please help me what could be the root cause of the error? Thank you very much for any help! GitHub link: https://github.com/apache/airflow/discussions/60504 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
