This provider use a database from notion as a data source.
| name | Type | Description |
|---|---|---|
| secret_token | string |
Notion token key to access the database |
| database_id | string |
Notion database id |
This are properties that are defined after the items are loaded and they are hidden by default, to show them you need to explicitly ask for them in include option or pass a empty array to exclude option to show all properties.
Note: This properties are not filterable
| name | Type | Description |
|---|---|---|
| _id | string |
Notion page id |
| _raw | object |
Raw notion page object |
db list --provider notion --config "secret_key=secret_key&database_id=database_id"name: mydb
provider:
name: notion
config:
secret_key: secret_key
database_id: database_id