spark.readStream with Azure Synapse. Create delta live tables
Im trying to create a Delta live table with the source data from azure synapse table. I used spark.read() method and ran in DLT pipeline, But the pipeline creates a Materialised view instead of DLT table.