How can I execute the downstream of a model using ...
# ask-community
s
How can I execute the downstream of a model using "execute_in_process" ?? the following code is giving error
c
Hi Saul. This is a pain point of the current system--the
asset_selection
argument of
execute_in_process
actually only accepts a list of asset keys. Ideally, we would be able to support
AssetSelection
instances as well. Similar issue here: https://github.com/dagster-io/dagster/issues/9414
s
Thanks