IsBlindAppend config changes

kiko_roy
Contributor

Hello All

can someone please suggest me how can I change the config IsBlindAppend true from false. I need to do this not for a data table but a custom log table .

Also is there any concern If I toggle the value as standard practices. pls suggest

Lakshay
Databricks Employee
Databricks Employee

Hi,

IsBlindAppend is not a config but an operation metrics that is used in Delta Lake History. The value of this changes based on the type of operation performed on Delta table.

https://docs.databricks.com/en/delta/history.html

View solution in original post

thanks @Lakshay  for the info. It helps

Lakshay
Databricks Employee
Databricks Employee

Happy to help!