dlt._workspace.configuration
WorkspaceSettings Objects
@configspec
class WorkspaceSettings(BaseConfiguration)
working_dir
Pipeline state and other writable runtime files. Defaults to .dlt/state/<profile>. Relative to workspace root.
local_dir
Local destination data (e.g. duckdb files). Defaults to .dlt/data/<profile>. Relative to workspace root.
WorkspaceRuntimeConfiguration Objects
@configspec
class WorkspaceRuntimeConfiguration(RuntimeConfiguration)
Extends runtime configuration with dlthub runtime
workspace_id
Id of the remote workspace that local one should be connected to
organization_id
Id of the organization of the remote workspace
auth_token
JWT token for Runtime API
api_key
API key for Runtime API
api_base_url
Base URL for the dltHub Runtime API
ai_context_api_url
Base URL for the AI context documentation API
invite_code
Invite code for dltHub Runtime