docs: update Snowflake fdw 0.2.1 checksum and format Infura fdw checksum#558
Merged
docs: update Snowflake fdw 0.2.1 checksum and format Infura fdw checksum#558
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates documentation for two WASM foreign data wrappers by replacing a placeholder checksum value for Snowflake FDW version 0.2.1 with the actual checksum, updating code examples to reference the new version, and formatting the Infura FDW checksum for consistency.
Changes:
- Updated Snowflake FDW 0.2.1 checksum from "tbd" to the actual SHA256 hash value
- Updated code examples in Snowflake documentation to use version 0.2.1 instead of 0.1.1
- Formatted Infura FDW checksum with backticks for consistency with other documentation
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/catalog/snowflake.md | Updated version 0.2.1 checksum in the version table and upgraded both code examples (with/without Vault) to use version 0.2.1 with correct URL and checksum |
| docs/catalog/infura.md | Added backticks around the checksum value in the version table for consistent markdown formatting |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kiwicopple
approved these changes
Jan 13, 2026
DenisBessa
pushed a commit
to DenisBessa/wrappers
that referenced
this pull request
Mar 12, 2026
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.
What kind of change does this PR introduce?
This PR is to update Snowflake FDW 0.2.1 checksum and format Infura FDW checksum.
What is the current behavior?
Snowflake FDW 0.2.1 was released but the checksum isn't updated in doc.
What is the new behavior?
Snowflake FDW 0.2.1 checksum is updated and Infura FDW checksum is formatted.
Additional context
N/A