snuba icon indicating copy to clipboard operation
snuba copied to clipboard

ref(snql) Aliases in SELECT should be pushed to expressions

Open evanh opened this issue 1 year ago • 0 comments

Currently the alias in the SELECT expressions is used only for the results in the SelectedExpression. The alias also needs to be pushed down to the expression inside the SelectedExpression as well though, to ensure that other references to the alias get expanded properly.

evanh avatar Sep 08 '23 16:09 evanh