mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-27 09:55:36 +00:00
Fixed quicksight conn (#16537)
This commit is contained in:
parent
0106963e7e
commit
e9ec4367ee
@ -129,11 +129,11 @@ class QuicksightSource(DashboardServiceSource):
|
|||||||
"""
|
"""
|
||||||
return dashboard.Name
|
return dashboard.Name
|
||||||
|
|
||||||
def get_dashboard_details(self, dashboard: dict) -> DashboardDetail:
|
def get_dashboard_details(self, dashboard: DashboardDetail) -> DashboardDetail:
|
||||||
"""
|
"""
|
||||||
Get Dashboard Details
|
Get Dashboard Details
|
||||||
"""
|
"""
|
||||||
return DashboardDetail(**dashboard)
|
return dashboard
|
||||||
|
|
||||||
def yield_dashboard(
|
def yield_dashboard(
|
||||||
self, dashboard_details: DashboardDetail
|
self, dashboard_details: DashboardDetail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user