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

Video: Given the following Structured Streaming databricks video

Question 1 Be Honest
« Back   Next data-engineer-associate Certification Question »
Answer

Full Certification Question

Given the following Structured Streaming query: ( spark . readStream . table ( "orders" ) . writeStream . option ( "checkpointLocation" , checkpointPath ) . table ( "Output_Table" ) ) Which of the following is the trigger Interval for this query ?