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

Câu 32: Databricks Certified Data Engineer Professional

A nightly job ingests data into a Delta Lake table using the following code: The next step in the pipeline requires a function that returns an object that can be used to manipulate new records that have not yet been processed to the next table in the pipeline. Which code snippet completes this function definition?def…

Nội dung câu hỏi

A nightly job ingests data into a Delta Lake table using the following code: The next step in the pipeline requires a function that returns an object that can be used to manipulate new records that have not yet been processed to the next table in the pipeline. Which code snippet completes this function definition?def new_records():

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. return spark.readStream.table("bronze") — đáp án hiện tại
  2. B. return spark.readStream.load("bronze")
  3. C. Lựa chọn C bằng hình ảnhLựa chọn C
  4. D. return spark.read.option("readChangeFeed", "true").table ("bronze")
  5. E. Lựa chọn E bằng hình ảnhLựa chọn E

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ề