Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following is not a feature of Auto Loader in Databricks?
A
Auto Loader can detect schema drifts, notify you when schema changes happen, and rescue data that would have been otherwise ignored or lost.
B
Auto Loader provides a SQL warehouse which is a compute resource that lets you run SQL commands on data objects within Databricks SQL.
C
Auto Loader incrementally and efficiently processes new data files as they arrive in cloud storage. It can be used to process billions of files to migrate or backfill a table.
D
Auto Loader's file notification mode can help reduce your cloud costs further by avoiding directory listing altogether. It can automatically set up file notification services on storage to make file discovery much cheaper.
E
Auto Loader can resume from where it left off by information stored in the checkpoint location and continue to provide exactly-once guarantees when writing data into Delta Lake in case of any failures.