Skip to content

Commit 0332722

Browse files
Add warning for unbound indices in AO2D merging (#234)
1 parent c9a3710 commit 0332722

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/hyperloop/userdocumentation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,14 @@ When a wagon test finishes in warning, this means that the wagon will not be inc
336336
</div>
337337

338338
* This is specific to tests with wagons set as ready for slim derived data. As the entire output is merged into one single file, there is a limit of 4000 MB for this. If exceeded, the user is advised to switch to standard derived data by unchecking the option “Ready for slim derived data” in the wagon edit view. Then a request for standard derived data train can be made.
339+
340+
### 8. <a name="warning-unbound-indices"></a>Unbound indices detected in AO2D merging
341+
342+
<div align="center">
343+
<img src="../images/warningUnboundIndices.png" width="40%">
344+
</div>
345+
346+
* For derived data trains, it notifies the detection of unbound columns during AO2D merging. This means that one of the output tables which has been asked to be stored has index columns to tables which are not within the output. This usually points to a bad or broken data model definition and should be fixed. The only case where this is expected and not worrisome is linked derived data. For both slim derived data and standard derived data, the data model should be fixed.
339347

340348
It is possible that a wagon test will produce multiple warnings. In that case, the same checks above will be done for each warning present, and the decision making regarding train submission will be done considering all the exceptions.
341349

16.7 KB
Loading

0 commit comments

Comments
 (0)