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.
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.
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
integer |
integer |
|
number |
number |
|
array |
array |
|
object |
object |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | |
Namespaces | No |
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.
- Notion account
- An internal integration in Notion workspace
- Notion internal integration access key
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.
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 |