Open graciegoheen opened 11 months ago
Notes from refinement:
csv
s / seeds
Here's what happens with seeds:
column_a, column_b
1, grace
2, doug
dbt seed
The created table in the warehouse -> my_seed
So the fields for column_b
included the spaces: grace
& doug
. This does seem to be consistent with what's happening for unit tests - see example here.
Is this a new bug in dbt-core?
Current Behavior
If I want to use
format:csv
for defining my mock data for a unit test definition, I cannot use any spaces:This is even true if I want to use a fixture file:
This makes the text harder to read / write.
Expected Behavior
I should be able to use spaces when defining my mock data for a unit test using
format: csv
:Spaces should also be allowed in fixture files: