This message was deleted.
# ask-anything
s
This message was deleted.
e
this isn't officially supported but this should work. start a console with
ploomber interact
, then
dag['task_name']._post_run_actions()
then verify the new status with
ploomber status
post_run_actions will run the on_finish hook (if any) and then overwrite the metadata without running the task. if this works for you. please post this on the github issue in case anyone else needs this recipe
👍 1
did
_post_run_actions
fix your issue @Reese Hopkins?
r
I didn't check. I went ahead and just ran the model and did something else. But I will - maybe next week? Good luck with the presentations this week at PyData @Eduardo!
e
thanks!
r
Finally needed to do this and it worked! That's super helpful. Thanks @Eduardo
e
great. I'm glad it worked!