Skip to main content

Export Data Assets

Exporting a Data Asset is simple. Below are the steps to bulk export various data assets, such as Database Services, Databases, Schemas, and Tables.

How to Bulk Export a Database Service

  1. Click the Profile icon and select Settings > Services > Database.
  2. Select a database service you want to export. For example, we are exporting the Snowflake service.
  3. Click Settings and select Export to export the database service. Export Database Service CSV File
Tip: You can also export the Database Service using the API with the following endpoint:/api/v1/services/databaseServices/name/{name}/export Make sure to replace {name} with the Fully Qualified Name (FQN) of the Database Service.

How to Bulk Export a Database

  1. Click the Profile icon and select Settings > Services > Database.
  2. Select a database service whose database you want to export.
  3. Click the Databases tab and select the database you want to export. Access Database
  4. Click the icon and select Export to export the database. Export a Database
Tip: You can also export the Database using the API with the following endpoint:/api/v1/databases/name/{name}/export Make sure to replace {name} with the Fully Qualified Name (FQN) of the Database.

How to Bulk Export a Database Schema

  1. Navigate to the database whose schema you want to export.
  2. In the Database Schema tab, select the schema you want to export. For example, JAFFLE_SHOP in the following image. Select Database Schema
  3. Click the icon and select Export to download the database schema. Export a Database Schema
Tip: You can also export the Database Schema using the API with the following endpoint:/api/v1/databaseSchemas/name/{name}/export Make sure to replace {name} with the Fully Qualified Name (FQN) of the Database Schema.

How to Bulk Export Tables

  1. Navigate to the database schema whose table you want to export.
  2. In the Tables tab, select the table you want to export. Select Database Table
  3. Click the icon and select Export to download the table CSV file. Export Database Table
Tip: You can also export the Tables using the API with the following endpoint:/api/v1/tables/name/{name}/export Make sure to replace {name} with the Fully Qualified Name (FQN) of the Table.

Data Asset Import

Quickly import data assets from a CSV file.