{% extends "base.html" %} {% block title %}Lab setup · {{ pipeline_name }}{% endblock %} {% block content %} {% from "partials/version_label.html" import render as version_label %}

Dry-run lab — {{ pipeline_name }}

Back to editor

{% if shell_warning %} {% endif %} {% if ordinal_warnings %} {% for warning in ordinal_warnings %} {% endfor %} {% endif %} {% if output_redirections %}

Output redirections

These paths will be rewritten into the sandbox when the session starts.

{% endif %}

Samples are copied into an isolated sandbox. Production DB and source files are never modified.

{% endblock %}