-
|
Hello everyone, I need to import the mentioned job in a sensor definition file under sensors/master_inventory_ready.py as follows: when I try to use the above sensor in the init.py file as follows I get a syntax error: Source code is: I must be defining something in a non Dagster acceptable type. Any ideas? The question was originally asked in Dagster Slack. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It looks like your sensor definition is pointing to |
Beta Was this translation helpful? Give feedback.
It looks like your sensor definition
is pointing to
master_inventory, which looks like a module (you import a job from it in your definitions). Did you perhaps mean to point it tomaster_inventory_list_job? So it'd look like this: