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.0
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.0.tar.gz | 9.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vibedata_dlt_duckdb_studio-0.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.2 kB
Release files / vibedata_dlt_duckdb_studio-0.9.0.tar.gz
| Download URL | vibedata_dlt_duckdb_studio-0.9.0.tar.gz |
|---|---|
| Size | 9.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
22cf6ca7ec69bdc181b290fdf3774febb2516ca92e3b95b68b488caf34ec70c1
|
|
BLAKE2b-256 checksum How to use checksums |
251e53139edc2b5b93e5561f06bc80db93de3f346dbc5aa4d8dc9084cdb20ac2
|
| 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.0-py3-none-any.whl
| Download URL | vibedata_dlt_duckdb_studio-0.9.0-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7fa6d6b3ca720b17620a940619d30836f3883313ad9dd008b3397d13a0f2eda3
|
|
BLAKE2b-256 checksum How to use checksums |
5a40f3b26c6ddb75336a93eb1bcdcd11729fd6b182ffba21b45cc9fe3a0a93b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|