{% extends "base.html" %} {% block title %}Remove Catalog from List - Kirin{% endblock %} {% block breadcrumb %} > Catalogs > Remove {{ catalog.name }} {% endblock %} {% block header_title %}Remove Catalog from List{% endblock %} {% block header_description %}Remove this catalog from your local list. Data on S3 or other storage is not deleted.{% endblock %} {% block content %}
Remove from list only This only removes the catalog from your list. Your data on S3, GCS, or other storage is not deleted or modified. Alternative: You can hide this catalog instead to remove it from the main view without removing the entry.
{% if dataset_count > 0 %}

This catalog has {{ dataset_count }} dataset{{ 's' if dataset_count != 1 else '' }}; they will remain on storage. You can add this catalog again later to see them. Go to catalog

{% endif %}

Catalog

{{ catalog.root_dir }}

{% if dataset_count > 0 %} {{ dataset_count }} dataset{{ 's' if dataset_count != 1 else '' }} {% else %} No datasets {% endif %}

Cancel
{% endblock %}