-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Formatted dbt errors #27018
Comments
It's strange and unexpected that you would be encountering a pop-up error like that. What actions are you taking before it appears? Typically when materializing dbt assets there will be a run in Dagster and the formatted dbt logs are available in the run's |
Hi, |
Do you still not see any details if you select the step in the chart first? |
Yes, this tab is always blank. I think it's due to the way dagster is set up. Anyway, I guess technically that is another issue. |
Yeah it's not typical for dbt CLI logs to be shown in the error as for you- typically our stack trace will refer to look in |
What's the use case?
If a dbt run fails I want to easily read the error.
The current error message is unformatted - it misses newlines as shown in the screenshot.
Ideas of implementation
Add the newlines to the error messages as you would see when running dbt in a command line.
+1 if we could get some highlighting on the actual error :D
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: