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 columnkey
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:
You can then send it over to your Catalog Sales Rep and we will take care of the rest.
Last updated
Was this helpful?