mirror of
https://github.com/dlt-hub/dlt.git
synced 2025-12-17 19:31:30 +00:00
* removes runtime configuration from pipeline context to run context with corresponding action of initializing local runtime * improves telemetry instrumentation decorator + tests + disable telemetry in dlt tests by default * resolves DashboardConfiguration so it is placed within workspace or pipeline configuration * adds and resolves WorkspaceConfiguration and corresponding WorkspaceRuntimeConfiguration * reorganizes cli commands, wrappers, adds missing telemetry tracking * uses working and local dir overrides without adding profile names * uses python language to display stacktraces in marimo * restores runtime_config on pipeline pointing to new PipelineRuntimeConfiguration * renames working dir def _data to .var and updates .gitignore * adds workspace show command * adds reload method on run context, fixes requests helper test * slight cli improvements * new workspace writeup without sidebar * docstring for cli plugins