Skip to content

Commit

Permalink
fixed issue 163
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Nov 3, 2024
1 parent a796339 commit b9249db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def update_direct_lake_partition_entity(
f"{icons.red_dot} The '{tName}' table in the '{dataset}' semantic model has not been updated."
)

tom.model.Tables[tName].Partitions[part_name].EntityName = eName
tom.model.Tables[tName].Partitions[part_name].Source.EntityName = eName
print(
f"{icons.green_dot} The '{tName}' table in the '{dataset}' semantic model has been updated to point to the '{eName}' table."
)
Expand Down

0 comments on commit b9249db

Please sign in to comment.