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.1.6.tar.gz
(19.9 kB
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.1.6-py3-none-any.whl
(25.8 kB
view details)
File details
Details for the file vd_dlt-0.1.6.tar.gz.
File metadata
- Download URL: vd_dlt-0.1.6.tar.gz
- Upload date:
- Size: 19.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 |
5bd4397c95355d2c2e1f1fc5c5ea65b6af7e155b2cef2d0e7aca6fffb3d8ed13
|
|
| MD5 |
dcb11a878d1681b63f37f5cf5e76c3f0
|
|
| BLAKE2b-256 |
50da5dc64e299de446ed709ff00a2cb3e84f994884fb6165123c9a80d0f8f10b
|
File details
Details for the file vd_dlt-0.1.6-py3-none-any.whl.
File metadata
- Download URL: vd_dlt-0.1.6-py3-none-any.whl
- Upload date:
- Size: 25.8 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 |
aae0dd20e1521d1bd000287711b2e42542559184938cd021fea21c1783f87375
|
|
| MD5 |
0cc0a8a27612ab4161908b13a57dcea9
|
|
| BLAKE2b-256 |
68a426081250a5e6aaec7666ecb5216e16b1087a3f04ba96b4ab9be2ae0d60e9
|