lively-holiday-41728
02/18/2023, 8:15 PM2023-02-18 20:09:28.746 1 task is running: fit_model (1 running; 0 done).
2023-02-18 20:09:28.746 No tasks are waiting in the queue.
2023-02-18 20:09:28.746 4 steps have not started: log_model, fit_big, log_big, end.
I want to disable because I'm training a model through a metaflow pipeline and that takes a lot of time to train (so this keeps appearing, almost fills up my terminal)
Tried
import os
os.environ['MF_DISABLE_STEPS_WAITING_NOTIFICATIONS'] = 'True'
but doesn't work