Databricks Certified Data Engineer Professional — Question 173

A team of data engineers are adding tables to a DLT pipeline that contain repetitive expectations for many of the same data quality checks. One member of the team suggests reusing these data quality rules across all tables defined for this pipeline.

What approach would allow them to do this?

Answer options

Correct answer: D

Explanation

Option D is correct because it allows the reuse of data quality rules across multiple tables by storing them in a Delta table that is not tied to a specific schema, making them accessible through the pipeline parameter. Options A and B do not provide a scalable way to share rules across tables, while option C, although useful, does not offer the same integration and flexibility as using a Delta table.