A data engineer is responsible for executing a daily operation that involves copying sales data from the previous day into a table named `transactions`. The sales data for each day is stored in separate files located in the directory "/transactions/raw". To perform today’s data copying task, the data engineer runs a specific command. However, after executing the command, the data engineer observes that the number of records in the `transactions` table remains unchanged. Which of the following could explain why the command did not add any new records to the table? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz