Hey! Is there any way to select a set of assets an...
# ask-community
s
Hey! Is there any way to select a set of assets and exclude those with a certain tag? Something like
Copy code
daily_assets_job = define_asset_job(
    name="daily_assets_job",
    selection=AssetSelection.groups("bronze") - AssetSelection.groups("tags: monthly_task")
)
c
Hi Shad. Unfortunately no way to build an asset selection based on the tags at the moment. I'd recommend filing a feature request if this is a feature you want