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

fix: add snowflake to pipy module names #1422

Merged
merged 1 commit into from
May 20, 2024

Conversation

mscolnick
Copy link
Contributor

No description provided.

Copy link

vercel bot commented May 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2024 8:06pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2024 8:06pm

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @mscolnick - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟡 General issues: 1 issue found
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

@@ -682,6 +682,7 @@ def module_name_to_pypi_name() -> dict[str, str]:
"slugify": "unicode-slugify",
"smarkets": "smk-python-sdk",
"snappy": "ctypes-snappy",
"snowflake": "snowflake-connector-python",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Consider adding a comment for the new entry.

Adding a comment explaining why 'snowflake' maps to 'snowflake-connector-python' could help future maintainers understand the context or reasoning behind this mapping.

Suggested change
"snowflake": "snowflake-connector-python",
# 'snowflake' maps to 'snowflake-connector-python' to specify the exact package for Snowflake's Python connector
"snowflake": "snowflake-connector-python",

@mscolnick mscolnick merged commit 0636baa into main May 20, 2024
8 of 25 checks passed
@mscolnick mscolnick deleted the ms/add-snowflake-to-module-names branch May 20, 2024 20:04
Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.6.1-dev11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant