We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1c1af commit e90eaeaCopy full SHA for e90eaea
README.md
@@ -137,6 +137,11 @@ not worth the effort.
137
- When materialized as a table, a CAST will result in the specified type for
138
INT, REAL, TEXT; casts to NUMERIC and BOOLEAN result in a 'NUM' column type.
139
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
145
## SQLite Extensions
146
147
These modules from SQLean are needed for certain functionality to work:
0 commit comments