Skip to content

Commit 883366d

Browse files
authored
Merge pull request #413 from segmentio/repo-sync
repo sync
2 parents a4accac + 82b4b9a commit 883366d

File tree

2 files changed

+21
-18
lines changed
  • src/connections
    • sources/catalog/libraries/mobile/react-native
    • storage/warehouses

2 files changed

+21
-18
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you're migrating to Analytics React Native 2.0 from an older Analytics React
1616
> warning ""
1717
> `@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"}.
1818
>
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.
2020
2121

2222
## Getting Started

src/connections/storage/warehouses/faq.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When you disable a source, collection or property, Segment no longer syncs data
1313

1414
## Can we add, tweak, or delete some of the tables?
1515

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.
1717

1818
If you want to join across additional datasets, feel free to create and upload additional tables.
1919

@@ -62,12 +62,9 @@ Segment recommends scripting any sort of additions of data you might have to war
6262

6363
You can allowlist Segment's custom IP `52.25.130.38/32` while authorizing Segment to write in to your Redshift or Postgres port.
6464

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.
6666

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).
7168

7269

7370
## Will Segment sync my historical data?
@@ -105,11 +102,10 @@ To sign up for warehouse sync notifications:
105102

106103
Data in your warehouse is formatted into **schemas**, which involve a detailed description of database elements (tables, views, indexes, synonyms, etc.)
107104
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).
110107

111-
> note " "
112-
> All schema data is always represented in snake case.
108+
Schema data for Segment warehouses is represented in snake case.
113109

114110
For more information about Warehouse Schemas, see the [Warehouse Schemas](/docs/connections/storage/warehouses/schema) page.
115111

@@ -125,10 +121,17 @@ Segment stores the name of your schema in the **SQL Settings** page. Changing th
125121

126122
To change the name of your schema without disruptions:
127123

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

Comments
 (0)