MINOR: pbi source url fix (#24058)

This commit is contained in:
harshsoni2024 2025-10-29 16:33:05 +05:30 committed by GitHub
parent 34adc96fea
commit 9f5f8d5c13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -315,7 +315,7 @@ class PowerbiSource(DashboardServiceSource):
"""
return (
f"{clean_uri(self.service_connection.hostPort)}/groups/"
f"{workspace_id}/datasets/{dataset_id}?experience=power-bi"
f"{workspace_id}/datasets/{dataset_id}/details?experience=power-bi"
)
def _get_dataflow_url(self, workspace_id: str, dataflow_id: str) -> str: