Skip to content

Commit 9a39808

Browse files
committed
docs(notion): update notion wasm fdw checksum
1 parent 6c125ba commit 9a39808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/catalog/notion.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ We need to provide Postgres with the credentials to access Notion, and any addit
7878
fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_notion_fdw_v0.1.0/notion_fdw.wasm',
7979
fdw_package_name 'supabase:notion-fdw',
8080
fdw_package_version '0.1.0',
81-
fdw_package_checksum 'tbd',
81+
fdw_package_checksum 'e31483cda6a3b36d38a09298bd5d00baf75cf705a533ecdc03a079c349f42d07',
8282
api_url 'https://api.notion.com/v1', -- optional
8383
api_version '2022-06-28', -- optional
8484
api_key_id '<key_ID>' -- The Key ID from above.
@@ -94,7 +94,7 @@ We need to provide Postgres with the credentials to access Notion, and any addit
9494
fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_notion_fdw_v0.1.0/notion_fdw.wasm',
9595
fdw_package_name 'supabase:notion-fdw',
9696
fdw_package_version '0.1.0',
97-
fdw_package_checksum 'tbd',
97+
fdw_package_checksum 'e31483cda6a3b36d38a09298bd5d00baf75cf705a533ecdc03a079c349f42d07',
9898
api_url 'https://api.notion.com/v1', -- optional
9999
api_version '2022-06-28', -- optional
100100
api_key 'secret_xxxxx' -- Notion API key

0 commit comments

Comments
 (0)