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

Error statuses from dbt Cloud requests should not crash transformation tab in cloud build #20441

Closed
ambirdsall opened this issue Dec 13, 2022 · 0 comments · Fixed by #20616
Closed
Assignees
Labels

Comments

@ambirdsall
Copy link
Contributor

The backend forwards any not-specifically-caught error responses from dbt Cloud to the frontend; at present, these error statuses get propagated right up to the default page-wide error boundary. Since we don't control the source of these errors, we should wrap the dbt cloud transformation card component in its own error boundary, so a dbt Cloud outage or misconfigured integration doesn't prevent users from doing other transformation management.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants