CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 42: Databricks Certified Data Engineer Associate

A data engineer is using the following code block as part of a batch ingestion pipeline to read from a composable table: Which of the following changes needs to be made so this code block will work when the transactions table is a stream source?

Nội dung câu hỏi

A data engineer is using the following code block as part of a batch ingestion pipeline to read from a composable table: Which of the following changes needs to be made so this code block will work when the transactions table is a stream source?

Minh họa câu hỏi

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Replace predict with a stream-friendly prediction function
  2. B. Replace schema(schema) with option ("maxFilesPerTrigger", 1)
  3. C. Replace "transactions" with the path to the location of the Delta table
  4. D. Replace format("delta") with format("stream")
  5. E. Replace spark.read with spark.readStream — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề