Skip to main content
Version: devel

dlt._workspace.deployment.configuration

Framework-specific configuration specs for interactive job launchers.

Each spec resolves in sections (JOBS, section, name, section) so users can override per-job via env vars like JOBS__MY_MODULE__MY_JOB__MCP__HOST.

JobConfiguration Objects​

@configspec
class JobConfiguration(BaseConfiguration)

View source on GitHub

Job behavior settings resolvable from config in jobs sections.

incremental_mode​

How incrementals obtain their range during a job run.

auto_refresh_pipeline_mode​

Refresh mode applied to every pipeline in the job when a refresh run is requested.

MarimoConfiguration Objects​

@configspec
class MarimoConfiguration(BaseConfiguration)

View source on GitHub

Configuration for the marimo launcher.

include_code​

Show notebook source code in the app.

token​

Auth token for session access. None disables auth.

session_ttl​

Seconds before closing an idle session.

asset_url​

CDN URL for marimo frontend assets. Marimo substitutes {version} from the installed package. Set to empty string to disable and serve assets from the app origin.

StreamlitConfiguration Objects​

@configspec
class StreamlitConfiguration(BaseConfiguration)

View source on GitHub

Configuration for the streamlit launcher.

enable_cors​

Enable CORS. Disabled by default behind a proxy.

enable_xsrf_protection​

Enable XSRF protection. Disabled by default behind a proxy.

gather_usage_stats​

Send usage statistics to Streamlit.

McpConfiguration Objects​

@configspec
class McpConfiguration(BaseConfiguration)

View source on GitHub

Configuration for the FastMCP launcher.

transport​

Transport protocol: "stdio", "http", "sse", or "streamable-http".

path​

HTTP endpoint route path.

log_level​

Log level: DEBUG, INFO, WARNING, ERROR, CRITICAL.

stateless_http​

Stateless mode for horizontal scaling (no session affinity).

This demo works on codespaces. Codespaces is a development environment available for free to anyone with a Github account. You'll be asked to fork the demo repository and from there the README guides you with further steps.
The demo uses the Continue VSCode extension.

Off to codespaces!

DHelp

Ask a question

Welcome to "Codex Central", your next-gen help center, driven by OpenAI's GPT-4 model. It's more than just a forum or a FAQ hub – it's a dynamic knowledge base where coders can find AI-assisted solutions to their pressing problems. With GPT-4's powerful comprehension and predictive abilities, Codex Central provides instantaneous issue resolution, insightful debugging, and personalized guidance. Get your code running smoothly with the unparalleled support at Codex Central - coding help reimagined with AI prowess.