Hi, in my $DAGSTER_HOME/dagster.yaml I put exectui...
# announcements
e
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
ya that will do what you want - you just found a re-execution bug cc @yuhan
y
good catch! thanks for flagging it