{% extends "base.html" %} {% block content %}

{{ 'Edit Data Product' if editing else 'New Data Product' }}

{% if editing and original_version %}
Editing version {{ original_version }}. Updates will be saved as version {{ editor_state.version }}.
{% endif %} {% if error %}
{{ error }}
{% endif %}
{% if editing %} {% endif %}

Data product basics

Comma-separated list.

Input ports

Reference upstream contracts and, optionally, the source data product and port.

Output ports

Describe published outputs, the contracts they adhere to, and downstream dataset identifiers.

Data product custom properties

Cancel
{% for cid in editor_meta.contractOptions %} {% for dataset_id in editor_meta.datasetOptions %} {% endblock %} {% block page_scripts %} {{ super() }} {% endblock %}