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
AdapterResponse is returning the successful status of SQL execution to the statement and run_query macro but when a query is failed due to database error, the status is not returned to dbt macros. Is it possible to enhance this python script to return the status of the SQL query regardless of success or failed status?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
dbt-core/core/dbt/adapters/base/impl.py
Line 230 in 75f3e8c
AdapterResponse is returning the successful status of SQL execution to the statement and run_query macro but when a query is failed due to database error, the status is not returned to dbt macros. Is it possible to enhance this python script to return the status of the SQL query regardless of success or failed status?
Beta Was this translation helpful? Give feedback.
All reactions