Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Amazon Redshift metadata collector

Amazon Redshift metadata collector provides read-only access to metadata from an Amazon Redshift database.

The Amazon Redshift collector harvests metadata for Redshift tables and columns.

Metadata cataloged

The Amazon Redshift collector catalogs the following information.

Note: All versions of overloaded functions and stored procedures are cataloged. Each version has its own title in the catalog but a distinct identifier.

ObjectInformation cataloged
ColumnsName, Description, JDBC type, Column Type, Is Nullable, Default Value, Key type (Primary, foreign), column size, column index
TableName, description, primary key, schema
ViewsName, description, SQL definition
SchemaIdentifier, Name
DatabaseType, name, identifier, server, port, environment, JDBC URL
FunctionName, Description, Function Type
Stored ProcedureName, Description, Stored Procedure Type

Relationships between objects

Catalog pages show relationships between the following data asset types:

Data asset pageRelationship
TableColumns
ColumnsTable
SchemaDatabase that contains Schema, Table that is part of Schema
DatabaseSchema contained in Database

Lineage for Redshift

The following lineage information is collected by the Redshift collector:

ObjectLineage available
View \(column-level\)The collector traces data flow from view columns to source table columns across SQL expressions and sub queries. View → Table column relationships The collector captures lineage when views: - Sort rows \(ORDER BY\) - Filter rows \(WHERE, HAVING\) - Aggregate rows \(GROUP BY\)
Stored ProcedureThe collector identifies: - The associated column in an upstream view or table: - Where the data is sourced from - That sort the rows via ORDER BY - That filter the rows via WHERE/HAVING - That aggregates the rows via GROUP BY - The downstream table that has its tables updated. The following stored procedures aren’t supported: - Stored procedures with multitable inserts. However, multiple separate insert statements that insert into one table are supported. - Stored procedure with multiple SELECT and INSERT statements not separated by a semicolon delimiter

Authentication supported

The collector supports username and password authentication to Redshift.

Parent Topic:Configuring metadata collectors