I don't know how to create a checkpoint for DeltaLake in Azure Databricks for a past version.
I tried to access the "DeltaLog" object without success to execute that:
DeltaLog.forTable(spark,dataPath).checkpoint()
I would like to create checkpoints for an older version.