Skip to content

Commit b33df57

Browse files
fix issue 506 updating star.sql file (#532)
* fix: updating star.sql file * Update macros/sql/star.sql Co-authored-by: Joel Labes <joel.labes@dbtlabs.com>
1 parent d279542 commit b33df57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/sql/star.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

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

0 commit comments

Comments
 (0)