Databricks Certified Data Engineer Associate — Question 161

A data engineer is managing a data pipeline in Databricks, where multiple Delta tables are used for various transformations. The team wants to track how data flows through the pipeline, including identifying dependencies between Delta tables, notebooks, jobs, and dashboards. The data engineer is utilizing the Unity Catalog lineage feature to monitor this process.

How does Unity Catalog’s data lineage feature support the visualization of relationships between Delta tables, notebooks, jobs, and dashboards?

Answer options

Correct answer: D

Explanation

The correct answer is D because Unity Catalog's lineage feature enables comprehensive visualization of dependencies, including Delta tables, notebooks, jobs, and dashboards, along with column-level tracking of transformations. The other options are incorrect as they either limit the scope of visualization or exclude crucial components like dashboards and jobs.