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

Adding store_failures_as #4270

Merged
merged 9 commits into from
Oct 12, 2023
Merged

Adding store_failures_as #4270

merged 9 commits into from
Oct 12, 2023

Conversation

matthewshaver
Copy link
Contributor

What are you changing in this pull request and why?

Closes: #4246

Adding a page for resource config store_failures_as

Checklist

  • Add versioning components, as described in Versioning Docs

  • Add a note to the prerelease version Migration Guide

  • Review the Content style guide and About versioning so my content adheres to these guidelines.

  • Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch."

Adding new pages (delete if not applicable):

  • Add page to website/sidebars.js
  • Provide a unique filename for the new page

@matthewshaver matthewshaver requested a review from a team as a code owner October 12, 2023 15:08
@vercel
Copy link

vercel bot commented Oct 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 12, 2023 10:15pm

@github-actions github-actions bot added content Improvements or additions to content size: medium This change will take up to a week to address Docs team Authored by the Docs team @dbt Labs labels Oct 12, 2023
Copy link
Collaborator

@runleonarun runleonarun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Only one question about default which I think is table, but not sure?


For the `test` resource type, `store_failures_as` is an optional config that specifies how test failures should be stored in the database. If [`store_failures`](/reference/resource-configs/store_failures) is configured, `store_failures_as` takes precedence.

The three supported values are:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where are they stored by default?

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
@matthewshaver matthewshaver merged commit 0eef471 into current Oct 12, 2023
7 checks passed
@matthewshaver matthewshaver deleted the store-failures-as branch October 12, 2023 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content Docs team Authored by the Docs team @dbt Labs size: medium This change will take up to a week to address
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support test results as a view dbt-core PR #8653
2 participants