mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-18 10:21:27 +00:00
fix return() in calculate_number_lines.sql
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
{%- set model_raw_sql = '' -%}
|
{%- set model_raw_sql = '' -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{{ return(model_raw_sql.count("\n")) + 1 }}
|
{{ return(model_raw_sql.count("\n") + 1) }}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user