mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
docs: standardize fanout terminology
This commit is contained in:
parent
4827437f3a
commit
9aac270f80
19 changed files with 66 additions and 66 deletions
|
|
@ -305,12 +305,12 @@ class TestPredefinedMeasureDeps:
|
|||
assert "GROUP BY" in sql.upper()
|
||||
|
||||
|
||||
# ── Planner: fan-out with one_to_many to dimension sources (lines 595-643) ──
|
||||
# ── Planner: fanout with one_to_many to dimension sources (lines 595-643) ──
|
||||
|
||||
|
||||
class TestFanOutEdgeCases:
|
||||
def test_single_source_fan_out_to_dimension(self):
|
||||
"""Measure source with one_to_many to dimension should trigger fan-out."""
|
||||
"""Measure source with one_to_many to dimension should trigger fanout."""
|
||||
hub = SourceDefinition(
|
||||
name="hub",
|
||||
table="public.hub",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue