This message was deleted.
# ask-anything
s
This message was deleted.
e
what's the use case? are you appending to a table or creating a new one?
v
I do both 🙂
e
the best pattern here is to add an on_finish hook to the task that produces the data. inside the hook, you can call the mongodb driver and upload the data. alternatively, you may embed the uploading logic within the task itself, but I think a hook is cleaner
v
ok thanks 👍
👍 1