Skip to content

Commit 64dd30d

Browse files
Update src/connections/storage/warehouses/schema.md
1 parent cfc822f commit 64dd30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/storage/warehouses/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Data types are set up in your warehouse based on the first value that comes in f
427427

428428
In cases where a data type is determined incorrectly, the support team can help you update the data type. As an example, if a field can include float values as well as integers, but the first value we received was an integer, we will set the data type of the field to integer, resulting in a loss of precision.
429429

430-
To update the data type, reach out to the Segment support team and we will update the internal schema that Segment uses to infer your warehouse schema. Once the change is made, Segment will start syncing the data with the correct data type. However, if you want to backfill the historical data correctly, you will be required to drop the impacted tables on your end, so that Segment can recreate them and backfill those tables.
430+
To update the data type, reach out to the Segment support team. They will update the internal schema that Segment uses to infer your warehouse schema. Once the change is made, Segment will start syncing the data with the correct data type. However, if you want to backfill the historical data , you must drop the impacted tables on your end so that Segment can recreate them and backfill those tables.
431431

432432
To request data types changes, please reach out to [Segment Support](https://segment.com/help/contact) for assistance, and provide with these details for the affected columns in the following format:
433433
`<schema_name>.<table_name>.<column_name>.<current_datatype>.<new_datatype>`

0 commit comments

Comments
 (0)