Forum Discussion
mdoss
1 year agoFrequent Visitor
Reading shortcut table from notebook erroring DELTA_FEATURES_PROTOCOL_METADATA_MISMATCH
I have a data warehouse table and have a shortcut in Lakehouse to read from it. This setup works perfectly in my development workspace. However, after deploying it to production, I noticed that the s...
- 1 year ago
I fixed this issue by updating a row in data warehouse table. This doesn't make sense and not sure why this is necessary.
update dbo.ConfigETL
set ConfigId = 9where ConfigId = 9
mdoss
1 year agoFrequent Visitor
I fixed this issue by updating a row in data warehouse table. This doesn't make sense and not sure why this is necessary.
update dbo.ConfigETL
set ConfigId = 9
where ConfigId = 9