Skip to content

Commit

Permalink
Fix Arg for qliksense (#16626)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-shah committed Jun 13, 2024
1 parent d2c2317 commit 90d9ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def yield_dashboard_lineage_details(
)
for datamodel in self.data_models or []:
try:
data_model_entity = self._get_datamodel(datamodel=datamodel.id)
data_model_entity = self._get_datamodel(datamodel_id=datamodel.id)
if data_model_entity:
om_table = self._get_database_table(
db_service_entity, datamodel=datamodel
Expand Down

0 comments on commit 90d9ef6

Please sign in to comment.