Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 11:30 PM
@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?