Notion connector schema, defaults, and documentation for vd-dlt
Project description
vd-dlt-notion-schema
Schema, defaults, and documentation for the Notion connector in vd-dlt pipelines.
Installation
# Install via vd-dlt extras (recommended)
pip install vd-dlt[notion-schema]
# Or install directly
pip install vd-dlt-notion-schema
Contents
- defaults.yml - Resource templates and default sync configuration (30+ Notion API endpoints)
- schema.json - JSON Schema for validating Notion credentials
- manifest.yml - Connector metadata (name, version, status)
- docs/ - Connector documentation
Usage
from vd_dlt_notion_schema import get_defaults, get_schema, get_manifest
# Get connector defaults
defaults = get_defaults()
print(defaults["default_sync"]) # write_disposition, sync_mode, etc.
print(len(defaults["resources"])) # 30+ resource templates
# Get credentials schema
schema = get_schema()
print(schema["definitions"]["credentials"]["required"]) # ["access_token"]
# Get connector metadata
manifest = get_manifest()
print(manifest["name"]) # "notion"
print(manifest["version"]) # "1.0.0"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vd_dlt_notion_schema-0.1.0.tar.gz.
File metadata
- Download URL: vd_dlt_notion_schema-0.1.0.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdbf1d05e402c1d7cae6df0b392ddf24dc241a6a45c02dbd77a0e820ed796984
|
|
| MD5 |
3f9b100ccde69593bb8809e39b5c35f2
|
|
| BLAKE2b-256 |
6f88ce6a62de398aa9d08f5896d3f7eff35263b02563434249a9dde17ae472dc
|
File details
Details for the file vd_dlt_notion_schema-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vd_dlt_notion_schema-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4731d63ef97df1477b1135b0e24fd5728e7468b618f039e4c4ca703f8831764
|
|
| MD5 |
19406e3f5605748e2d1d247cadfdad4e
|
|
| BLAKE2b-256 |
9af67a4181dae8c164eb474d759cd53711f2bf94bb325a4b2a4ed6d61d6cb7f1
|