I have a newbie question, if I set `tag` parameter...
# ask-community
s
I have a newbie question, if I set
tag
parameter in
@graph
decorator, and convert this graph to a job, will the
tag
be passed to that job?
j
Hi @Sean Han graph tags aren’t passed to the job
s
So I need to apply that in
to_jobs
as a parameter?
j
yep, you can pass them via the
tags
parameter
❤️ 1