Skip to content
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

vdk-impala: fixed platform error missclasified when running template #944

Merged
merged 4 commits into from
Aug 25, 2022

Conversation

mrMoZ1
Copy link
Contributor

@mrMoZ1 mrMoZ1 commented Aug 19, 2022

what: Fixed a wrongly classified platform error which is supposed to be handled by users. We were throwing the base exception class for this error whereas we should have been throwing a user error. Changed the implementation to use the errors.log_and_rethrow method.

why: Users executing templates were receiving an unhelpfull error message and a data job that terminated in Platform Error due to us throwing the most base Exception class from within the template.

testing: modified existing unit test.

Signed-off-by: Momchil Zhivkov [email protected]

@mrMoZ1 mrMoZ1 enabled auto-merge (squash) August 25, 2022 16:04
@mrMoZ1 mrMoZ1 merged commit aed9576 into main Aug 25, 2022
@mrMoZ1 mrMoZ1 deleted the person/mzhivkov/fix-empty-template branch August 25, 2022 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants