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

Load: Show warning or error if record id is mapped #679 #691

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Conversation

paustint
Copy link
Contributor

@paustint paustint commented Jan 3, 2024

Give user a nice indicator that the load will most likely fail. We could have made this slightly better by not auto-mapping the record id for upsert, but there could be some edge-cases so the easy path was taken to show an error.

Mapping errors are considered "soft" as the uer can still continue if they so choose to.

resolves #679

image

Give user a nice indicator that the load will most likely fail. We could have made this slightly better by not auto-mapping the record id for upsert, but there could be some edge-cases so the easy path was taken to show an error.

Mapping errors are considered "soft" as the uer can still continue if they so choose to.

resolves #679
@paustint paustint merged commit be3324f into main Jan 3, 2024
4 checks passed
@paustint paustint deleted the feat/679 branch January 3, 2024 04:24
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.

Load: Show warning or error if record id is mapped
1 participant