Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

RS-5211 asset by serial #4

Merged
merged 3 commits into from
May 8, 2018
Merged

Conversation

stevenjonescgm
Copy link
Contributor

had an off-by-1 in exiting early when a certain number of errors where reached.

Most common error for asset import is duplicate-asset_serial because the job was/is not fully idempotent. However, it is possible that asset_serial is legitimately wrong (eg many rows with same value) so I made ignoring that error optional default-false

It is desirable to allow many errors without stopping (and rows_to_process can be used to validate the format of the first few rows of a large file instead) so I added a UI exposed control of the number of errors to allow. Default 100k, though it should probably be much lower for memory and cpu overhead

@stevenjonescgm stevenjonescgm merged commit 356a7c7 into master May 8, 2018
@stevenjonescgm stevenjonescgm deleted the RS-5211-asset-by-serial branch May 8, 2018 16:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant