mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 06:28:03 +00:00
fixed tableau owner and e2e counts (#17266)
This commit is contained in:
parent
2a854f90e1
commit
7272281cf0
@ -209,7 +209,7 @@ class TableauSource(DashboardServiceSource):
|
||||
serviceType=DashboardServiceType.Tableau.value,
|
||||
columns=self.get_column_info(data_model),
|
||||
sql=self._get_datamodel_sql_query(data_model=data_model),
|
||||
owner=self.get_owner_ref(dashboard_details=dashboard_details),
|
||||
owners=self.get_owner_ref(dashboard_details=dashboard_details),
|
||||
)
|
||||
yield Either(right=data_model_request)
|
||||
self.register_record_datamodel(datamodel_request=data_model_request)
|
||||
|
@ -64,16 +64,16 @@ class TableauCliTest(CliCommonDashboard.TestSuite):
|
||||
return 1
|
||||
|
||||
def expected_datamodel_lineage(self) -> int:
|
||||
return 5
|
||||
return 6
|
||||
|
||||
def expected_datamodels(self) -> int:
|
||||
return 5
|
||||
return 6
|
||||
|
||||
def expected_filtered_mix(self) -> int:
|
||||
return 2
|
||||
|
||||
def expected_filtered_sink_mix(self) -> int:
|
||||
return 13
|
||||
return 14
|
||||
|
||||
def expected_dashboards_and_charts_after_patch(self) -> int:
|
||||
return 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user