microsoft / semantic-link-labs

Early access to new features for Microsoft Fabric's Semantic Link.
MIT License
178 stars 37 forks source link

Error while using update_direct_lake_partition_entity() Function! #37

Open cvlmonica opened 4 months ago

cvlmonica commented 4 months ago

In import mode I had spaces in the table names and as lakehouse we have removed them to map it we can use this function update_direct_lake_partition_entity()! so I tried but got the below error!

image

I have also tried changing the partition names manually in tabular editor but still while I am doing the refresh it says the below error: image

Any alternative way to map the lakehouse tables to semantic model!?

m-kovalsky commented 2 months ago

It looks like there is a data type issue with one of the columns in one of your tables. Check the data types between the columns in the delta table in the lakehouse and the columns in the table in the semantic model.

m-kovalsky commented 4 days ago

Are you still experiencing this issue with the latest version?