Databricks Certified Data Engineer - Associate

Databricks Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


Given the following Structured Streaming query:

spark.readStream
    .table("orders")
    .writeStream
    .option("checkpointLocation", checkpointPath)
    .table("Output_Table")

Which of the following describes the trigger interval for this query?