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
Thank you
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
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?
Currently creating a macro and calling that set of macros in it. Is the only option exist I think
Thanks for the advice
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.