https://dagster.io/ logo
e

ezechiel syx

05/11/2020, 10:42 AM
Hi, in my $DAGSTER_HOME/dagster.yaml I put exectuion_manager disabled, thinking that would prevent people from executing pipelines from that dagit instance. That appears to do the trick, playground is greyed out and re-execute button gives an error popup. The error is confusing though: AttributeError: Type "DauphinStartPipelineReexecutionDisabledError" not found in the Schema. So I'm looking for confirmation that putting above snippet is indeed a good way to prevent pipeline executions from that dagit instance (I only want to see previous execution logs in it)
a

alex

05/11/2020, 3:19 PM
ya that will do what you want - you just found a re-execution bug cc @yuhan
y

yuhan

05/11/2020, 4:37 PM
good catch! thanks for flagging it