{% extends "base.html" %} {% block content %}
{{ product.id }}| Dataset | Version | Role | Status | Run type | Contract |
|---|---|---|---|---|---|
| {{ record.dataset_name }} | {{ record.dataset_version }} | {% if record.data_product_role %} {{ record.data_product_role }} {% else %} — {% endif %} | {{ record.status }}{% if record.reason %} {{ record.reason }} {% endif %} |
{{ record.run_type }} | {% if record.contract_id %} {{ record.contract_id }} {% if record.contract_version %} / {{ record.contract_version }} {% endif %} {% else %} None {% endif %} |
No recorded runs yet.
{% endif %}| Port | Contract | Source |
|---|---|---|
| {{ port.name }} | {% if port.contract_id %} {{ port.contract_id }} {% if port.version %} / {{ port.version }} {% endif %} {% else %} None {% endif %} |
{% if port.source_data_product %}
{{ port.source_data_product }}
{% if port.source_output_port %}
/
{{ port.source_output_port }}
{% endif %}
{% else %}
n/a
{% endif %}
|
No input ports defined.
{% endif %}| Port | Contract | Dataset |
|---|---|---|
| {{ port.name }} | {% if port.contract_id %} {{ port.contract_id }} {% if port.version %} / {{ port.version }} {% endif %} {% else %} None {% endif %} |
{% if port.dataset_id %}
{{ port.dataset_id }}
{% else %}
n/a
{% endif %}
{% if port.stage_contract %}
Stage contract {{ port.stage_contract }}
{% endif %}
{% if port.records %}
Runs: {{ port.records | length }}
{% endif %}
|
No output ports defined.
{% endif %}