I am currently doing some use case testing. I have to CLONE delta table with CDF enabled to a different S3 bucket. Deep clone doesn't meet the requirement. So I tried to copy the files using dbutils.fs.cp, it is copying all the versions but the timestamp is getting changed.
Is there any work around to retain the timestamp as well while copying / migrating delta table.
Appreciate your valuable suggestions