Added /view to tableau dashboard url (#15031)

This commit is contained in:
Onkar Ravgan 2024-02-05 20:18:02 +05:30 committed by GitHub
parent a9fc51ec8b
commit edb9c21bfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ class TableauSource(DashboardServiceSource):
try:
dashboard_url = (
f"{clean_uri(str(self.config.serviceConnection.__root__.config.hostPort))}"
f"/#{urlparse(dashboard_details.webpageUrl).fragment}"
f"/#{urlparse(dashboard_details.webpageUrl).fragment}/views"
)
dashboard_request = CreateDashboardRequest(
name=dashboard_details.id,

View File

@ -115,7 +115,7 @@ EXPECTED_DASHBOARD = [
name="42a5b706-739d-4d62-94a2-faedf33950a5",
displayName="Regional",
description="tableau dashboard description",
sourceUrl="http://tableauHost.com/#/site/hidarsite/workbooks/897790",
sourceUrl="http://tableauHost.com/#/site/hidarsite/workbooks/897790/views",
charts=[],
tags=[],
owner=None,