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

A data engineer has the following query in databricks video

data-engineer-associate video for a data engineer has the following query in a Delta Live Tables pipeline: CREATE STREAMING LIVE TABLE sales_silver AS SELECT

This is a dedicated watch page for a single video.

Full Certification Question

A data engineer has the following query in a Delta Live Tables pipeline: CREATE STREAMING LIVE TABLE sales_silver AS SELECT store_id, total + tax AS total_after_tax FROM LIVE.sales_bronze The pipeline is failing to start due to an error in this query. Which of the following changes should be made to this query to successfully start the DLT pipeline?