Fix/snowflake warehouse set#25
Merged
Abhishek Patil (abhishek-pattern) merged 6 commits intoMay 12, 2026
Merged
Conversation
… to 0.4.2 Passing warehouse in Snowflake connection parameters silently fails to set it. Switched to executing USE WAREHOUSE as a raw query after connection is established. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot started reviewing on behalf of
Abhishek Patil (abhishek-pattern)
May 11, 2026 10:22
View session
There was a problem hiding this comment.
Pull request overview
This PR updates the Snowflake connection helper to ensure the intended warehouse is set (working around Metaflow/Snowflake integration behavior) and bumps the package version to 0.4.2.
Changes:
- Bump project/package version from
0.4.1to0.4.2(pyproject.toml,uv.lock). - Change Snowflake connection initialization to set the warehouse via an explicit
USE WAREHOUSE ...statement.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
src/ds_platform_utils/metaflow/snowflake_connection.py |
Removes passing warehouse to Snowflake(...) and instead sets it post-connection via SQL. |
pyproject.toml |
Bumps project version to 0.4.2. |
uv.lock |
Updates locked editable package version to 0.4.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Vinay Shende (vinay79n)
approved these changes
May 11, 2026
Contributor
Vinay Shende (vinay79n)
left a comment
There was a problem hiding this comment.
Looks Good ✅
Vinay Shende (vinay79n)
approved these changes
May 11, 2026
Contributor
Vinay Shende (vinay79n)
left a comment
There was a problem hiding this comment.
Looks Good ✅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://pattern.clickup.com/t/2323726/DS-2434