You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dbt seed fails if seed file contains a special character. This is new in v0.14.0, in v0.13.1 it was working for us. This looks like #1616 could be related.
Issue description
When running dbt seed, dbt fails with output:
Encountered an error:
Compilation Error in seed nonascii (data/nonascii.csv)
'ascii' codec can't encode character u'\u2013' in position 6: ordinal not in range(128)
Issue
Dbt seed fails if seed file contains a special character. This is new in v0.14.0, in v0.13.1 it was working for us. This looks like #1616 could be related.
Issue description
When running
dbt seed
, dbt fails with output:System information
The output of
dbt --version
:OS: MacOS
Python version: 2.7
Steps to reproduce
Here's a sample csv:
nonascii.csv.zip
It has contents:
(note the
–
is not a plain-
)The text was updated successfully, but these errors were encountered: