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
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/react-native/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
@@ -16,7 +16,7 @@ If you're migrating to Analytics React Native 2.0 from an older Analytics React
16
16
> warning ""
17
17
> `@segment/analytics-react-native 2.0` is compatible with Expo's [Custom Dev Client](https://docs.expo.dev/development/getting-started/){:target="_blank"} and [EAS builds](https://docs.expo.dev/build/introduction/){:target="_blank"} without any additional configuration. Destination Plugins that require native modules may require custom [Expo Config Plugins](https://docs.expo.dev/guides/config-plugins/){:target="_blank"}.
18
18
>
19
-
> `@segment/analytics-react-native 2.0`is not compatible with Expo's managed workflow.
19
+
> `@segment/analytics-react-native 2.0`isn't compatible with Expo Go.
Copy file name to clipboardExpand all lines: src/connections/storage/warehouses/faq.md
+20-17Lines changed: 20 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ When you disable a source, collection or property, Segment no longer syncs data
13
13
14
14
## Can we add, tweak, or delete some of the tables?
15
15
16
-
You have full admin access to your Segment Warehouse. However, don't tweak or delete Segment generated tables, as this may cause problems for our systems that upload new data.
16
+
You have full admin access to your Segment Warehouse. However, don't tweak or delete Segment generated tables, as this may cause problems for the systems that upload new data.
17
17
18
18
If you want to join across additional datasets, feel free to create and upload additional tables.
19
19
@@ -62,12 +62,9 @@ Segment recommends scripting any sort of additions of data you might have to war
62
62
63
63
You can allowlist Segment's custom IP `52.25.130.38/32` while authorizing Segment to write in to your Redshift or Postgres port.
64
64
65
-
If you're in the EU region, use CIDR `3.251.148.96/29`.
65
+
**EU workspace regions are currently in beta.**If you're in the EU region and participating in the public beta program, use CIDR `3.251.148.96/29`. To learn more about the public beta for EU workspace locations, contact your account manager.
66
66
67
-
> info ""
68
-
> EU workspace regions are currently in beta. If you would like to learn more about the beta, please contact your account manager.
69
-
70
-
BigQuery does not require allowlisting an IP address. To learn how to set up BigQuery, check out Segment's BigQuery [set up guide](/docs/connections/storage/catalog/bigquery/#getting-started)
67
+
BigQuery does not require allowlisting an IP address. To learn how to set up BigQuery, check out Segment's BigQuery [set up guide](/docs/connections/storage/catalog/bigquery/#getting-started).
71
68
72
69
73
70
## Will Segment sync my historical data?
@@ -105,11 +102,10 @@ To sign up for warehouse sync notifications:
105
102
106
103
Data in your warehouse is formatted into **schemas**, which involve a detailed description of database elements (tables, views, indexes, synonyms, etc.)
107
104
and the relationships that exist between elements. Segment's schemas use the following template: <br/>`<source>.<collection>.<property>`, for example,
108
-
`segment_engineering.tracks.user_id`, where Source refers to the source or project name (segment_engineering), collection refers to the event (tracks),
109
-
and the property refers to the data being collected (user_id).
105
+
`segment_engineering.tracks.user_id`, where source refers to the source or project name (segment_engineering), collection refers to the event (tracks),
106
+
and the property refers to the data being collected (user_id).
110
107
111
-
> note " "
112
-
> All schema data is always represented in snake case.
108
+
Schema data for Segment warehouses is represented in snake case.
113
109
114
110
For more information about Warehouse Schemas, see the [Warehouse Schemas](/docs/connections/storage/warehouses/schema) page.
115
111
@@ -125,10 +121,17 @@ Segment stores the name of your schema in the **SQL Settings** page. Changing th
125
121
126
122
To change the name of your schema without disruptions:
127
123
128
-
1. Open the Segment app, select your warehouse from the Sources tab, and select **Settings.**
129
-
2. Under the "Enable Source" section, disable your warehouse and click **Save Changes.**
130
-
3. Select the "SQL Settings" tab.
131
-
4. Update the "Schema Name" field with the new name for your schema and click **Save Changes.**
132
-
5. Rename the schema in your Data Warehouse to match the new name in the Segment app.
133
-
6. Open the Segment app, select your warehouse from the Sources tab, and select **Settings.** On the source's settings page, select "Basic."
134
-
7. Under the "Enable Source" section, enable your warehouse and click **Save Changes.**
124
+
1. Open the Segment app, select **Connections** and click **Destinations**.
125
+
2. Select the warehouse you'd like to rename the schema for from the list of destinations.
126
+
3. On the overview page for your source, select **Settings**.
127
+
4. Disable the **Sync Data** toggle and click **Save Settings**.
128
+
5. Select **Connections** and click **Sources**.
129
+
6. Select a source that syncs data with your warehouse from your list of sources, and select **Settings**.
130
+
7. Select **SQL Settings** and update the "Schema Name" field with the new name for your schema and click **Save Changes.**
131
+
> **Note**: This will set the schema name for all existing and future destinations.
132
+
8. Repeat steps six and seven until you rename all sources that sync data to your warehouse.
133
+
9. Open the third-party host of your database, and rename the schema.
134
+
10. Open the Segment app, select **Connections** and click **Destinations**.
135
+
11. Select the warehouse you disabled syncs for from the list of destinations.
136
+
3. On the overview page for your source, select **Settings**.
137
+
4. Enable the **Sync Data** toggle and click **Save Settings**.
0 commit comments