You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"user exceptions": parsing exceptions, compilation exceptions, etc (caused by user project configuration issues)
"internal exceptions": DbtInternalError, or any unhandled, non-DbtBaseException exception
This epic organizes several sub-issues that recategorize existing thrown exceptions into more accurate buckets. For example, if an exception was previously marked as an internal exception, but is actually likely caused by user configuration, it should be a user exception instead.
The content you are editing has changed. Please copy your edits and refresh the page.
Broadly speaking, there are 3 major top-level exception types that dbt raises:
DbtBaseException
exceptionThis epic organizes several sub-issues that recategorize existing thrown exceptions into more accurate buckets. For example, if an exception was previously marked as an internal exception, but is actually likely caused by user configuration, it should be a user exception instead.
Miscategorized Exceptions
run operation
should raise user exception (UndefinedMacroError) #11192The text was updated successfully, but these errors were encountered: