-
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
RPC: Error handling improvements #1341
RPC: Error handling improvements #1341
Commits on Mar 8, 2019
-
All dbt errors now have proper error codes/messages The raised message at runtime ends up in result.error.data.message The raised message type at runtime ends up in result.error.data.typename result.error.message is a plaintext name for result.error.code dbt.exceptions.Exception.data() becomes result.error.data Collect dbt logs and make them available to requests/responses
Jacob Beck committedMar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 3f948ae - Browse repository at this point
Copy the full SHA 3f948aeView commit details -
PR feedback: QueueMessageType class, remove extra assignments
Jacob Beck committedMar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 7e18128 - Browse repository at this point
Copy the full SHA 7e18128View commit details -
wrap all context-raised exceptions in node info
Fixes "called by <Unknown>"
Jacob Beck committedMar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 6620a3c - Browse repository at this point
Copy the full SHA 6620a3cView commit details -
add NOTICE level logging, make log messages richer types
Jacob Beck committedMar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for d890642 - Browse repository at this point
Copy the full SHA d890642View commit details -
use notice logging for "Found x models, ...", change a couple other l…
…evels
Jacob Beck committedMar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for c86390e - Browse repository at this point
Copy the full SHA c86390eView commit details -
Jacob Beck committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for fbaae2e - Browse repository at this point
Copy the full SHA fbaae2eView commit details -
when encoding json, handle dates and times like datetimes
Jacob Beck committedMar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for fc22cb2 - Browse repository at this point
Copy the full SHA fc22cb2View commit details
Commits on Mar 12, 2019
-
add optional "macros" parameter to dbt rpc calls
Jacob Beck committedMar 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 81426ae - Browse repository at this point
Copy the full SHA 81426aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c09f3 - Browse repository at this point
Copy the full SHA c1c09f3View commit details -
redshift can just change this on you apparently
Jacob Beck committedMar 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 9c8e088 - Browse repository at this point
Copy the full SHA 9c8e088View commit details