Hello everyone! I have a Jinja DBT question! I have set a list and I'm looping over it.
{% set my_list= ["$apple",
"$avocado",
"tomato"] %}
I want now to loop over this list, retrive the data from each column (each item is a column name), and in the column name I want to remove the dollar symbol $. I was trying to do it with this code bellow: