Forum Discussion

mdoss's avatar
mdoss
Frequent Visitor
1 year ago
Solved

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...
  • mdoss's avatar
    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 = 9
    where ConfigId = 9