Can we tag macros ?

Hi all.
Can we tag macros ?

{{ config(
    tags=["finance"]
) }}

and run

dbt  run-operation --select tag:finance 

Because I want to run only specify set of macros

Let me know if you need any additional information :smiley:

Thank you

Apparently macros do not have a tag property

Also it does not seem run-operation accepts select argument

So I think you can’t do it (not 100% sure)

Would it work for you to create a macro that calls that set of macros?

1 Like

Currently creating a macro and calling that set of macros in it. Is the only option exist I think
Thanks for the advice :smiley:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.