vibedata-dlt-duckdb-studio
DuckDB Studio execution unit for the VibeData dlt runtime — the installed
distribution for DuckDB / MotherDuck domains running in the Studio-local intent
venv. It exposes the runtime contract from vibedata-dlt-duckdb-core as the
stable, unit-agnostic import:
from vibedata.dlt.duckdb import setup_environment, finalize
finalize is the core implementation unchanged. setup_environment wraps it
with the two behaviours specific to the Studio agent container.
Credentials. On a MotherDuck domain it mints the acting user's PAT from
Studio's credential broker and sets motherduck_token before dlt opens any
md: connection. A MotherDuck run that cannot obtain a token raises
MotherduckCredentialError rather than proceeding — without a token, duckdb
falls through to an interactive SSO device-code flow that cannot complete in a
headless container. A DuckDB-local domain has no credential to resolve, so this
half is a no-op there.
Destination identity. On either platform it binds the destination to the
Intent's Ephemeral Workspace under dlt's own config name — from
VD_EPHM_MOTHERDUCK_DATABASE on MotherDuck, from VD_EPHM_DUCKDB_PATH on
DuckDB-local — so the generated pipeline stays plain destination="motherduck"
or destination="duckdb" and reads no VD_* variable itself. A run whose
sandbox cannot be resolved raises (MotherduckSandboxMissingError /
DuckdbSandboxMissingError) instead of letting dlt pick its own default: for
duckdb that default is <pipeline_name>.duckdb relative to the working
directory, which reports a successful load while leaving the Ephemeral
Workspace empty (VD-3849 on MotherDuck, VD-4884 on DuckDB-local).
Install this package; it pulls in vibedata-dlt-duckdb-core (and transitively
vibedata-dlt-core). Exactly one DuckDB unit is installed per environment,
selected at provisioning time.
Release files for vibedata-dlt-duckdb-studio 0.9.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vibedata_dlt_duckdb_studio-0.9.1.tar.gz | 9.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vibedata_dlt_duckdb_studio-0.9.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.2 kB
Release files / vibedata_dlt_duckdb_studio-0.9.1.tar.gz
| Download URL | vibedata_dlt_duckdb_studio-0.9.1.tar.gz |
|---|---|
| Size | 9.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b0fe063795993986ea6aed797b237236e7b84524c2a3d90cefe91cb49984fdf
|
|
BLAKE2b-256 checksum How to use checksums |
9b03490e5b14cf2cfa7170c3b5f86a46b788ac590ba5d88740924dc47e664025
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|
Release files / vibedata_dlt_duckdb_studio-0.9.1-py3-none-any.whl
| Download URL | vibedata_dlt_duckdb_studio-0.9.1-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
06db5209796293a21de2bbd924a1807196ee955ff51b5d6d0b6f864244427639
|
|
BLAKE2b-256 checksum How to use checksums |
5e1cc2cf0f723dc5876e53bac2771deb7705eba2d0596406789ff08e66556bac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|