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

dbt retry will only work if dbt can parse the project and generate a manifest #6661

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

dbeatty10
Copy link
Contributor

@dbeatty10 dbeatty10 commented Dec 13, 2024

resolves #5964

What are you changing in this pull request and why?

Per dbt-labs/dbt-core#10590 (comment), dbt retry will only work if dbt can successfully parse the project and generate a manifest (i.e., a dbt parse should indicate if a project can be dbt retry'd or not).

Checklist


🚀 Deployment available! Here are the direct links to the updated files:

Copy link

vercel bot commented Dec 13, 2024

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

Name Status Preview Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview Dec 13, 2024 9:51am

@github-actions github-actions bot added content Improvements or additions to content size: x-small This change will take under 3 hours to fix. labels Dec 13, 2024
@dbeatty10 dbeatty10 marked this pull request as ready for review December 13, 2024 00:46
@dbeatty10 dbeatty10 requested a review from a team as a code owner December 13, 2024 00:46
Copy link
Contributor

@mirnawong1 mirnawong1 left a comment

Choose a reason for hiding this comment

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

thanks @dbeatty10 ! cc @reubenmc

@mirnawong1 mirnawong1 enabled auto-merge December 13, 2024 09:48
@mirnawong1 mirnawong1 merged commit a4136f5 into current Dec 13, 2024
9 checks passed
@mirnawong1 mirnawong1 deleted the dbeatty10-patch-2 branch December 13, 2024 09:51
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 size: x-small This change will take under 3 hours to fix.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Core] Retry depends on being able to successfully parse
2 participants