JOIN `ON` statement no new line when expression contains a jinja variable
Closed this issue · 1 comments
henriblancke commented
Desired:
LEFT JOIN {{ ref('mytable') }} AS tb
ON {{ var }} = tb.col
Actual:
LEFT JOIN {{ ref('mytable') }} AS tb
ON {{ var }}
= tb.col
henriblancke commented
Fixed in #14 and part of v1.2.0 release