Forum Discussion
aarongiust
2 years agoFrequent Visitor
Cannot delete from lakehouse table
I am aware of the fact that you have to use a notebook to delete rows from a lakehouse table but every method I have used gives me the same error. I have tried Spark SQL and two methods using Python ...
govindarajan_d
Super User
2 years agoHi aarongiust ,
Can you try the below on your table and then see if it works out?
ALTER TABLE <table-identifier> SET TBLPROPERTIES('delta.minReaderVersion' = '1', 'delta.minWriterVersion' = '2')
Anonymous
2 years agoNot applicable
Hello aarongiust ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .
In case if you have any resolution please do share that same with the community as it can be helpful to others .
Otherwise, will respond back with the more details and we will try to help .
- Anonymous2 years agoNot applicable
Hi aarongiust ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others. Otherwise, will respond back with the more details and we will try to help .