Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you ensure data reproducibility for complex analytical queries executed against a Delta Lake table by leveraging Delta Lake's versioning capabilities in Databricks?
A
Implement custom versioning logic in your application code to track changes in Delta tables.
B
Use the VERSION AS OF clause in your Delta Lake queries to specify the table version.
C
Rely on MLflow to manage data versions alongside model versions.
D
Create a separate Delta Lake table for each version of the data manually.