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