export_to_notion
Export data to Notion.
export_to_notion(ds: dataset, {
"param": value,
...
})
export_to_notion(ds: dataset, {
"param": value,
...
})
Dataset to be exported.
Associated integration.
Notion Parent Page to write to. We will put the table inside this page as a standalone page. Make sure the integration has the relevant permissions.
Values must match the following regex pattern:
https:\/\/www\.notion\.so\/[a-zA-Z0-9_-]+\/[a-zA-Z0-9]+(\?[a-zA-Z0-9_=&-]*)?
Was this page helpful?
export_to_notion(ds: dataset, {
"param": value,
...
})