Skip to content

Commit

Permalink
fix issue 506 updating star.sql file (#532)
Browse files Browse the repository at this point in the history
* fix: updating star.sql file

* Update macros/sql/star.sql

Co-authored-by: Joel Labes <[email protected]>
  • Loading branch information
KamranAMalik and joellabes authored Apr 5, 2022
1 parent d279542 commit b33df57
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 @@ -8,7 +8,7 @@

{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}
{%- if not execute -%}
{{ return('') }}
{{ return('*') }}
{% endif %}

{%- for col in dbt_utils.get_filtered_columns_in_relation(from, except) %}
Expand Down

0 comments on commit b33df57

Please sign in to comment.