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

feat(snowflake)!: move snowflake to the @sequelize/snowflake package #17207

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

lohart13
Copy link
Contributor

Goal of the PR

Related issue: #13722
Related PR: #17190

This PR moves the Snowflake Dialect to the @sequelize/snowflake package.

Relevant impacts

  • This package pre-installs the necessary snowflake-specific dependency snowflake. Users won't need to install the additional packages anymore. This gives us control over which version we support.
  • Unlike the postgres package, this package does not have unit tests yet. Once we add those, the script should be added to the package package.json and CI.

Other changes

Breaking changes

  • Instead of installing snowflake-sdk users need to install @sequelize/snowflake.

@lohart13 lohart13 requested a review from a team as a code owner March 26, 2024 04:41
@lohart13 lohart13 requested review from ephys and WikiRik March 26, 2024 04:41
@lohart13 lohart13 changed the title feat(snowflake)!: separate snowflake dialect feat(snowflake)!: move snowflake to the @sequelize/snowflake package Mar 26, 2024
packages/snowflake/package.json Outdated Show resolved Hide resolved
packages/snowflake/package.json Outdated Show resolved Hide resolved
@WikiRik WikiRik merged commit 54f1e18 into sequelize:main Mar 27, 2024
49 checks passed
@WikiRik
Copy link
Member

WikiRik commented Mar 27, 2024

@lohart13 Thanks again for all the work you've put in for sequelize in general and for getting these dialects extracted!

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

2 participants