-
Notifications
You must be signed in to change notification settings - Fork 118
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
SNOW-1842464 Fix the stored procedure build break #2703
SNOW-1842464 Fix the stored procedure build break #2703
Conversation
we also need to fix setup.py: https://ci-dev-142.int.snowflakecomputing.com/job/RT-Precommit-Tests/71/console that fix is probably different and needs investigation. |
I'm restarting https://ci-dev-142.int.snowflakecomputing.com/job/PythonStoredProcBuildPrecommitTest/1484/ since the failures could be due to branch name change |
@sfc-gh-oplaton let's update changelog to say we are adding new dependency |
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.
let's update changelog too.
Done. |
Done. |
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-1842464
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Add explicit dependencies on
python-dateutil
tosetup.py
andrecipe/meta.yaml
.