Is it possible to have an optional AssetIn for an ...
# ask-community
a
Is it possible to have an optional AssetIn for an asset?
c
Currently not--Dagster assumes that the dependency relationships within assets is deterministic. So each upstream asset dependency must be loaded to materialize a downstream asset.