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
It seems that during the upgrade to dbt 1.4 the code was refactored to use the new dbt exceptions where in once instance the exception is being constructed but not being raised:
dbt.exceptions.CompilationError(
f'Expected only one schema in _get_one_catalog() for Teradata adapter, found 'f'{schemas}'
)
Describe the bug
It seems that during the upgrade to dbt 1.4 the code was refactored to use the new dbt exceptions where in once instance the exception is being constructed but not being raised:
https://github.com/Teradata/dbt-teradata/blob/6ea3ece25130eec7dfea5c4e72a2d9e1f9dc4b29/dbt/adapters/teradata/impl.py#L172C1-L175
Steps To Reproduce
Expected behavior
The exception should be raised using the
raise
keyword:Screenshots and log output
Additional context
The text was updated successfully, but these errors were encountered: