We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Affected module Ingestion
Describe the bug Proper Host and Port values are not used when creating a new Power BI connection.
To Reproduce Login to the Openmetadata UI Settings --> Services --> Dashboards Create a new service Input a Client ID, Client Secret, Tenant ID Auth URI: https://login.microsoftonline.us Host and Port: https://app.high.powerbigov.us/home/ Scope: https://analysis.usgovcloudapi.net/powerbi/api/.default Press the Test Connection button. Connection test is successful. Written to the logs from the web pod:
Initializing with Entra authority: https://login.microsoftonline.us/ PowerBi Access Token generated successfully WARNING - Error fetching dashboards: 403 Client Error: Forbidden for url: https://api.powerbi.com/v1.0/myorg/admin/dashboards
Expected behavior URL should not be https://api.powerbi.com/v1.0/myorg/admin/dashboards URL should be https://app.high.powerbigov.us/home/
Version:
openmetadata-ingestion[docker]==XYZ
Additional context Azure AKS GCC High Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected module
Ingestion
Describe the bug
Proper Host and Port values are not used when creating a new Power BI connection.
To Reproduce
Login to the Openmetadata UI
Settings --> Services --> Dashboards
Create a new service
Input a Client ID, Client Secret, Tenant ID
Auth URI: https://login.microsoftonline.us
Host and Port: https://app.high.powerbigov.us/home/
Scope: https://analysis.usgovcloudapi.net/powerbi/api/.default
Press the Test Connection button.
Connection test is successful.
Written to the logs from the web pod:
Initializing with Entra authority: https://login.microsoftonline.us/
PowerBi Access Token generated successfully
WARNING - Error fetching dashboards: 403 Client Error: Forbidden for url: https://api.powerbi.com/v1.0/myorg/admin/dashboards
Expected behavior
URL should not be https://api.powerbi.com/v1.0/myorg/admin/dashboards
URL should be https://app.high.powerbigov.us/home/
Version:
openmetadata-ingestion[docker]==XYZ
]Additional context
Azure AKS
GCC High Environment
The text was updated successfully, but these errors were encountered: