Core + Data Dictionary Attributes - Initialization

Select a stage and upload the stored procedure to enable bulk updates for both core and data dictionary attribute metadata or to generate descriptions, synonyms, and sample values via Cortex AI.

(Optional) Create a new stage for datapancake files (or use an existing stage)

CREATE STAGE <DATABASE>.<SCHEMA>.DATAPANCAKE_FILES;

For more details on creating a stage, see https://docs.snowflake.com/en/sql-reference/sql/create-stagearrow-up-right

Copy the Procedure DDL

Paste the DDL and modify the database and schema name

circle-info

If you changed the name during install, modify DataPancake application database name.

Execute the create stored procedure statement

Verify the stored procedure was created successfully

Next Steps

Attribute Metadata Bulk Updates (Data Dictionary) - Execute

Last updated

Was this helpful?