From b6fd90290b70fd0e17af7dcfd7bbb9d2de48e571 Mon Sep 17 00:00:00 2001 From: AnnieZhao17 Date: Tue, 29 Oct 2024 15:38:21 -0700 Subject: [PATCH 1/4] Add databricks integrations [netlify-build] --- src/connections/aws-privatelink.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/connections/aws-privatelink.md b/src/connections/aws-privatelink.md index 596b0c3db5..05742a2d13 100644 --- a/src/connections/aws-privatelink.md +++ b/src/connections/aws-privatelink.md @@ -18,6 +18,8 @@ Usage limits for each customer during the AWS PrivateLink Private Beta include t The following Databricks integrations support PrivateLink: - [Databricks storage destination](/docs/connections/storage/catalog/databricks/) - [Databricks Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/databricks-setup/) +- [Databricks Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/databricks-profiles-sync/) +- [Databricks Data Graph](/docs/unify/data-graph/setup-guides/databricks-setup/) > info "Segment recommends reviewing the Databricks documentation before attempting AWS PrivateLink setup" > The setup required to configure the Databricks PrivateLink integration requires front-end and back-end PrivateLink configuration. Review the [Databricks documentation on AWS PrivateLink](https://docs.databricks.com/en/security/network/classic/privatelink.html){:target="_blank”} to ensure you have everything required to set up this configuration before continuing. From fdac5b435dff5e56f278498d007b35e45ce633c6 Mon Sep 17 00:00:00 2001 From: AnnieZhao17 Date: Wed, 30 Oct 2024 15:54:57 -0700 Subject: [PATCH 2/4] Add remaining integration support [netlify-build] --- src/connections/aws-privatelink.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/connections/aws-privatelink.md b/src/connections/aws-privatelink.md index 05742a2d13..8aee7e54cf 100644 --- a/src/connections/aws-privatelink.md +++ b/src/connections/aws-privatelink.md @@ -46,6 +46,7 @@ To implement Segment's PrivateLink integration for Databricks: The following RDS Postgres integrations support PrivateLink: - [RDS Postgres storage destination](/docs/connections/storage/catalog/postgres/) - [RDS Postgres Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup/) +- [RDS Postgres Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/) ### Prerequisites Before you can implement AWS PrivateLink for RDS Postgres, complete the following prerequisites: @@ -68,6 +69,8 @@ To implement Segment's PrivateLink integration for RDS Postgres: The following Redshift integrations support PrivateLink: - [Redshift storage destination](/docs/connections/storage/catalog/redshift/) - [Redshift Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/redshift-setup/) +- [Redshift Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/) +- [Redshift Data Graph](/docs/unify/data-graph/setup-guides/redshift-setup/) ### Prerequisites Before you can implement AWS PrivateLink for Redshift, complete the following prerequisites: @@ -88,6 +91,8 @@ To implement Segment's PrivateLink integration for Redshift: The following Snowflake integrations support PrivateLink: - [Snowflake storage destination](/docs/connections/storage/catalog/snowflake/) - [Snowflake Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup/) +- [Snowflake Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/) +- [Snowflake Data Graph](/docs/unify/data-graph/setup-guides/snowflake-setup/) ### Prerequisites Before you can implement AWS PrivateLink for Snowflake, complete the following prerequisites: From 7848ac5c7e5a6c66fc3144667c4714c7c1ed39fa Mon Sep 17 00:00:00 2001 From: AnnieZhao17 Date: Wed, 30 Oct 2024 16:34:10 -0700 Subject: [PATCH 3/4] Generalize datagraph link for full instructions --- src/connections/aws-privatelink.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/connections/aws-privatelink.md b/src/connections/aws-privatelink.md index 8aee7e54cf..7c5f2fcaaf 100644 --- a/src/connections/aws-privatelink.md +++ b/src/connections/aws-privatelink.md @@ -19,7 +19,7 @@ The following Databricks integrations support PrivateLink: - [Databricks storage destination](/docs/connections/storage/catalog/databricks/) - [Databricks Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/databricks-setup/) - [Databricks Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/databricks-profiles-sync/) -- [Databricks Data Graph](/docs/unify/data-graph/setup-guides/databricks-setup/) +- [Databricks Data Graph](/docs/unify/data-graph/) > info "Segment recommends reviewing the Databricks documentation before attempting AWS PrivateLink setup" > The setup required to configure the Databricks PrivateLink integration requires front-end and back-end PrivateLink configuration. Review the [Databricks documentation on AWS PrivateLink](https://docs.databricks.com/en/security/network/classic/privatelink.html){:target="_blank”} to ensure you have everything required to set up this configuration before continuing. @@ -70,7 +70,7 @@ The following Redshift integrations support PrivateLink: - [Redshift storage destination](/docs/connections/storage/catalog/redshift/) - [Redshift Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/redshift-setup/) - [Redshift Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/) -- [Redshift Data Graph](/docs/unify/data-graph/setup-guides/redshift-setup/) +- [Redshift Data Graph](/docs/unify/data-graph/) ### Prerequisites Before you can implement AWS PrivateLink for Redshift, complete the following prerequisites: @@ -92,7 +92,7 @@ The following Snowflake integrations support PrivateLink: - [Snowflake storage destination](/docs/connections/storage/catalog/snowflake/) - [Snowflake Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup/) - [Snowflake Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/) -- [Snowflake Data Graph](/docs/unify/data-graph/setup-guides/snowflake-setup/) +- [Snowflake Data Graph](/docs/unify/data-graph/) ### Prerequisites Before you can implement AWS PrivateLink for Snowflake, complete the following prerequisites: From 305850c95a10758254eb4af4f84e900ef078fda9 Mon Sep 17 00:00:00 2001 From: AnnieZhao17 Date: Wed, 30 Oct 2024 16:34:38 -0700 Subject: [PATCH 4/4] [netlify-build]