is there a way to provide `tags` to `assets`? I wo...
# ask-community
d
is there a way to provide
tags
to
assets
? I would like to limit concurrency for a partitioned asset materialization. Ideally I want all runs for this asset materialization to have some tags (relevant for backfills).
.
p
Hi Daniel. Right now there’s the ability to specify tags on
build_assets_job
. Are you looking for a way to specify tags on individual assets that roll up to all encompassing jobs?
d
I want to have asset-specific limits for backfills. For example, when I launch a backfill for a heavy asset locally I don't want the the runs to get OOMed.
s
@Daniel Gafni were you able to find a way to get this working?