
Ultimate access to all questions.
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?
A
The format of the files to be copied were not included with the FORMAT_OPTIONS keyword._
B
The COPY INTO statement requires the table to be refreshed to view the copied rows.
C
The previous day’s file has already been copied into the table.
D
The PARQUET file format does not support COPY INTO.