Sensor causing exception - ExternalTargetData not in whitelist #5838
-
Hi, today I started a new docker based project using the latest version 0.13.9. As soon as I activate the sensor, I get the following exception (every 4 seconds or so) and the sensor of course does not trigger.
The repository looks as following:
The dagster.yaml and workspace.yaml are defined as following:
I also attached the content of the docker-compose.yaml below:
Does anyone have an idea what the reason for that error might be, or how I can narrow down the root cause? Many thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The likely cause is different versions of dagster trying to talk to each other. I suspect
vs
could be the cause |
Beta Was this translation helpful? Give feedback.
The likely cause is different versions of dagster trying to talk to each other.
I suspect
vs
could be the cause