Staging - #200
Open
SebAustin wants to merge 13 commits into
Open
Conversation
fix: enable country table load and schema for Tasty Bytes pipeline
Add GitHub Actions workflow for data environment deployment
Author
|
CI/CD |
Keep JWT-based auth, connection test, and full data/objects deploy steps from fix-missing-data over the password-based staging workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
fix: configure GitHub Actions for JWT auth and complete deploy pipeline
PRIVATE_KEY_RAW in env vars often strips PEM newlines and causes MalformedFraming. Decode SNOWFLAKE_PRIVATE_KEY_B64 to a temp key file and validate with openssl before snow connection test. Co-authored-by: Cursor <cursoragent@cursor.com>
fix: load Snowflake private key from base64 in GitHub Actions
Log decoded key fingerprint and account/user before connection test. Trim base64 secret whitespace and only set passphrase when provided. Co-authored-by: Cursor <cursoragent@cursor.com>
fix: JWT auth diagnostics for GitHub Actions
Trailing whitespace in SNOWFLAKE_USER breaks JWT auth. Normalize all secrets, reject FD17944 locator-only account, and fail fast when the decoded private key fingerprint does not match Snowflake. Co-authored-by: Cursor <cursoragent@cursor.com>
fix: trim secrets and validate JWT fingerprint in CI
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.
No description provided.