A star (generator) is born

This is a companion discussion topic for the original entry at A star (generator) is born | dbt Developer Blog

Hello, Is there a guaranteed order for returned columns by the Star macro and if yes, is it the ordinal position of the columns? Thanks.

It looks like you’re missing a closing parenthesis in this example:

select {{ dbt_utils.star(from=ref('table_a'), except=['column_56'] }}from {{ ref('table_a') }}