Closed maxsibilla closed 5 months ago
@yuanzhou This PR requires 2 updates on the Ingest API:
/datasets
and /uploads
) to handle the bulk updating of entities - https://github.com/sennetconsortium/ingest-api/pull/449/files#diff-dbbd81613f45e75c24d247a0a00eaf8bc018218b14771a16b30b182368852c6e/data-status
endpoints to add a last_updated
property to Redis. The new return format from these endpoints will look like
{"data": <data>, "last_updated": <last_updated>}
https://github.com/sennetconsortium/ingest-api/pull/450/files
Thanks @maxsibilla. We may not be able to get the HuBMAP backend support ready this sprint. Please feel free to proceed with the SenNet DEV test and release without waiting on us. I'll hold off on any Data Ingest Board deployment updates on our end.
Change log:
Requires:
Or disable:
NEXT_PUBLIC_BULK_EDIT_ENABLED = 0