Harvest Source Details
- - {% if not c.source.active %} -+ {% set timestamp = h.render_datetime(c.pkg_revision_timestamp, with_hours=True) %} + {% set url = h.url(controller='package', action='read', id=pkg.name) %} + + {% if c.pkg_revision_not_latest %} + {% trans timestamp=timestamp, url=url %}This is an old revision of this dataset, as edited at {{ timestamp }}. It may differ significantly from the current revision.{% endtrans %} + {% else %} + {% trans timestamp=timestamp %}This is the current revision of this dataset, as edited at {{ timestamp }}.{% endtrans %} {% endif %} -
ID | -{{ c.source.id }} | -|
---|---|---|
URL | -{{ c.source.url }} | -|
Type | -{{ c.source.type }} | -|
Withdrawn | -{{ not c.source.active }} | -|
Title | -{{ c.source.title }} | -|
Description | -{{ c.source.description }} | -|
Configuration | - {% if c.source.config %} -{{ c.source.config }} | - {% else %} -- | - {% endif %} -
User | -{{ c.source.user_id }} | -|
Publisher | - {% if c.source.publisher_title %} -${c.source.publisher_title} | - {% endif %} - {% if not c.source.publisher_title %} -{{ c.source.publisher_id }} | - {% endif %} -
Created | -{{ c.source.created }} | -|
Total jobs | -{{ c.source.status.job_count }} | -|
Status | -
- Last Harvest Errors: {{ c.source.status.last_harvest_statistics.errors }} - {% if c.source.status.last_harvest_errors.gather | length > 0 %} - Gathering errors -
- Last Harvest Updated: {{ c.source.status.last_harvest_statistics.updated }} - Last Harvest: {{ c.source.status.last_harvest_request }} - Next Harvest: {{ c.source.status.next_harvest }} - |
- |
Total Errors | -{{ c.source.status.overall_statistics.errors }} | -|
Total Datasets | -{{ c.source.status.overall_statistics.added }} | -|
Datasets | -
-
- There could be a 10 minutes delay before these datasets (or changes to them) appear on
- the site or on search results.
-
- There are {{ c.page.item_count }} datasets. - - {{ c.page.pager() }} - {% for item in c.page.items %} -
- {{ item }}
-
- {% endfor %}
- {{ c.page.pager() }}
- |
-