Dear prefects, I have successfully persisted my f...
# ask-community
r
Dear prefects, I have successfully persisted my first result on S3 (persisted the result of
battery_id_generator
) 🎉 However, the mapped tasks did not persist any results to S3. 🤔 Do I need to specify something for the maps to also persist the results?
✅ 1
Ah, user error. The underlying tasks did not return anything. After adding the return statement, it works seemlessly 🙂
🎉 2
k
Good job figuring it out @Robin!
🙂 1