Can we use Synapse serverless pool (Built-in) to query a delta file's previous version?
I am keen to a SQL statement similar to what we do in Databricks:
select * from delta.`/my_dir` version as of 2
Does the OPENROWSET support support a "version selection" option?
If not possible, does registering the delta table to an external managed table helps?