Is there a way to provide an `asset` to a `graph`?...
# ask-community
d
Is there a way to provide an
asset
to a
graph
? I thought the
input_defs
argument would be doing that, and the
InputDefinition
even has an
asset_key
parameter... But when I set it, the asset value it's being used. Instead, the job config gets an
inputs:my_asset
field, and the value of this field gets pased to the graph as input, Why would the value from the conifg be passed as the asset value? Why this field is even created? Is this intended?