snowflake_fdw_v0.1.0
·
210 commits
to main
since this release
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