LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Engineer - Associate

Databricks Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


Comments

Loading comments...

Question 25

A data engineer has developed a code block to perform a streaming read on a data source. The code block is below:

(spark
 .read
 .schema(schema)
 .format("cloudFiles")
 .option("cloudFiles.format", "json")
 .load(dataSource)
)

The code block is returning an error.

Which of the following changes should be made to the code block to configure the block to successfully perform a streaming read?

Real Exam
Community
LLeetQuiz




Powered ByGPT-5