Skip to content

snowflake_fdw_v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 13:49
· 210 commits to main since this release
44c30f4

New Feature: Snowflake Foreign Data Wrapper

We're excited to introduce our new Snowflake Foreign Data Wrapper, enabling seamless integration between your Postgres database and Snowflake. Key features include:

  • Direct querying of Snowflake data without data movement
  • Support both data read and write
  • Automatic query pushdown for improved performance
  • Wasm based foreign data wrapper

PR: add wasm fdw framework with snowflake and paddle fdw by @burmecia in #280