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.9.tar.gz
(68.6 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.9-py3-none-any.whl
(126.3 kB
view details)
File details
Details for the file drc_vantage-1.0.9.tar.gz.
File metadata
- Download URL: drc_vantage-1.0.9.tar.gz
- Upload date:
- Size: 68.6 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 |
aae2ac872527a4d4e572fc78acc99e37feb6b50608b2b27f60983e8acce78d77
|
|
| MD5 |
805348065c8ddf37bc4ed3694fe4927a
|
|
| BLAKE2b-256 |
a1f8260625cff527e256a7dcf9b3cb533d3d28262b99c4fbac82449554eeed8f
|
File details
Details for the file drc_vantage-1.0.9-py3-none-any.whl.
File metadata
- Download URL: drc_vantage-1.0.9-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 |
1e39707b9f934e3d0a332ed4397db59a3e6ba17bba59a86bd3f8fcee5ff6cb1d
|
|
| MD5 |
e316a59c48350df96508ea554d5b1fa3
|
|
| BLAKE2b-256 |
aec777c6fc46ba167ffe2aa9d7a8089db99e2b12815c51992b8c96fb2da89b8a
|