You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last week @jeancochrane found a duplicate PIN in one of our model tables (I believe model.assessment_pin). I'm not sure how that snuck in there, but we should take steps to catch such issues in the future.
Let's add dbt data integrity tests to each of the model database sources. We can trigger the tests as part of the weekly cron job and/or via an API call after the completion of a model run (similar to the one called via service-spark-iasworld). We'll mostly want to test for null values and uniqueness.
The text was updated successfully, but these errors were encountered:
Last week @jeancochrane found a duplicate PIN in one of our
model
tables (I believemodel.assessment_pin
). I'm not sure how that snuck in there, but we should take steps to catch such issues in the future.Let's add dbt data integrity tests to each of the
model
database sources. We can trigger the tests as part of the weekly cron job and/or via an API call after the completion of a model run (similar to the one called via service-spark-iasworld). We'll mostly want to test for null values and uniqueness.The text was updated successfully, but these errors were encountered: