Yatharth Maheshwari
01/05/2023, 7:29 AMspark.sql(s"ALTER TABLE default.dpm_delta SET TBLPROPERTIES (delta.logRetentionDuration = 'interval 60 days') ")
Nick Karpov
01/05/2023, 8:05 PMHow can I check the default table properties ?
logRetention
(and many others configs) are not necessarily stored in the table metadata itself as default values. In this case specifically, logRetention
default value is defined by the implementation (see DeltaConfig) when not explicitly stored in the table metadata