dlt._workspace.deployment.launchers
Job launchers for different framework types.
get_launcher_for_framework
def get_launcher_for_framework(framework: str) -> str
Get the fully qualified launcher module path for a framework.
Arguments:
frameworkstr - Framework identifier ("marimo","fastmcp","streamlit").
Raises:
NotImplementedError- If the framework is not supported.