Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs based on code PR #3 #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/act-on-metadata/impact-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-ingestion-guides/redshift/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down