You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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.
53
53
54
54
## Types of sources
55
55
@@ -167,7 +167,7 @@ Cloud app sources empower you to pull together data from all of your different t
167
167
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:
168
168
169
169
{: .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%}
171
171
{{source-type-list | markdownify}}
172
172
173
173
@@ -176,7 +176,7 @@ These Cloud App Sources can export data from its third party tool and import it
176
176
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:
177
177
178
178
{: .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%}
Copy file name to clipboardExpand all lines: src/connections/storage/catalog/postgres/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ This error can be caused for a few reasons:
200
200
- Your warehouse went offline.
201
201
- 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.
202
202
203
-
### Schema <schema_name> does not exist
203
+
### Schema `<schema_name>` does not exist
204
204
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.
205
205
206
206
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.
Copy file name to clipboardExpand all lines: src/connections/storage/index.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ Segment offers several [Data Storage Destinations](/docs/connections/storage/cat
14
14
-[Google Cloud Storage](/docs/connections/storage/catalog/google-cloud-storage/) (available to all users)
15
15
-[Segment Data Lakes](/docs/connections/storage/data-lakes/) (available to Business Tier customers only)
16
16
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." %}
0 commit comments