mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 21:16:45 +00:00
Added /view to tableau dashboard url (#15031)
This commit is contained in:
parent
a9fc51ec8b
commit
edb9c21bfd
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user