Skip to content

Commit

Permalink
Explain why the SQL query for the data test materialization is altere…
Browse files Browse the repository at this point in the history
…d when storing failures -- to avoid re-computing
  • Loading branch information
dbeatty10 committed Dec 6, 2024
1 parent 4a647bb commit dc224be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

{% do relations.append(target_relation) %}

{# Since the test failures have already been saved to the database, reuse that result rather than querying again #}
{% set main_sql %}
select *
from {{ target_relation }}
Expand Down

0 comments on commit dc224be

Please sign in to comment.