{%
and %}
{{
and }}
table_name = orders
:
table_name
Jinja variable. This is done using a set
block:
dev_orders
, otherwise, orders
.
For that, we can use an if
Jinja block. Notice, we need to close the if
block with a endif
block
builtin.environment
returns the environment name of the current environment.if
statements,
for
loop blocks need to end with endfor
blocks.
join
method of lists as can be seen in the
example above.