Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 2.45 KB

notion.md

File metadata and controls

64 lines (41 loc) · 2.45 KB

Notion

Sync overview

This source can sync data for the Notion API. It supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.

Output schema

This Source is capable of syncing the following core Streams:

The Databases and Pages streams are using same Search endpoint.

Notion stores Blocks in hierarchical structure, so we use recursive request to get list of blocks.

Data type mapping

Integration Type Airbyte Type Notes
string string
integer integer
number number
array array
object object

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental Sync Yes
Namespaces No

Performance considerations

The connector is restricted by normal Notion rate limits and size limits.

The Notion connector should not run into Notion API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • Notion account
  • An internal integration in Notion workspace
  • Notion internal integration access key

Setup guide

Please register on Notion and follow this docs to create an integration, and then grant pages or databases permission to that integration so that API can access their data.

Changelog

Version Date Pull Request Subject
0.1.2 2022-01-11 9084 Fix documentation URL
0.1.1 2021-12-30 9207 Update connector fields title/description
0.1.0 2021-10-17 7092 Initial Release