pbt
Test runner
Docs
API docs ↗
Run models and inspect their outputs.
{% if not dag_promptdata and not dag_promptfiles %}
No promptdata() or promptfile() variables detected in models.
{% endif %} {% for key in dag_promptdata %}
{{ key }}
{% endfor %} {% for name in dag_promptfiles %}
{{ name }}
file
{% endfor %} {% if model_names %}
Models
(leave blank to run all)
{% for name in model_names %}
{{ name }}
{% endfor %}
{% endif %}
▶ Run