Python SDK for the DRC Vantage data platform
Project description
DRC Vantage SDK
Python SDK for the Vantage data platform: dataset sync, validation, analysis, KPI computation, and smart cockpit pipelines.
Requirements
- Python 3.13+
Installation
pip install drc-vantage
Quick start
from vantage import Client, Dataset
client = Client(
postgres_host="localhost",
postgres_user="postgres",
postgres_password="secret",
postgres_database="vantage",
)
dataset = Dataset(
client=client,
location={"schema": "marts", "table": "customers"},
dataset_name="Customers",
dataset_type="TABLE",
)
dataset.sync()
License
Proprietary. All rights reserved.
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
drc_vantage-1.0.7.tar.gz
(127.0 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
drc_vantage-1.0.7-py3-none-any.whl
(126.3 kB
view details)
File details
Details for the file drc_vantage-1.0.7.tar.gz.
File metadata
- Download URL: drc_vantage-1.0.7.tar.gz
- Upload date:
- Size: 127.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d10c5ceeba60f15146d779f86bc51b0da4172d0f94f16e56a579a6d67025223
|
|
| MD5 |
4cae93fcdfdd6051d81bb08aa5c05289
|
|
| BLAKE2b-256 |
080351cacc855840f9a2354fa03b916b1ed2f785e8155cb7639314f84c817d97
|
File details
Details for the file drc_vantage-1.0.7-py3-none-any.whl.
File metadata
- Download URL: drc_vantage-1.0.7-py3-none-any.whl
- Upload date:
- Size: 126.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
433106083e9305ed5efdd32bc2a6b265a7fc5032c3b95bd0d91b2c8dc08b6787
|
|
| MD5 |
8e9bfae102ae2752303a6a23bcdda012
|
|
| BLAKE2b-256 |
7987ebc925501c751ed03abb389e159b718deac874b8e5749ef31abc55b2d6fa
|