Skip to content

Fix import configuration failures #1876

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

Merged
merged 1 commit into from
Feb 21, 2025
Merged

Conversation

zachgoll
Copy link
Collaborator

@zachgoll zachgoll commented Feb 21, 2025

Fixes #1860

This PR fixes import failures when the user has invalid data after selecting a certain configuration.

In our latest import update, validation was added on the initial loading of rows:

rows.create!(

This is incorrect and we should not be validating rows when loading; they should be validated directly in our "Clean" step in the UI.

@zachgoll zachgoll merged commit 8539ac7 into main Feb 21, 2025
5 checks passed
@zachgoll zachgoll deleted the zachgoll/import-validation-fix branch February 21, 2025 13:58
@danestves
Copy link
Contributor

Thanks! I'm learning from this too

pranav7 pushed a commit to pranav7/maybe that referenced this pull request Mar 2, 2025
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 this pull request may close these issues.

Data import problem: Date not parsed properly
2 participants