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

A data engineer runs a statement every day databricks video

data-engineer-associate video for a data engineer runs a statement every day to copy the previous day’s sales into the table transactions. Each day’s sales are

This is a dedicated watch page for a single video.

Full Certification Question

A data engineer runs a statement every day to copy the previous day’s sales into the table transactions. Each day’s sales are in their own file in the location "/transactions/raw". Today, the data engineer runs the following command to complete this task: COPY INTO transactions FROM "/transactions/raw" FILEFORMAT = PARQUET ; After running the command today, the data engineer notices that the number of records in table transactions has not changed. Which of the following describes why the statement might not have copied any new records into the table?