Datasources - Bulk Update

Select and export the datasource metadata to a .csv file, edit in a spreadsheet like Google Sheets or Excel, then perform a bulk update in DataPancake.

circle-info

Ensure you have completed Initialization Guide

Open a new SQL file Snowflake workspace

Run a select statement for DATAPANCAKE.CORE.VW_DATASOURCES

circle-info

You can choose which editable fields you wish to include in your select statement.

Verify the query successfully returns a list of attribute metadata

Download the results as a .csv file

Open the .csv file in either Excel or Google Sheets

Edit any editable columns as needed

circle-check

Save (Excel) or download (Google Sheets) the file

Load the .csv into your stage

Run the bulk update stored procedure

circle-info

Modify the <placeholders> with same database and schema you uploaded the stored procedure to.

When the stored procedure completes, the attribute metadata file will be moved to the archive folder.

Verify the integration completed successfully by running the following query

Last updated

Was this helpful?