qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.11k stars 66 forks source link

ds.get_body() returns None when there is an existing body #1894

Closed chriswhong closed 3 years ago

chriswhong commented 3 years ago

Observed when using rosebud-api with qrimatic frontend.

I deployed a new workflow and added some logic to append a row to the existing body only if the body is not None. When it runs, get_body() is always None for some reason, so instead of appending, I always end up with a single row in my dataset (it overwrites the old body)

Home___Qri_Cloud
dustmop commented 3 years ago

Fixed by https://github.com/qri-io/qrimatic/commit/bc3b0c416fc862c44bd66128c1aa78a3e30352ea.