Databricks to read from ORC file and upsert data to Delta table using PySpark readStream and writeStream
Objective: With the orc file created from the Delta table in the post, now we will read that orc file and upsert the Delta table score (which has the same schema as the student table mentioned in that post). Initial setup Create the database %sql c...