chore: remove unused @crowd/snowflake deps - #4493
Merged
Merged
Conversation
@crowd/snowflake deps
Contributor
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
Contributor
There was a problem hiding this comment.
Pull request overview
Removes unused Snowflake dependencies to prevent unrelated services from loading the Snowflake/AWS SDK stack.
Changes:
- Removes
@crowd/snowflakefrom four package manifests. - Synchronizes the pnpm lockfile importers.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
backend/package.json |
Removes unused dependency. |
services/apps/cron_service/package.json |
Removes unused dependency. |
services/apps/script_executor_worker/package.json |
Removes unused dependency. |
services/libs/integrations/package.json |
Removes unused dependency. |
pnpm-lock.yaml |
Updates affected workspace importers. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
skwowet
force-pushed
the
chore/cm-1280-remove-unused-snowflake-deps
branch
from
August 20, 2026 10:20
b2427de to
12456ef
Compare
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.
Summary
@crowd/snowflakeis only imported bysnowflake-connectorsandpcc-sync-worker. Four other packages listed it as a dependency without using it.snowflake-sdk 3 loads the AWS SDK on import and requires
AWS_REGION. Leaving unused deps in place means those services would pull the driver (and that AWS requirement) for no reason.Changes
@crowd/snowflakefrombackend,cron_service,script_executor_worker, and@crowd/integrationspnpm-lock.yaml