Closed colin-rogers-dbt closed 11 months ago
Addressed this release 1.7.2
The | int
filter seems to only apply to the -1
and not the whole result which caused errors in my project when loading seeds.
I opened a PR that addresses the issue: #207
When running
dbt seed
I'm unable to load a 7 column 2000 row CSV file as it exceeds # of parameters.Current workaround is to override
calc_batch_size
macro and add a-1
so it's: