Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 930 Bytes

File metadata and controls

38 lines (27 loc) · 930 Bytes

Notion provider

This provider use a database from notion as a data source.

Options

name Type Description
secret_token string Notion token key to access the database
database_id string Notion database id

Computed properties

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

Cli

db list --provider notion --config "secret_key=secret_key&database_id=database_id"

Config

name: mydb 
provider:
    name: notion
    config:
        secret_key: secret_key
        database_id: database_id