Commit dfb0f1e
Nissan Pow
fix: inner_join must explicitly store inherited label for outer_join access
In subprocess execution (Dagster), each task's artifact file only contains
attributes explicitly assigned during that step — lazy inheritance is not
persisted. Without self.label = self.label in inner_join, the outer_join
step cannot read label from the inner_join task artifact, causing
AttributeError: Flow SplitInBranchFlow has no attribute 'label'.1 parent db73557 commit dfb0f1e
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
0 commit comments