Open 3fonov opened 1 week ago
Hi @3fonov
Thank you for your contribution. The error appears in the first line of the stack trace so most of the time there is no need to scroll until you find it. In addition, and most importantly, we use this stack trace to investigate things on the ClickHouse side, therefore, this suggestion is problematic.
Thanks again, we would love to get your help with other urgent issues.
@BentsiLeviav from my point of view at day to day work i have following output in model with errors:
And for me relevant only upper half of the output. Some times terminal window not so big and actual error hidden behind the fold. So stack trace in 99.9% of times is not relevant to me. Same thing made at dbt-bigquery adapter. Maybe we can introduce env variable HIDE_STACK_TRACE to hide stack trace?
Maybe we can introduce env variable HIDE_STACK_TRACE to hide stack trace
Sounds good. Let's disable it by default.
I'm always frustrated when scrolling throw stack trace to my actual errors in database.
Solution Remove stack trace and keep only database errors.
Before
After