Skip to content

Commit e90eaea

Browse files
committed
add suggestion for seed column types
1 parent 4d1c1af commit e90eaea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ not worth the effort.
137137
- When materialized as a table, a CAST will result in the specified type for
138138
INT, REAL, TEXT; casts to NUMERIC and BOOLEAN result in a 'NUM' column type.
139139

140+
- To get the best fidelity to your seed data, declare all the column types as TEXT
141+
in your [seed configurations](https://docs.getdbt.com/reference/seed-configs)
142+
and create a model to do the casts and conversions.
143+
144+
140145
## SQLite Extensions
141146

142147
These modules from SQLean are needed for certain functionality to work:

0 commit comments

Comments
 (0)