Given the following Structured Streaming databricks video

 ·  PT1H46M27S  ·  EN

data-engineer-associate video for given the following Structured Streaming query ( spark . readStream . format ( "cloudFiles" ) . option ( "cloudFiles.format" ,

Full Certification Question

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?