Skip to content

Commit

Permalink
Merge branch 'm-kovalsky/issue163'
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Nov 4, 2024
2 parents 0061f78 + b9249db commit 1ba69d7
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 1ba69d7

Please sign in to comment.