Skip to content

Commit

Permalink
docs(wasm): upgrade Notion Wasm FDW v0.1.1 checksum (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia authored Feb 10, 2025
1 parent 1d7991d commit 9bfebe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/catalog/notion.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Notion Wrapper is a WebAssembly(Wasm) foreign data wrapper which allows you

| Version | Wasm Package URL | Checksum |
| ------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| 0.1.1 | `https://github.com/supabase/wrappers/releases/download/wasm_notion_fdw_v0.1.1/notion_fdw.wasm` | `tbd` |
| 0.1.1 | `https://github.com/supabase/wrappers/releases/download/wasm_notion_fdw_v0.1.1/notion_fdw.wasm` | `6dea3014f462aafd0c051c37d163fe326e7650c26a7eb5d8017a30634b5a46de` |
| 0.1.0 | `https://github.com/supabase/wrappers/releases/download/wasm_notion_fdw_v0.1.0/notion_fdw.wasm` | `e017263d1fc3427cc1df8071d1182cdc9e2f00363344dddb8c195c5d398a2099` |

## Preparation
Expand Down Expand Up @@ -69,7 +69,7 @@ We need to provide Postgres with the credentials to access Notion and any additi
fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_notion_fdw_v0.1.1/notion_fdw.wasm',
fdw_package_name 'supabase:notion-fdw',
fdw_package_version '0.1.1',
fdw_package_checksum 'tbd',
fdw_package_checksum '6dea3014f462aafd0c051c37d163fe326e7650c26a7eb5d8017a30634b5a46de',
api_url 'https://api.notion.com/v1', -- optional
api_key_id '<key_ID>' -- The Key ID from above.
);
Expand All @@ -84,7 +84,7 @@ We need to provide Postgres with the credentials to access Notion and any additi
fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_notion_fdw_v0.1.1/notion_fdw.wasm',
fdw_package_name 'supabase:notion-fdw',
fdw_package_version '0.1.1',
fdw_package_checksum 'tbd',
fdw_package_checksum '6dea3014f462aafd0c051c37d163fe326e7650c26a7eb5d8017a30634b5a46de',
api_url 'https://api.notion.com/v1', -- optional
api_key 'secret_xxxx...' -- Notion API key
);
Expand Down

0 comments on commit 9bfebe7

Please sign in to comment.