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

CSVAnalyzer should not allow users to override parse value as it is required #1608

Closed
devclinton opened this issue Aug 17, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@devclinton
Copy link
Member

CSV Analyzer expects to receive a dataframe within map, therefore the user should not be able to change the value of parse. Technically, they still will be able to after creating an analyzer, but we should not allow it on initialization

@devclinton
Copy link
Member Author

Address in #1598

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant