[CT-3495] I want to use spacing to make my csv input/expected output mock data more readable for unit tests #9280
Labels
enhancement
New feature or request
paper_cut
A small change that impacts lots of users in their day-to-day
unit tests
Issues related to built-in dbt unit testing functionality
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:
The text was updated successfully, but these errors were encountered: