Skip to content

Commit

Permalink
Fix aliases default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
clrcrl committed Jan 11, 2021
1 parent c94c045 commit 5450b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/sql/star.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{ return(adapter.dispatch('star', packages = dbt_utils._get_utils_namespaces())(from, relation_alias, except, aliases)) }}
{% endmacro %}

{% macro default__star(from, relation_alias=False, except=[], aliases) -%}
{% macro default__star(from, relation_alias=False, except=[], aliases={}) -%}
{%- do dbt_utils._is_relation(from, 'star') -%}
{%- do dbt_utils._is_ephemeral(from, 'star') -%}

Expand Down

0 comments on commit 5450b71

Please sign in to comment.