We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e22306 commit dbb2a9cCopy full SHA for dbb2a9c
src/_includes/content/regional-integrations-table.md
@@ -1,5 +1,5 @@
1
{% assign destinations = site.data.catalog.destinations.items %}
2
-{% assign warehouses = site.data.catalog.warehouse.items %}
+{% assign warehouses = site.data.catalog.warehouse.items | where: "status", "PUBLIC" %}
3
4
<input class="table-search" type="text" id="filterInput" onkeyup="searchFilter()"
5
placeholder="Search for an integration..">
0 commit comments