Hi!
I am currently working on the Quiz "Manage Data with Delta Lake" from the course "Data Engineer Learning Plan (Public)". There is the following question and the correct answer.
Q: Which of the following conditions must be met for data to be loaded incrementally with the COPY INTO command? Select three responses.
Correct Answer according to evaluation: [X] The data must be in JSON or CSV format.
This seems not to be correct. The documentation says the format of the source files to load can be one of CSV, JSON, AVRO, ORC, PARQUET, TEXT, BINARYFILE.
Or am I missunderstanding something?