would it be possible to add a selection syntax hel...
# dagster-feedback
s
would it be possible to add a selection syntax helper like
my_asset-*
which would allow for only downstream assets or only upstream dependencies without select the asset
my_asset
itself?
t
Thanks for this feedback! I'll take it back to the team. If you'd like to try this out yourself, you can override the
AssetSelection
class and replace it's
resolve_inner
with your own logic on how to select assets.
👍🏻 1