https://dagster.io/ logo
Title
a

Adam Bloom

10/13/2022, 10:40 PM
Should
multi_asset_sensor
work with assets across multiple repositories? The docs for regular asset sensors suggest that is allowed, so I was hoping it'd work with multi_asset_sensors as well. However, I'm getting a grpc error from dagster-daemon:
details = "Exception iterating responses: No asset with AssetKey(...) found in repository"
. The asset key in question is defined by another repository.
:dagster-bot-responded-by-community: 1
Looks like the changes in https://github.com/dagster-io/dagster/pull/9954 remove this exception and change the validation/error message, so I might just need to wait and try again with the new release when its ready