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.10.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.10.0.tar.gz | 9.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vibedata_dlt_duckdb_studio-0.10.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.2 kB
Release files / vibedata_dlt_duckdb_studio-0.10.0.tar.gz
| Download URL | vibedata_dlt_duckdb_studio-0.10.0.tar.gz |
|---|---|
| Size | 9.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
12ce215a63f47fe8e98614232348755c397b690ae51c168111a2b9822785d645
|
|
BLAKE2b-256 checksum How to use checksums |
c510a0caae9a6bcd0b6fab6614956176296e71de5bb75eb4ef0770559204955d
|
| 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.10.0-py3-none-any.whl
| Download URL | vibedata_dlt_duckdb_studio-0.10.0-py3-none-any.whl |
|---|---|
| Size | 7.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ca619324bf5302253a0e07ac7364863dd212bfc6f59b45d173009d6e0978131c
|
|
BLAKE2b-256 checksum How to use checksums |
a39270b4ea70ff09490e7e7528765db49f29d758982f8bae4947a0d5b734662c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|