
Explanation:
Databricks retains job run history for 60 days, during which users can export notebook run results to formats like HTML. This is accurately reflected in option C. Options A and B are incorrect because they suggest indefinite retention or a 30-day retention period, respectively, which do not match Databricks' policy. Option D is incorrect because it mentions archiving after 60 days, whereas the logs are actually deleted after this period.
What is the retention period for job run history?
A
It is retained until you export or delete job run logs
B
It is retained for 30 days, during which time you can deliver job run logs to DBFS or S3
C
It is retained for 60 days, during which you can export notebook run results to HTML
D
It is retained for 60 days, after which logs are archived
No comments yet.