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

A data engineer has been asked to develop a databricks video

data-engineer-professional video for a data engineer has been asked to develop a nightly batch job for workforce productivity analytics. The job will process

This is a dedicated watch page for a single video.

Full Certification Question

A data engineer has been asked to develop a nightly batch job for workforce productivity analytics. The job will process events of employees productivity of the previous day, and store the performance of each employee in the Delta table “employees_performance“. The table has the following schema: "date DATE, employee_id STRING, rating DOUBLE" The data engineering team wants data to be stored in the table with the ability to compare employees' performance across time. Which of the following code blocks accomplishes this task ?