
Ultimate access to all questions.
A data engineer found an error in a daily table update and attempted to use Delta Lake's time travel feature to revert the table to its state from three days ago. However, the attempt failed because the necessary data files were missing. What could be the reason for the absence of these data files?
A
The HISTORY command was run on the table
B
The OPTIMIZE command was applied to the table
C
The table was cleaned using the VACUUM command
D
The TIME TRAVEL feature was utilized on the table
E
The DELETE HISTORY command was executed on the table