Core DLT ingestion framework for VibeData pipelines
Project description
vd-dlt
Core DLT ingestion framework for VibeData pipelines. Provides config resolution, credential management (Azure Key Vault), pipeline execution, and observability.
Installation
# Core only
pip install vd-dlt
# With pipeline dependencies (dlt, pyarrow)
pip install vd-dlt[pipeline]
# With Notion connector
pip install vd-dlt[notion]
# With Notion schema (defaults, docs)
pip install vd-dlt[notion-schema]
# Everything for Notion
pip install vd-dlt[pipeline,notion,notion-schema]
Quick Start
from vd_dlt import PipelineRunner
runner = PipelineRunner(
vault_url="https://my-vault.vault.azure.net/",
)
result = runner.run("my_source_name")
print(f"Loaded {result.total_rows_loaded} rows")
Architecture
The framework uses a 4-level config hierarchy (most specific wins):
- Connector Defaults - from connector schema package
- Source Config - from source YAML (including
default_sync) - Group Config - optional grouping within source
- Resource Config - per-table overrides
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
vd_dlt-0.2.1.tar.gz
(27.6 MB
view details)
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
vd_dlt-0.2.1-py3-none-any.whl
(28.6 kB
view details)
File details
Details for the file vd_dlt-0.2.1.tar.gz.
File metadata
- Download URL: vd_dlt-0.2.1.tar.gz
- Upload date:
- Size: 27.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b14b7a67d0d68428ffb689115bad8cee68bfd41eabfe673f7718347d576870b
|
|
| MD5 |
b4910c2a4ac4fd36abcc78c3caeb7d2f
|
|
| BLAKE2b-256 |
7dd1ab4af3cf63cab832542074491e73977d17d3ff9b08b9a8596fbc800583e6
|
File details
Details for the file vd_dlt-0.2.1-py3-none-any.whl.
File metadata
- Download URL: vd_dlt-0.2.1-py3-none-any.whl
- Upload date:
- Size: 28.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 |
92009a001e496aadb651e52c66ec095bd95994c20ae6d355a19b335d370f4c2c
|
|
| MD5 |
04708eff7f896c1567d281b3fa17e7d3
|
|
| BLAKE2b-256 |
5f9eaefd2e78bfabc1f28d0dc08ab118440aa32618fa2887d2fe5b2bd8b9a5b4
|