Upload existing Descriptions

How to load existing table and column descriptions into Catalog

Honestly it cannot be more simple. You just need to send us your descriptions in the following csv format. Here are the columns of the csv:

  • type_d: table or column

  • key

    • If it's a table then lower(database.schema.table)

    • If it's a column then lower(database.schema.table.column)

  • description: the description for that table or column

See here a csv template:

Load to Catalog - CSV Template

We strongly recommend using the "quote_all" settings when exporting to csv.

You can then send it over to your Catalog Sales Rep and we will take care of the rest.

Last updated

Was this helpful?