docs(lstk): migrate Snowflake CI page from localstack CLI to lstk - #880
Open
peter-smith-phd wants to merge 1 commit into
Open
docs(lstk): migrate Snowflake CI page from localstack CLI to lstk#880peter-smith-phd wants to merge 1 commit into
peter-smith-phd wants to merge 1 commit into
Conversation
Replace the `localstack` CLI commands in the Snowflake continuous integration guide with their `lstk` equivalents: - `pip install localstack` -> `npm install -g @localstack/lstk` - `localstack start --stack snowflake -d` -> `lstk start --type snowflake --non-interactive` - `localstack wait -t 15` -> `--timeout 90s` on `start`; `lstk start` blocks on a container health poll and has no detach flag, so a separate wait step is no longer needed - drop the explicit `docker pull`, since `lstk` pulls the image itself Also fix a pre-existing bug in the GitHub Actions example, where `run:` without a block scalar meant only the first line ever executed, and adjust the per-provider setup steps (drop the CircleCI python orb, swap the GitLab python toolchain for nodejs/npm). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Deploying localstack-docs with
|
| Latest commit: |
283d01b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d28fad9e.localstack-docs.pages.dev |
| Branch Preview URL: | https://pro-339-continuous-integrati.localstack-docs.pages.dev |
peter-smith-phd
marked this pull request as ready for review
August 20, 2026 22:33
peter-smith-phd
requested review from
HarshCasper,
quetzalliwrites and
remotesynth
as code owners
August 20, 2026 22:33
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
As requested by @mmaureenliu , I've migrated the Snowflake Continuous Integration page to use
lstk. This is for the GitHub Actions, GitLab CI, and CircleCI systems, based on the work I did for the AWS CI-Pipelines section. Note that I was only able to fully test the GitHub Actions code snippets, as I don't currently have an account on GitLab or CircleCI.@quetzalliwrites Please note that this PR is incorrectly based off
aws-docs-release-august, since I couldn't find asnowflake-docs-release-augustbranch.Completes PRO-339