hey, I would like to add default tags automaticall...
# announcements
s
hey, I would like to add default tags automatically to all of our solids and pipelines. I can see two ways to do this: • having a custom @my_pipeline and @my_solid wrapper around the original one • or run
get_all_pipelines()
on my repo and iterating over the registred pipelines and modifying the tags
is there any other way? is it ok if I modify registered pipelines in the repo? Thanks
❤️ 1
second option is not possible because it'sa readonly dict
a
cant think of a better approach than the custom decorators
🙏 1
👍 1