We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d279542 commit b33df57Copy full SHA for b33df57
macros/sql/star.sql
@@ -8,7 +8,7 @@
8
9
{#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. #}
10
{%- if not execute -%}
11
- {{ return('') }}
+ {{ return('*') }}
12
{% endif %}
13
14
{%- for col in dbt_utils.get_filtered_columns_in_relation(from, except) %}
0 commit comments