Hi, Memoization isn’t working as I try it the firs...
# ask-community
j
Hi, Memoization isn’t working as I try it the first time following the basic SourseHashVersionStrategy example. After the first run where one of the ops that I intentionally made raise error failed, Dagster correctly skipped the succeeded ops in the next run and ran the failed op. Then I added the tag
MEMOIZED RUN TAG
set to false to disable meoizaation, but Dagster still skipped the previously succeeded ops. What am I missing? I also tried
dagster/is_memoizd_run
false, but it made no difference. Perhaps I need to define what the tag does when enabled? If so, I couldn’t find any doc about that.
👀 1
y
cc @chris
c
Known bug unfortunately: https://github.com/dagster-io/dagster/issues/6311, since the tags from the launchpad don't make it to execution