mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-18 21:42:27 +00:00
pbi dashboard sourceurl fix (#21026)
This commit is contained in:
parent
1399da65e2
commit
970f6fbc0b
@ -287,7 +287,7 @@ class PowerbiSource(DashboardServiceSource):
|
||||
"""
|
||||
return (
|
||||
f"{clean_uri(self.service_connection.hostPort)}/groups/"
|
||||
f"{workspace_id}/dashboards/{dashboard_id}"
|
||||
f"{workspace_id}/dashboards/{dashboard_id}?experience=power-bi"
|
||||
)
|
||||
|
||||
def _get_report_url(self, workspace_id: str, dashboard_id: str) -> str:
|
||||
|
Loading…
x
Reference in New Issue
Block a user