Skip to content

Commit

Permalink
docs(notion): update notion wasm fdw checksum (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia authored Nov 5, 2024
1 parent c57f133 commit 80acf19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/catalog/notion.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ We need to provide Postgres with the credentials to access Notion, and any addit
fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_notion_fdw_v0.1.0/notion_fdw.wasm',
fdw_package_name 'supabase:notion-fdw',
fdw_package_version '0.1.0',
fdw_package_checksum 'tbd',
fdw_package_checksum 'e31483cda6a3b36d38a09298bd5d00baf75cf705a533ecdc03a079c349f42d07',
api_url 'https://api.notion.com/v1', -- optional
api_version '2022-06-28', -- optional
api_key_id '<key_ID>' -- The Key ID from above.
Expand All @@ -94,7 +94,7 @@ We need to provide Postgres with the credentials to access Notion, and any addit
fdw_package_url 'https://github.com/supabase/wrappers/releases/download/wasm_notion_fdw_v0.1.0/notion_fdw.wasm',
fdw_package_name 'supabase:notion-fdw',
fdw_package_version '0.1.0',
fdw_package_checksum 'tbd',
fdw_package_checksum 'e31483cda6a3b36d38a09298bd5d00baf75cf705a533ecdc03a079c349f42d07',
api_url 'https://api.notion.com/v1', -- optional
api_version '2022-06-28', -- optional
api_key 'secret_xxxxx' -- Notion API key
Expand Down

0 comments on commit 80acf19

Please sign in to comment.