Skip to content

Commit 22c6a76

Browse files
committed
chore: more fixes
1 parent abef4bd commit 22c6a76

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

src/connections/sources/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ analytics.identify('user_123', {
3030
email: 'jane.kim@example.com',
3131
name: 'Jane Kim'
3232
},
33-
});
33+
);
3434
```
3535
{% endcodeexampletab %}
3636

@@ -49,7 +49,7 @@ analytics.identify('user_123', {
4949
{% endcomment %}
5050

5151
> info "If you don't see the source you're looking for in the catalog"
52-
> If a tool isn't listed as a supported source in Segment's [catalog](https://segment.com/catalog/){:target='_blank}, it's not possible to incorporate the integration out-of-the-box within a Segment workspace. As an alternative, you can use the [HTTP API](/docs/connections/sources/catalog/libraries/server/http-api/) source to collect data from the tool's API. You can also use [Functions](/docs/connections/functions/) to send or receive data from other tools.
52+
> If a tool isn't listed as a supported source in Segment's [catalog](https://segment.com/catalog/){:target="_blank"}, it's not possible to incorporate the integration out-of-the-box within a Segment workspace. As an alternative, you can use the [HTTP API](/docs/connections/sources/catalog/libraries/server/http-api/) source to collect data from the tool's API. You can also use [Functions](/docs/connections/functions/) to send or receive data from other tools.
5353
5454
## Types of sources
5555

@@ -167,7 +167,7 @@ Cloud app sources empower you to pull together data from all of your different t
167167
These Cloud App Sources can export data from its third party tool and import it directly into your Segment warehouse. Make sure you have a Segment warehouse enabled before you enable any of the following sources:
168168

169169
{: .columns }
170-
{% capture source-type-list %} {% include content/cloud-source-type-list.md type="object" %} {%endcapture%}
170+
{% capture source-type-list %} {% include content/cloud-source-type-list.md type="object" %} {% endcapture %}
171171
{{source-type-list | markdownify}}
172172

173173

@@ -176,7 +176,7 @@ These Cloud App Sources can export data from its third party tool and import it
176176
These Cloud App Sources can not only export data into your Segment warehouse, but they can **also** federate the exported data into your other enabled Segment integrations:
177177

178178
{: .columns }
179-
{% capture source-type-list %} {% include content/cloud-source-type-list.md type="event" %} {%endcapture%}
179+
{% capture source-type-list %} {% include content/cloud-source-type-list.md type="event" %} {% endcapture %}
180180
{{source-type-list | markdownify}}
181181

182182
### HTTP

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ This error can be caused for a few reasons:
200200
- Your warehouse went offline.
201201
- There's a setting needed for Segment to connect which hasn't been correctly configured. Refer to the [Warehouse documentation](/docs/connections/storage/warehouses/) to ensure all steps outlined there have been followed.
202202

203-
### Schema <schema_name> does not exist
203+
### Schema `<schema_name>` does not exist
204204
The syncs are failing due to a permissions issue. It looks like the user connected does not have permission to create schemas in your warehouse.
205205

206206
To resolve these errors Segment recommends connecting to your warehouse using the owner account, or granting permissions to the current account you use to connect to Segment. You can correct these permissions by running the following SQL statement - Replace `user` with the account you use to connect to Segment, and run this statement for each schema in the warehouse.

src/connections/storage/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ Segment offers several [Data Storage Destinations](/docs/connections/storage/cat
1414
- [Google Cloud Storage](/docs/connections/storage/catalog/google-cloud-storage/) (available to all users)
1515
- [Segment Data Lakes](/docs/connections/storage/data-lakes/) (available to Business Tier customers only)
1616

17-
18-
19-
{% include components/reference-button.html href="https://segment.com/academy/intro/why-you-should-own-your-data/?referrer=docs" icon="media/academy.svg" title="Analytics Academy: Why you should own your data" description="Although the sharing economy is eroding the idea of “ownership,” when it comes to analytics data, we strongly believe that you should own it." %}
17+
{% include components/reference-button.html href="https://segment.com/academy/intro/why-you-should-own-your-data/?referrer=docs" icon="media/academy.svg" title="Analytics Academy: Why you should own your data" description="Although the sharing economy is eroding the idea of ownership, when it comes to analytics data, we strongly believe that you should own it." %}
2018

2119
<!-- TODO:
2220

0 commit comments

Comments
 (0)