In Synapse Delta tables are great for ETL because they allow merge statements on parquet files. I was wondering how to use delta table to our advantage for reading the data as well when we load Silver to Gold. is there a way, in Synapse, to read the 'latest' version of each key?
The link below is for an approach for Azure Databricks. I could not get it to work in a PySpark notebook. I was wondering if there is a similar approach for Synapse Delta