{% extends "base.html" %} {% block title %}{{ page_title }} - Kirin{% endblock %} {% block breadcrumb %} > {% if catalog %} Catalogs > Edit {{ catalog.name }} {% else %} Add Catalog {% endif %} {% endblock %} {% block header_title %}{{ page_title }}{% endblock %} {% block header_description %}{{ page_description }}{% endblock %} {% block content %}
{% if error %}
⚠️ {{ error }} {% if existing_catalog_id %} {% endif %}
{% endif %}

Catalog Configuration

A friendly name for this data catalog

Local path or cloud URL (gs://, s3://, az://). See examples

AWS profile name for S3 authentication. Leave empty to use default profile or environment variables.

CLI command to authenticate with this catalog's cloud provider (e.g., aws sso login --profile my-profile or gcloud auth login)

Cancel
{% endblock %}