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/storage/warehouses/faq.md
+15-19Lines changed: 15 additions & 19 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
@@ -121,21 +121,17 @@ Segment stores the name of your schema in the **SQL Settings** page. Changing th
121
121
122
122
To change the name of your schema without disruptions:
123
123
124
-
1. Open the Segment app
125
-
1. Select the "Connections" tab on the left
126
-
1. Select the "Sources" tab
127
-
1. Select the source from the list of "My Sources" that is sending data to the schema you want to change
128
-
1. Select the "Settings" tab from the top (just below your source name)
129
-
2. Under the "Enable Source" section, disable your source and click **Save Changes.**
130
-
> **Note**: This will pause all data from the selected source to all destinations.
131
-
8. Select the "SQL Settings" tab.
132
-
4. Update the "Schema Name" field with the new name for your schema and click **Save Changes.**
133
-
> **Note**: This will set the schema name for all existing and future SQL destinations. It is important that you understand how many warehouse destination(s) exist for this source, and that you understand how to rename the schema in each database.
134
-
10. Rename the schema(s) in your warehouse destination(s) to match the newly modified schema name from the previous step.
135
-
1. Open the Segment app
136
-
1. Select the "Connections" tab on the left
137
-
1. Select the "Sources" tab
138
-
1. Select the source from the list of My Sources that is sending data to the schema that was changed
139
-
1. Select the "Settings" tab from the top (just below your source name)
140
-
1. On the source's settings page, select "Basic."
141
-
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