Skip to content

Commit 0594b44

Browse files
Merge branch 'segmentio:develop' into listrak/add-destination-documentation
2 parents 7350734 + b6048c3 commit 0594b44

File tree

31 files changed

+3106
-401
lines changed

31 files changed

+3106
-401
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Automations
3434
aws
3535
background(?:ed|ing)
3636
Bento
37+
Bing
3738
Blitzllama
3839
blocklist
3940
Bluedot

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2023-07-11
2+
# destination categories last updated 2023-07-13
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 2846 additions & 341 deletions
Large diffs are not rendered by default.

src/_data/catalog/destinations_private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2023-07-11
2+
# destination data last updated 2023-07-13
33
items:
44
- id: 54521fd725e721e32a72eec6
55
display_name: Intercom

src/_data/catalog/regional-supported.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
2-
# Last updated 2023-07-11
2+
# Last updated 2023-07-13
33
warehouses:
44
- id: WcjBCzUGff
55
display_name: Azure SQL Data Warehouse
@@ -686,7 +686,7 @@ sources:
686686
- us
687687
- id: L9XPA9n2Mc
688688
display_name: Listrak
689-
hidden: true
689+
hidden: false
690690
slug: listrak
691691
url: connections/sources/catalog/cloud-apps/listrak
692692
regions:
@@ -712,7 +712,7 @@ sources:
712712
endpoints:
713713
- us
714714
- id: EjYD7n6dOa
715-
display_name: Livelike (Source)
715+
display_name: LiveLike (Source)
716716
hidden: false
717717
slug: livelike-source
718718
url: connections/sources/catalog/cloud-apps/livelike-source

src/_data/catalog/slugs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,6 @@ destinations:
116116
- original: "encharge-actions"
117117
override: "encharge-cloud-actions"
118118
- original: "pardot-actions"
119-
override: "actions-pardot"
119+
override: "actions-pardot"
120+
- original: "airship-actions"
121+
override: "actions-airship"

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source cateogries last updated 2023-07-11
2+
# source cateogries last updated 2023-07-13
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2023-07-11
2+
# sources last updated 2023-07-13
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET
@@ -1215,7 +1215,7 @@ items:
12151215
isCloudEventSource: true
12161216
slug: listrak
12171217
url: connections/sources/catalog/cloud-apps/listrak
1218-
hidden: true
1218+
hidden: false
12191219
regions:
12201220
- us
12211221
endpoints:
@@ -1248,7 +1248,7 @@ items:
12481248
url: ''
12491249
categories: []
12501250
- id: EjYD7n6dOa
1251-
display_name: Livelike (Source)
1251+
display_name: LiveLike (Source)
12521252
isCloudEventSource: true
12531253
slug: livelike-source
12541254
url: connections/sources/catalog/cloud-apps/livelike-source

src/_data/sidenav/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ sections:
187187
section:
188188
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup
189189
title: BigQuery Reverse ETL Setup
190+
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/databricks-setup
191+
title: Databricks Reverse ETL Setup
192+
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup
193+
title: Postgres Reverse ETL Setup
190194
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/redshift-setup
191195
title: Redshift Reverse ETL Setup
192196
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup
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>

0 commit comments

Comments
 (0)