Datasets

Manage your metadata collections

{% if hub_enabled %} {% endif %}
{# Hub actions render their outcome here, below the header. #}
{% if datasets %}
{% for ds in datasets %}

{{ ds.name }}

{{ ds.profile }} {{ ds.version }} {{ ds.entity_count }} entities
{% if ds.created %}Created {{ ds.created[:10] }} · {% endif %}Modified {{ ds.modified[:10] if ds.modified else 'recently' }} {% if ds.hub %}· {{ 'Pushed to' if ds.hub.direction == 'push' else 'Pulled from' }} {{ ds.hub.hub }} {{ ds.hub.at[:10] }}{% endif %}
{% if hub_enabled %} {% endif %}
{% if ds.name == current_dataset %} Active {% endif %}
{% endfor %}
{% else %}

No datasets yet

Create a new dataset to start managing your metadata.

{% endif %}