-
Suggestion
-
Resolution: Unresolved
-
None
-
4
-
Data preparation preflight should capture all data errors in one round.
Current behavior is there are some error checks that makes the preflight stop at the first error. This results in customers having to do multiple cycles of the below:
- Run preflight checks (wait...)
- Fix data errors captured by preflights.
- Run preflight checks round 2 (wait again...)
- Fix another set of errors captured by preflights.