Max Rostron
04/14/2023, 11:35 AMCould not load location searchland_dagster to check for sensors due to the following error: dagster._core.errors.DagsterInvalidDefinitionError: "context" is not a valid name in Dagster. It conflicts with a Dagster or python reserved keyword.
What am I missing here? Please don't link me to docs as they really aren't helping. I'm just trying to set up a config. The second image is what I am actually trying to do.Vinnie
04/14/2023, 11:50 AMop
called from a job
, the context
argument is created and passed on the backgroundMax Rostron
04/14/2023, 12:05 PM# pylint: disable=E1120
for nowVinnie
04/14/2023, 1:35 PMcontext
, I’m pretty sure dagster won’t recognize it as something internal if you try to name it op_context