From ed992f8e22aeb49c51957dd9bc34318907546a5d Mon Sep 17 00:00:00 2001 From: UpinBen Date: Fri, 17 Oct 2025 20:23:56 -0400 Subject: [PATCH] Fix broken Redshift COPY command link on LangSmith data export page ### Summary This PR fixes a broken link to the AWS Redshift COPY command documentation on the LangSmith data export page. ### Details - Old link: https://aws.amazon.com/about-aws/whats-new/2018/06/amazon-redshift-can-now-copy-from-parquet-and-orc-file-formats/ - New link: https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html Fixes #906 --- src/langsmith/data-export.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/langsmith/data-export.mdx b/src/langsmith/data-export.mdx index 9d446d75a..614138507 100644 --- a/src/langsmith/data-export.mdx +++ b/src/langsmith/data-export.mdx @@ -312,7 +312,7 @@ You can load data into Snowflake from S3 by following the [Load from Cloud Docum ### RedShift -You can COPY data from S3 / Parquet into RedShift by following the [AWS COPY Instructions](https://aws.amazon.com/about-aws/whats-new/2018/06/amazon-redshift-can-now-copy-from-parquet-and-orc-file-formats/). +You can COPY data from S3 or Parquet into Amazon Redshift by following the [AWS COPY command documentation](https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html). ### Clickhouse