hi folks, I'm having trouble passing a context int...
# ask-community
j
hi folks, I'm having trouble passing a context into an asset that also accepts other assets as an input, any ideas on why that is? I get this error
dagster._core.errors.DagsterInvalidDefinitionError: "context" is not a valid name in Dagster. It conflicts with a Dagster or python reserved keyword.
dagster bot responded by community 1
d
I'm pretty sure context has to be the first argument defined in order for dagster to accept it as a valid argument. Otherwise it assumes you're trying to pass in a different argument named
context
1
👍 1
j
that did it