🔥 3-day streak
Databricks Certified Data Engineer Associate15 / 150
Question 15 of 150

A data engineer is configuring an Auto Loader stream to incrementally ingest newly arriving Parquet files from an S3 landing zone into a Delta table. They write the following incomplete code: spark.readStream.format("cloudFiles").option(???).load("s3://landing/events/"). Which option is REQUIRED for Auto Loader to correctly read the incoming files?

Reviewed for accuracy · Report an issueNext question