Snowflake Object Tagging in DBT

Trying to add Snowflake object tags for models. Right now I’m using the snowflake_utils package plus another macro to run a post-hook to account for the lag between the model creation and the on-end-run hook that the snowflake_utils package creates.

However, is there an easier way to do this? I’ve scoured the internet and I don’t see anything else other than macros.

If you’re currently creating Snowflake object tags in dbt, what has your method been?