Added owner to tableau datamodel (#16986)

This commit is contained in:
Onkar Ravgan 2024-07-11 10:21:37 +05:30 committed by GitHub
parent d6fa02d8da
commit c3cc1a5e5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,6 +204,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),
)
yield Either(right=data_model_request)
self.register_record_datamodel(datamodel_request=data_model_request)