# Redshift Metadata Extracted

### Metadata pulled

Secoda pulls the following metadata from Redshift:

* Tables
  * Name
  * Description
  * Schema
  * Database
  * External Usage (Popularity)
  * External Updated At
* Views
  * Name
  * Description
  * Schema
  * Database
  * External Usage (Popularity)
  * External Updated At
* Columns
  * Name
  * Description
  * Type
  * Foreign Key
  * Primary Key
* Column Profile
  * Min
  * Max
  * Median
  * STD Deviation
  * Value Distribution
  * Statistic Value Count
  * Percent Filled
  * Unique
* Creation Query
* Common Queries
* Lineage
  * Redshift Column <-> Redshift Column
  * Redshift View <-> Redshift View
  * Redshift Table <-> Redshift Table
  * Redshift Table <-> Redshift View
  * Redshift Table <-> Dashboards from other sources
  * Redshift Table <-> Tables from other sources
  * Redshift Table, Views <-> Jobs from other sources
* Preview of first 50 rows (Optional)

### Metadata pushed

If enabled, Secoda pushes the following metadata to Redshift:

* Tables
  * Description
* Columns
  * Description


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.secoda.co/integrations/data-warehouses/redshift-integration/redshift-metadata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
