dlt workshop q4 issue
aturevich opened this issue · 3 comments
Hello there, there is high chance that there is mistake in q4 for dlt workshop
Here are my points. In the end we have to end with tables, excluding blue lines, as they come from first generator and should be updated with values from second generator
Tried couples of approaches in code, but ended with same answer. If we try to add up age values manually, than no answer will match our result.
Probably form needs update
@adrianbr can you please take a look?
The problem was described in #461
The code used to procure the solutions erroneously used different table names for merging, which caused the resulting sum to be 213 (age values from second generator only), which apparently is what is used by the form now.
Answers were fixed. Closing.