A data engineer has a workflow to copy each day’s sales data into the `transactions` table from individual files stored in the directory `/transactions/raw`. Each file corresponds to a single day's sales. Today, the engineer executed the following command to perform this task. Despite running the command, they observed no change in the number of records in the `transactions` table. What could be the reason for no new records being copied into the table? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz