{% extends "base.html" %} {% block title %}{{ model.name }}{% endblock %} {% block content %}
{{ model.description or '' }}
Materialization: {{ model.materialization }} ·
code_version: {{ model.code_version }}
{% if model.tags %} · {% for t in model.tags %}{{ t }}{% endfor %}{% endif %}
{{ d }}{{ model.source }}
Backend: {{ model.extraction.backend }}
{{ model.extraction.options | tojson(indent=2) }}
{% endif %}
{% endif %}
{% if model.transform %}
Module: {{ model.transform.module }}
| Name | Description |
|---|---|
{{ f.name }} | {{ f.description or '' }} |
{{ t }}| processed | {{ last_run.documents_processed }} |
|---|---|
| skipped | {{ last_run.documents_skipped }} |
| rows written | {{ last_run.rows_written }} |
| duration (s) | {{ last_run.duration_seconds }} |
| errors | |