dbt/include/maxcompute/macros/utils/array_append.sql (
3
lines of code) (
raw
):
{% macro maxcompute__array_append(array, new_element) -%} concat({{ array }}, array({{ new_element }})) {%- endmacro %}