Skip to content

Commit 7650877

Browse files
committed
Updating the warehouse schema page with info about the way data types are assigned
1 parent 3625bb4 commit 7650877

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/connections/storage/warehouses/schema.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -410,22 +410,19 @@ When Segment process a new batch and discover a new column to add, we take the m
410410

411411

412412
### Supported Data Types
413+
Data types are set up in your warehouse based on the first value that comes in from a source. For example, if the first value that came in from a source was a string, Segment sets the data type in the warehouse to `string`.
414+
413415
The data types that Segment currently supports include:
414416

415417
### `timestamp`
416-
The `timestamp`
417418

418419
### `integer`
419-
Integers are
420420

421421
### `float`
422-
Float values
423422

424423
### `boolean`
425-
Boolean data types
426424

427425
### `varchar`
428-
Varchar, or the variable character data type,
429426

430427
## Column Sizing
431428

0 commit comments

Comments
 (0)