This is a dedicated watch page for a single video.
Given the following Structured Streaming query ( spark . readStream . format ( "cloudFiles" ) . option ( "cloudFiles.format" , "json" ) . load ( ordersLocation ) . writeStream . option ( "checkpointLocation" , checkpointPath ) . table ( "uncleanedOrders" ) ) Which of the following best describe the purpose of this query in a Medallion Architecture?