Metadata-Version: 2.4
Name: vibedata-dlt-fabric-studio
Version: 0.7.0
Summary: VibeData dlt runtime — Fabric Studio execution unit (intent-local runs targeting Fabric OneLake): local Delta staging + user-delegated OneLake sync via Studio's /az_token broker. Install this; it pulls in vibedata-dlt-fabric-core.
Author-email: Vibedata <eng@acceleratedata.ai>
License: MIT
Requires-Python: >=3.11
Requires-Dist: adlfs>=2024.2.0
Requires-Dist: azure-keyvault-secrets>=4.8.0
Requires-Dist: dlt[deltalake,filesystem]>=1.0.0
Requires-Dist: vdstudio-dbtfabriclake-cred>=0.1.0
Requires-Dist: vibedata-dlt-fabric-core
Provides-Extra: dev
Requires-Dist: pytest-mock>=3.12; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# vibedata-dlt-fabric-studio

Fabric Studio execution unit for the VibeData dlt runtime — the installed
distribution for Fabric domains running in the Studio-local intent venv. Key
Vault access uses the logged-in Studio user's delegated token via the `/az_token`
broker; dlt writes Delta to a local staging dir and `finalize()` syncs it to the
intent's ephemeral OneLake lakehouse.

```python
from vibedata.dlt.fabric import setup_environment, finalize
```

Install this package; it pulls in `vibedata-dlt-fabric-core` (and transitively
`vibedata-dlt-core`). The notebook unit (`vibedata-dlt-fabric-notebook`) ships the
same `vibedata.dlt.fabric` import with notebook-mode implementations — exactly
one Fabric unit is installed per environment, selected at provisioning time.
