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

Snowflake seed ignores numeric decimal parts #690

Closed
drewbanin opened this issue Mar 11, 2018 · 1 comment
Closed

Snowflake seed ignores numeric decimal parts #690

drewbanin opened this issue Mar 11, 2018 · 1 comment
Assignees

Comments

@drewbanin
Copy link
Contributor

Example CSV:

a,b,c
10.1234,11.456,12.234
10.1234,11.456,12.234
10.1234,11.456,12.234

yields:

a,b,c
10,11,12
10,11,12
10,11,12

Related: #684

@drewbanin drewbanin changed the title Snowflake seed ignores numeric decimal pars Snowflake seed ignores numeric decimal parts Mar 13, 2018
@drewbanin drewbanin mentioned this issue Apr 23, 2018
1 task
@drewbanin
Copy link
Contributor Author

We're defaulting to float types, and actual types can be overriden with the seed config syntax here:
#708

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

No branches or pull requests

2 participants