Learn how to create and manage assets in the Zenithdata Catalog.
Most assets are automatically created when synced from connectors. Tables, views, columns, and schemas are discovered automatically.
You can also create assets manually for data sources not yet connected:
POST /api/v1/assets
{
"name": "customer_orders",
"type": "table",
"schema": "public",
"database": "analytics",
"description": "All customer orders"
}