-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
(explicitly) find the executable before running run_cmd #3134
Conversation
Thanks for this @majidaldo!
@kwigley I'm going to tag you as a reviewer for a second (better-informed) pair of eyes. The proposed change is quite narrow, and I don't think it raises any security implications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 glad this was an easy fix, just asking to update the relevant exception raised but looks good otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops sorry! I meant to request changes
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Majid alDosari.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Majid alDosari.
|
Yes. I created a git.bat to wrap git.exe with |
@majidaldo Thanks for updating! Could you add yourself to the list of Contributors in the Changelog as well? In the CI, it looks like there's a new minor flake8 (style) error:
It also looks like these unit tests ( In the CI runs, I'm seeing error messages like:
Versus the expected error messages on POSIX:
Or Windows:
The latter error messages do seem a bit more specific and helpful. I'm wondering if the |
I'm afraid my 'scope' is to just offer my help for a small fix. I'd really need to dig into the design of dbt to give you a full answer. |
@majidaldo Got it — would you like us to take the code from here? I'm hopeful there's just a little bit of cleanup left. |
Please. That would be the quickest way to improve the code. I hope I pointed out the usefulness of using Thanks for the great work! |
@majidaldo Could you take #3299 for a spin? I think I managed to accomplish the same functional change, while preserving the original error messages. I'd like to confirm with you first, however, before merging! |
Yup!
thanks! |
resolves #3035
Checklist
ran test_system_client.py
CHANGELOG.md
and added information about my change to the "dbt next" section.