User Community Service Desk Downloads

Import Metadata

Use metadata import to build a comprehensive repository of your data assets by populating the Data Catalog with the structure of your connected data sources, without accessing or processing the data itself. This documents your data environment and enables you to explore what data you have, prepare for metadata-based domain detection and sample profiling, and keep your catalog up to date.

Metadata import and catalog items

Catalog items represent structured data assets, typically tables, from your data sources. When you import metadata into the platform, each data asset becomes a catalog item. Each catalog item contains one or more attributes, which represent columns in the case of tables (or similar structural elements for other asset types).

Catalog items act as an entry point for many data management activities, such as:

  • Profiling for data quality and patterns.

  • Applying DQ Rules to evaluate DQ dimensions such as data accuracy and completeness.

  • Term detection using terms from your Glossary.

  • Classifying sensitive or regulated data.

When to use metadata import

  • To populate the Data Catalog after connecting to a new data source.

  • To update metadata for selected catalog items when the source structure changes.

How to import metadata

Once you’ve configured a data source with active connections, you can import metadata for the whole source, a selected connection, or specific catalog items.

Import metadata for a source

This operation imports only information about the data structure such as schema and attribute definitions. It doesn’t access any data values.

For details about how to connect a source, check the Catalog > Connect to a Source section of the documentation and look for your connector type.

  1. Go to Catalog > Sources.

  2. Select a source from the list of connected sources.

  3. Select Import.

    import metadata source import
  4. Confirm the action when prompted by selecting Proceed.

    import metadata source import confirm

Import metadata for a connection

This operation imports only information about the data structure such as schema and attribute definitions. It doesn’t access any data values.

  1. Go to Catalog > Sources.

  2. Select a source from the list of connected sources.

  3. Navigate to the Connections tab.

  4. Open the connection page by clicking the name of the connection on which you want to run metadata import.

  5. Select Import.

    import metadata connection import
  6. Confirm the action when prompted by selecting Proceed.

    import metadata connection import confirm

Import metadata for specific schemas or data assets

To import only selected schemas or tables from a connection, use the connection browser.

Open the Connections tab of your source (as described in Import metadata for a connection, steps 1-3) and expand the connection browser for the connection on which you want to run metadata import.

Select the data assets as needed. Use search to find the assets more efficiently.

Select Import and confirm by selecting Proceed.

import metadata connection browser import

Update metadata for existing catalog items

You can update the metadata for individual catalog items, or a selection of them, at any time. This is useful when the source structure evolves, such as when columns are added or renamed.

Option 1: Update a single catalog item

  1. In Data Catalog, select your catalog item from the main listing.

  2. In the upper-right corner, use the dropdown to select Update catalog item.

    import metadata catalog item update

Option 2: Update multiple catalog items

Use bulk updates to sync structural changes across tables or views efficiently.

  1. In Data Catalog, use the checkboxes to select multiple catalog items from the main listing.

  2. In the blue banner that appears, use the dropdown to select Update catalog item.

    import metadata catalog item bulk update

You can also update metadata across the whole source or connection, by selecting Import, as per import metadata for a source and import metadata for a connection.

What you see after import

After metadata import, the Data Catalog displays a structured view of the source.

The exact metadata shown depends on the source type. File-based sources might not support relationships or descriptions, while relational databases and platforms like Snowflake often do.

Typically, source metadata includes:

  • Schema and structure – Layout of databases, schemas, tables, or datasets.

  • Catalog item attributes – Attribute names, order, and data types.

    • Data types – Source-specific types for each attribute.

    • Descriptions – Source-provided item and attribute descriptions.

    • Relationships between items – Structural links between catalog items.

Next steps

Metadata import sets the foundation for metadata-based domain detection and sample profiling.

To proceed with term detection, see:

Was this page useful?