ā02-18-2023 11:43 AM
Hi team
Log files are not getting deleted automatically after logRetentionDuration internal from delta log folder and after analysis , I see checkpoint files are not getting created after 10 commits .
Below table properties using
spark.sql( f"""
ALTER TABLE Table_name
SET TBLPROPERTIES (
delta.logRetentionDuration = 'interval 1 hours',
delta.deletedFileRetentionDuration = 'interval 1 hours',
delta.checkpointRetentionDuration = '1 hours'
)
"""
No checkpoint.parquet file getting generated in delta log
ā02-20-2023 03:40 AM
Hi @vinay kumarā , Could you please run "SHOW TBLPROPERTIES <table name>" command and attach a screenshot here?
ā02-20-2023 04:04 AM
ā02-20-2023 04:16 AM
Hi @vinay kumarā , could you please answer the below questions as well
ā02-20-2023 04:19 AM
ā02-20-2023 04:48 AM
Hi @vinay kumarā , It is difficult to tell what is causing this issue. I advise you to raise a support case with us to have a closer look. You can raise a support case using the link: https://help.databricks.com/
ā04-21-2023 02:26 AM
Hi @vinay kumarā
Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.
We'd love to hear from you.
Thanks!
ā11-04-2025 06:23 AM
Any body get any solution?
ā12-21-2025 04:51 AM
Same question.
ā12-22-2025 01:20 AM
Hello @alex421 , could you post a new question with the table details and also provide the output of desc history in CSV format and also the files present in the delta log. I need to check the details and answer