feat: Snowflake integration with PyPI package support - #3
Closed
NormallyGaussian wants to merge 19 commits into
Closed
feat: Snowflake integration with PyPI package support#3NormallyGaussian wants to merge 19 commits into
NormallyGaussian wants to merge 19 commits into
Conversation
When updating an existing secret, gcloud secrets versions add with --data-file=- was called without providing stdin input, causing it to hang indefinitely. Now uses Popen with communicate() to pass the API key via stdin, same as the create case.
…eneric parallel_enrich
- Add CLI support for `parallel-cli enrich deploy --system snowflake` - Use parallel-web-tools from PyPI via Snowflake's artifact repository - Share core enrichment logic with BigQuery/Spark integrations - Add comprehensive error handling (fail on CREATE statement errors) - Simplify codebase with extracted helper functions - Update docs with MFA setup, account identifier formats, troubleshooting
NormallyGaussian
marked this pull request as ready for review
January 24, 2026 07:05
NormallyGaussian
force-pushed
the
fix/secret-stdin-hang
branch
from
January 24, 2026 07:11
44f7e0a to
020eeba
Compare
Author
|
Closing in favor of new PR with clean branch |
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
parallel-cli enrich deploy --system snowflakewith options for account, user, password, MFA, warehouse, roleparallel-web-toolsfrom PyPI via Snowflake's artifact repository (snowflake.snowpark.pypi_shared_repository)enrich_batch) with BigQuery/Spark integrations_build_connection_params,_execute_sql_statements,_check_resource_exists, etc.)Test plan
parallel-cli enrich deploy --system snowflake