Skip to content

Commit a752410

Browse files
markzegarelliforstisabella
andauthored
Created note include and added to warehouses / faq (#5019)
* Created note include and added to warehouses / faq * Update src/_includes/content/warehouse-ip.html Co-authored-by: forstisabella <[email protected]> * Apply suggestions from code review --------- Co-authored-by: forstisabella <[email protected]>
1 parent 7de9597 commit a752410

File tree

8 files changed

+27
-2
lines changed

8 files changed

+27
-2
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<div class="premonition warning">
2+
<div class="fa fa-exclamation-circle"></div>
3+
<div class="content">
4+
<p class="header">Update your warehouse allowlist for with new IP addresses</p>
5+
<p>Starting on November 14, 2023 all warehouse customers who use allowlists in their warehouses must update those lists to include the following ranges:</p>
6+
<ul>
7+
<li><code class="language-plaintext highlighter-rouge">52.25.130.38/32</code></li>
8+
<li><code class="language-plaintext highlighter-rouge">34.223.203.0/28</code></li>
9+
</ul>
10+
11+
<p>These updates coincide with reliability improvements to Segment's underlying warehouse architecture.</p>
12+
13+
14+
</div>
15+
</div>

src/connections/storage/catalog/azuresqldw/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ rewrite: true
44
redirect_from:
55
- '/connections/warehouses/catalog/azuresqldw/'
66
---
7+
{% include content/warehouse-ip.html %}
8+
79

810
Azure's [Azure Synapse Analytics](https://azure.microsoft.com/en-us/services/synapse-analytics/){:target="_blank"}, previously known as Azure SQL Data Warehouse, is a limitless analytics service that brings together enterprise data warehousing and Big Data analytics.
911

src/connections/storage/catalog/bigquery/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ rewrite: true
44
redirect_from:
55
- '/connections/warehouses/catalog/bigquery/'
66
---
7+
{% include content/warehouse-ip.html %}
78

89
Segment's [BigQuery](https://cloud.google.com/bigquery/){:target="_blank"} connector makes it easy
910
to load web, mobile, and third-party source data like Salesforce, Zendesk, and

src/connections/storage/catalog/db2/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ rewrite: true
44
redirect_from:
55
- '/connections/warehouses/catalog/db2/'
66
---
7+
{% include content/warehouse-ip.html %}
78

89
Use [IBM Db2](https://www.ibm.com/analytics/us/en/db2/){:target="_blank"} with Segment to get
910
all of your event and Cloud Source data in a warehouse built by IBM. This

src/connections/storage/catalog/postgres/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ rewite: true
44
redirect_from:
55
- '/connections/warehouses/catalog/postgres/'
66
---
7+
{% include content/warehouse-ip.html %}
8+
9+
710
PostgreSQL, or Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards compliance. As a database server, its primary functions are to store data securely and return that data in response to requests from other software applications.
811

912
PostgreSQL is ACID-compliant and transactional. PostgreSQL has updatable views and materialized views, triggers, foreign keys; supports functions and stored procedures, and other expandability. Developed by the PostgreSQL Global Development Group, free and open-source.

src/connections/storage/catalog/redshift/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ rewrite: true
44
redirect_from:
55
- '/connections/warehouses/catalog/redshift/'
66
---
7+
{% include content/warehouse-ip.html %}
78

89
This guide explains the process to provision a Redshift cluster and allow the Segment warehouse connector to write to it.
910

src/connections/storage/catalog/snowflake/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ redirect_from:
55
- '/connections/warehouses/catalog/snowflake/'
66
---
77

8+
{% include content/warehouse-ip.html %}
9+
810
[Snowflake](https://docs.snowflake.net/manuals/index.html) is a data warehouse built for the cloud. Snowflake delivers performance, simplicity, concurrency and affordability.
911

1012
## Getting Started

src/connections/storage/warehouses/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ Segment recommends scripting any sort of additions of data you might have to war
9595

9696
## Which IPs should I allowlist?
9797

98+
{% include content/warehouse-ip.html %}
99+
98100
You must allowlist Segment's custom IPs `52.25.130.38/32` and `34.223.203.0/28` while authorizing Segment to write in to your Redshift or Postgres port.
99101

100102
**EU workspace regions are currently in beta.** If you're in the EU region and participating in the public beta program, use CIDR `3.251.148.96/29`. To learn more about the public beta for EU workspace locations, contact your account manager.
101103

102-
BigQuery does not require allowlisting an IP address. To learn how to set up BigQuery, check out Segment's BigQuery [set up guide](/docs/connections/storage/catalog/bigquery/#getting-started).
103-
104104

105105
## Will Segment sync my historical data?
106106

0 commit comments

Comments
 (0)