{% extends "base.html" %} {% block title %}Import - Tessera{% endblock %} {% block content %} Import dbt Manifest Import assets from a dbt manifest.json file. Assets will be created with their metadata, columns, and descriptions from the manifest. manifest.json File Owner Team Loading teams... All imported assets will be assigned to this team. Conflict Handling Skip existing Only import new assets. Existing assets are left unchanged. Overwrite Update existing assets with new metadata from manifest. Stop on conflict Abort import if any asset already exists. Nothing is imported. Contract Options Auto-publish contracts Automatically create v1.0.0 contracts from column definitions in the manifest. Without this, only assets are created (no schemas). Import Manifest Cancel {% endblock %} {% block scripts %} {% endblock %}
Import assets from a dbt manifest.json file. Assets will be created with their metadata, columns, and descriptions from the manifest.
All imported assets will be assigned to this team.
Automatically create v1.0.0 contracts from column definitions in the manifest. Without this, only assets are created (no schemas).