cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

IsBlindAppend config changes

kiko_roy
New Contributor III

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

1 ACCEPTED SOLUTION

Accepted Solutions

Lakshay
Esteemed Contributor
Esteemed Contributor

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

3 REPLIES 3

Lakshay
Esteemed Contributor
Esteemed Contributor

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

kiko_roy
New Contributor III

thanks @Lakshay  for the info. It helps

Lakshay
Esteemed Contributor
Esteemed Contributor

Happy to help!