Hi. I'm new to dbt, and just trying out your new macro apply_meta_as_tags by installing your dbt package and then building just a single model, and I get this error:
dbt runtime exception
Compilation Error in operation dx_dbt_pdb-on-run-end-0 (./dbt_project.yml) 'model_contains_tag_meta' is undefined > in macro apply_meta_as_tags (macros/apply_meta_as_tags.sql) > called by operation dx_dbt_pdb-on-run-end-0 (./dbt_project.yml)
I've found that if I copy and paste the macro model_contains_tag_meta into a separate macro sql file, then it seems to find it.