SuperDuperDB/superduperdb

[BUG] MongoDB and SQLDB use different keys to store data, but listener.outputs always returns keys in the MongoDB format.

Closed this issue · 0 comments

In MongoDB, the model results are stored in the listener.outputs field, while in SQL databases, they are stored in the output field. This difference leads to varying behaviors when using the models downstream.