Is there a way to set the compute_kind on graph ba...
# ask-community
a
Is there a way to set the compute_kind on graph backed assets? I was expecting something like
@graph_multi_asset(compute_kind='api')
which would be easy to pass this tag to the graph but it seems like Dagit won't display graph tags on each asset
s
This isn't currently possible. If you're up for filing a Github issue for this, we might be able to get to it. One question we'd need to think through is: what if different ops inside the graph_multi_asset have different compute kinds?
👍 1