Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbt seed raise error mismatched input 's' when there is 's in csv file #60

Closed
grhaonan opened this issue Nov 24, 2022 · 3 comments
Closed

Comments

@grhaonan
Copy link

Hi team,

I initially raised this issue to dbt-core and it seems fine with dbt-snowflake.

Would you please take a look? the dbt seed will fail if there is a ' character in the seed file

details:

dbt-labs/dbt-core#6306

Thanks

@cstruct
Copy link

cstruct commented Nov 28, 2022

@nicor88 can this be closed since this should already be fixed in #7?

@nicor88
Copy link
Member

nicor88 commented Nov 28, 2022

I confirm this issue is fixed. Thanks @cstruct for pointing out.

I tested using this CSV:

country_code,country_name
US,I'm a string

and all works fine.

@grhaonan please upgrade to dbt-athena-community >=1.0.4 if you want to see this issue solved.

@nicor88 nicor88 closed this as completed Nov 28, 2022
@grhaonan
Copy link
Author

I confirm this issue is fixed. Thanks @cstruct for pointing out.

I tested using this CSV:

country_code,country_name
US,I'm a string

and all works fine.

@grhaonan please upgrade to dbt-athena-community >=1.0.4 if you want to see this issue solved.

Big thanks guys, I will upgrade and try out

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants