AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: Given the following Structured Streaming databricks video

Question 1
« Back   Next data-engineer-associate Certification Question »

Full Certification Question

Given the following Structured Streaming query: ( spark . readStream . table ( "cleanedOrders" ) . groupBy ( "productCategory" ) . agg ( sum ( "totalWithTax" )) . writeStream . option ( "checkpointLocation" , checkpointPath ) . outputMode ( "complete" ) . table ( "aggregatedOrders" ) ) Which of the following best describe the purpose of this query in a Medallion Architecture?