diff --git a/docs/act-on-metadata/impact-analysis.md b/docs/act-on-metadata/impact-analysis.md index 3dbf532b2dd84..1a191d5106c59 100644 --- a/docs/act-on-metadata/impact-analysis.md +++ b/docs/act-on-metadata/impact-analysis.md @@ -86,7 +86,7 @@ This means you have not yet ingested Lineage metadata for that entity. Please se **Why is my list of exported dependencies incomplete?** -We currently limit the list of dependencies to 10,000 records; we suggest applying filters to narrow the result set if you hit that limit. +We currently limit the list of dependencies to 10,000 records; we suggest applying filters to narrow the result set if you hit that limit. Additionally, for Redshift ingestion, there is a limit of 20 lineage entries per table, which may affect the completeness of lineage data for high-traffic tables.t. diff --git a/docs/cli.md b/docs/cli.md index c109d02e0ad51..737101899376d 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -725,7 +725,7 @@ Please see our [Integrations page](https://datahubproject.io/integrations) if yo | [oracle](./generated/ingestion/sources/oracle.md) | `pip install 'acryl-datahub[oracle]'` | Oracle source | | [postgres](./generated/ingestion/sources/postgres.md) | `pip install 'acryl-datahub[postgres]'` | Postgres source | | [redash](./generated/ingestion/sources/redash.md) | `pip install 'acryl-datahub[redash]'` | Redash source | -| [redshift](./generated/ingestion/sources/redshift.md) | `pip install 'acryl-datahub[redshift]'` | Redshift source | +| [redshift](./generated/ingestion/sources/redshift.md) | `pip install 'acryl-datahub[redshift]'` | Redshift source (limited to 20 copy lineage entries per table) | | [sagemaker](./generated/ingestion/sources/sagemaker.md) | `pip install 'acryl-datahub[sagemaker]'` | AWS SageMaker source | | [snowflake](./generated/ingestion/sources/snowflake.md) | `pip install 'acryl-datahub[snowflake]'` | Snowflake source | | [sqlalchemy](./generated/ingestion/sources/sqlalchemy.md) | `pip install 'acryl-datahub[sqlalchemy]'` | Generic SQLAlchemy source | diff --git a/docs/quick-ingestion-guides/redshift/overview.md b/docs/quick-ingestion-guides/redshift/overview.md index ef8c5aa963d2e..f75e85c2be330 100644 --- a/docs/quick-ingestion-guides/redshift/overview.md +++ b/docs/quick-ingestion-guides/redshift/overview.md @@ -17,7 +17,7 @@ Upon completing this guide, you will have a recurring ingestion pipeline that wi This recurring ingestion pipeline will also extract: * **Usage statistics** to help you understand recent query activity -* **Table-level lineage** (where available) to automatically define interdependencies between datasets +* **Table-level lineage** (where available) to automatically define interdependencies between datasets, limited to a maximum of 20 entries per table * **Table- and column-level profile statistics** to help you understand the shape of the data :::caution