Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Failed look-up will not remove the row from the pipeline #90

Open
thbar opened this issue Apr 20, 2012 · 1 comment
Open

Failed look-up will not remove the row from the pipeline #90

thbar opened this issue Apr 20, 2012 · 1 comment
Labels
Milestone

Comments

@thbar
Copy link
Member

thbar commented Apr 20, 2012

If a foreign key lookup fails, the row will still be processed by the before_write processors apparently.

A small repro is needed before someone can work on this.

Work-around: the user can check for nil values in the row later in the pipeline (not sure transforms will be run, but before_write surely will).

@thbar
Copy link
Member Author

thbar commented Apr 20, 2012

It only happens as part of a transform. An error in a before_write, for instance, will stop the processing.

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

No branches or pull requests

1 participant