diff --git a/macros/common/stage_external_sources.sql b/macros/common/stage_external_sources.sql index eaf5530..dd21826 100644 --- a/macros/common/stage_external_sources.sql +++ b/macros/common/stage_external_sources.sql @@ -33,7 +33,7 @@ {% endfor %} - {% if sources_to_stage|length == 0 %} + {% if sources_to_stage|length == 0 and execute %} {% do log('No external sources selected', info = true) %} {% endif %}