Skip to content

Commit 0de545d

Browse files
Merge pull request #6014 from segmentio/isabella-retl-catalog-testing
Fix id duplication bug leading to missing RETL destinations
2 parents f0c3b24 + 53dabd9 commit 0de545d

File tree

5 files changed

+7
-22
lines changed

5 files changed

+7
-22
lines changed

src/_data/catalog/slugs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,8 @@ destinations:
204204
- original: "innovid"
205205
override: "tv-squared"
206206
- original: "aggregations-io-actions"
207-
override: "actions-aggregations-io"
207+
override: "actions-aggregations-io"
208+
- original: "fullstory-cloud-mode-actions"
209+
override: "actions-fullstory-cloud"
210+
- original: "klayvio-actions"
211+
override: "actions-klayvio"

src/connections/destinations/catalog/fullstory-cloud-mode-actions/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/connections/destinations/catalog/google-analytics-4-cloud/index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/connections/destinations/catalog/klaviyo-actions/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/connections/reverse-etl/reverse-etl-catalog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ These destinations support [Reverse ETL](/docs/connections/reverse-etl/). If you
77

88
<div class="destinations-catalog">
99
<div class="flex flex--wrap waffle waffle--xlarge">
10-
{% assign destinations = site.data.catalog.destinations.items%}
10+
{% assign destinations = site.data.catalog.destinations.items %}
1111
{% for destination in destinations %}
1212
{% unless destination.hidden %}
1313
{% if destination.status contains "PUBLIC" or destination.status contains "BETA" %}
@@ -37,3 +37,4 @@ These destinations support [Reverse ETL](/docs/connections/reverse-etl/). If you
3737
{% endfor %}
3838
</div>
3939
</div>
40+

0 commit comments

Comments
 (0)