Replies: 1 comment 1 reply
-
Connecting OpenMetadata to a Power BI tenant in a GCC-High cloud environment requires specific configurations due to the unique endpoints and authentication mechanisms used in these environments.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can OM connect to a Power BI tenant located in a GCC-High cloud environment?
I've been trying to configure the connection but cannot get it to test successfully. I have setup a service principal in Azure, and I have another metadata management application using it to connect to Power BI and pull tenant info successfully, so I don't believe that is the problem.

Here are my connection settings:
This is the error I get every time:

I am on version 1.5.5.
Here is a snippet from the log:
File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/source/dashboard/dashboard_service.py", line 228, in init
self.client = get_connection(self.service_connection)
File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/source/connections.py", line 54, in get_connection
return get_connection_fn(connection)(connection)
File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/source/dashboard/powerbi/connection.py", line 40, in get_connection
api_client=PowerBiApiClient(connection), file_client=file_client
File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/source/dashboard/powerbi/client.py", line 67, in init
self.auth_token = self.get_auth_token()
File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/source/dashboard/powerbi/client.py", line 97, in get_auth_token
raise InvalidSourceException(
metadata.ingestion.api.steps.InvalidSourceException: Failed to generate the PowerBi access token. Please check provided config
Beta Was this translation helpful? Give feedback.
All reactions