@Suteja Kanuri​ 

When I am using ALTER TABLE catalog.schema.tbl1 SET TBLPROPERTIES ('delta.retentionDurationCheck.enabled'='false'); it is throwing the below exception.

AnalysisException: Unknown configuration was specified: delta.retentionDurationCheck.enabled

It is working when I used below query,

ALTER TABLE catalog.schema.tbl1 SET TBLPROPERTIES ('retentionDurationCheck.enabled'='false'); but I think it will not serve the purpose.

Can you please check, what exactly the property should be at cluster level and at table level?