Question 193 of 307
Single answerYou are building an ELT solution in BigQuery by using Dataform. You need to perform uniqueness and null value checks on your final tables. What should you do to efficiently integrate these checks into your pipeline?
ABuild BigQuery user-defined functions (UDFs).
BCreate Dataplex data quality tasks.
✓CBuild Dataform assertions into your code.
DWrite a Spark-based stored procedure.
✓
Correct Answer: C
Build Dataform assertions into your code.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.