dbt-Analytics-Engineering Exam Question 116

Your company wants to standardize pull request templates. Which information would be beneficial to include in such a template?
  • dbt-Analytics-Engineering Exam Question 117

    You're experimenting with new transformations. You want to iterate on a model without affecting data in the production warehouse. Which dbt command should you use along with appropriate flags?
  • dbt-Analytics-Engineering Exam Question 118

    (Multiple Select)
  • dbt-Analytics-Engineering Exam Question 119

    You have a dbt macro that generates a list of models to execute dynamically. Which dbt command should you use in conjunction with this macro to actually run those models?
  • dbt-Analytics-Engineering Exam Question 120

    You need to test for consistency between a raw source table and its corresponding dbt model after transformation. This requires comparing many columns for null counts and matching value distributions. Which approach would be most efficient?