Aren't the `op_tag` argument working on assets? it...
# ask-community
c
Aren't the
op_tag
argument working on assets? it doesn't seem like the tag is actually added to the job when run.
Looking through the code it doesn't seem like the creation of a job in any way gets the tags from an op. Is this by design? seems super weird and/or a bug, but there might just be something i am missing. I am trying to create a concurrency limit on some of my heavier assets, and would like to simply tag them but it's rather difficult to figure out how. I could group them together, but would prefer not to, as they have no domain-based relation. If thats the best way that's obviously just what i'll do.
It also forces me to not utilize the basic Definitions (afaik?) nor the
materialize
button, but rather utilize the jobs instead.
p
I had a similar question and, indeed, you need to use a job to apply tags to a materialization. Here’s the GH issue
❤️ 1
c
Thank you. I'll give that a bunch of upvotes.
nod2 1