Overview
Found unexpected 'endmacro' block tag. in file
macros/upload_results/insert_into_metadata_table.sql
There is 7 macros, but 8 endmacro statements
How to reproduce
- dbt build --full-refresh --select state:modified+
- When you use the macro from insert_into_metadata_table
- warning comes
Expected behaviour
I expect there to be no warning
Screenshots


Environment
Results of running dbt --version:
Please paste the contents of your packages.yml file here:
packages:
- name: dbt_utils
package: dbt-labs/dbt_utils
version: 1.3.0
- name: dbt_date
package: godatadriven/dbt_date
version: 0.12.0
- name: audit_helper
package: dbt-labs/audit_helper
version: 0.12.1
- name: salesforce_formula_utils
package: fivetran/salesforce_formula_utils
version: 0.10.0
- name: dbt_artifacts
package: brooklyn-data/dbt_artifacts
version: 2.9.2
- name: fivetran_utils
package: fivetran/fivetran_utils
version: 0.4.10
...