Commit e4bed59
fix: always show check examples, filter tests from DAG properly
- Always show example patterns in "How" column (SELECT *, cartesian
joins, ...) — even when findings exist, this shows value
- Filter test nodes from downstream in getDownstreamModels (check
node ID prefix "test.") instead of relying on name heuristics
- Expand isTestNode to catch singular tests (assert_*, test_*)
- Fix test assertion for always-show examples
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9848113 commit e4bed59
File tree
6 files changed
+31
-14
lines changed- dist
- src
- analysis
- context
- reporting
- test/unit
6 files changed
+31
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24384 | 24384 | | |
24385 | 24385 | | |
24386 | 24386 | | |
24387 | | - | |
| 24387 | + | |
| 24388 | + | |
| 24389 | + | |
24388 | 24390 | | |
24389 | 24391 | | |
24390 | 24392 | | |
| |||
27702 | 27704 | | |
27703 | 27705 | | |
27704 | 27706 | | |
| 27707 | + | |
27705 | 27708 | | |
27706 | 27709 | | |
27707 | | - | |
| 27710 | + | |
27708 | 27711 | | |
27709 | 27712 | | |
27710 | 27713 | | |
| |||
28856 | 28859 | | |
28857 | 28860 | | |
28858 | 28861 | | |
28859 | | - | |
| 28862 | + | |
| 28863 | + | |
| 28864 | + | |
28860 | 28865 | | |
28861 | 28866 | | |
28862 | 28867 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
192 | 199 | | |
193 | 200 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
| 201 | + | |
198 | 202 | | |
199 | 203 | | |
200 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
371 | 375 | | |
372 | 376 | | |
373 | 377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
| 555 | + | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
0 commit comments