mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-16 21:17:03 +00:00
Merge remote-tracking branch 'origin/1.7.1' into 1.7.1
This commit is contained in:
commit
c85ce8e8ca
@ -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