Closed burmecia closed 1 month ago
This PR is to rewrite Notion FDW to Wasm FDW.
The current Notion FDW is a native FDW. It was developed for POC purpose and is only support reading User object.
User
The Notion FDW is rewritten to a Wasm FDW and added support for more objects like Database, Block and Page.
Database
Block
Page
The FDW package checksum in the docs cannot be retrieved for now, will fill it when we do a release later on.
What kind of change does this PR introduce?
This PR is to rewrite Notion FDW to Wasm FDW.
What is the current behavior?
The current Notion FDW is a native FDW. It was developed for POC purpose and is only support reading
User
object.What is the new behavior?
The Notion FDW is rewritten to a Wasm FDW and added support for more objects like
Database
,Block
andPage
.Additional context
The FDW package checksum in the docs cannot be retrieved for now, will fill it when we do a release later on.