Hello ! Our assets are defined with .yml files (we...
# ask-community
e
Hello ! Our assets are defined with .yml files (we do not use the
@asset
, I don't know if it's common use). I have set a tag on one asset, and i'd like to add the same asset to the upstream assets Is there a way to do it automatically with something like
AssetSelection.keys([myKeys]).upstream().setTags("myTag")
? I really don't want to do it manually 😅 Thanks !