Video upload date:  · Duration: PT1H46M27S  · Language: EN

Given the following Structured Streaming databricks video

data-engineer-associate video for given the following Structured Streaming query: (spark.table(“orders“) .withColumn(“total_after_tax“, col(“total“)+col(“tax“))

This is a dedicated watch page for a single video.

Full Certification Question

Given the following Structured Streaming query: (spark.table(“orders“) .withColumn(“total_after_tax“, col(“total“)+col(“tax“)) .writeStream .option(“checkpointLocation“, checkpointPath) .outputMode(“append“) .___________ .table(“new_orders“) ) Fill in the blank to make the query executes multiple micro-batches to process all available data, then stops the trigger.