{# The caller's hub datasets, each with where a pull lands. #}
Your datasets on {{ hub_url }}:
{% if rows %}| Name | Profile | Entities | Pull would | |
|---|---|---|---|---|
| {{ record.name }} | {{ record.profile }} {{ record.version }} | {{ record.entity_count }} |
{% if target.kind == 'new' %}save it as {{ target.name }}
{% elif target.kind == 'identical' %}change nothing (identical here)
{% else %}save it beside the differing local one as {{ target.name }}{% endif %}
|
{% if target.kind != 'identical' %} {% endif %} |
None yet.
{% endif %}