Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect the limit config when storing test failures #376

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Explain why the SQL query for the data test materialization is altere…
…d when storing failures -- to avoid re-computing
  • Loading branch information
dbeatty10 committed Dec 6, 2024
commit dc224be67afc6618f4741617e5aa73c7eeadb7ca
Original file line number Diff line number Diff line change
@@ -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 }}