Hello! Question: When do artifacts get synced to S...
# ask-metaflow
b
Hello! Question: When do artifacts get synced to S3? I have a flow that wrote to the store via
self.data =
and that step (which is a foreach branch) is still running. I am trying to inspect that artifact via the client API but the
task.data
for that running task is still empty. Do they sync only when the step is over? Thanks!
1
c
Hi! Yeah that is correct, serialized artifacts get pushed to the remote datastore at the last stage of the task lifecycle.