bluesky / databroker

Unified API pulling data from multiple sources
https://blueskyproject.io/databroker
BSD 3-Clause "New" or "Revised" License
33 stars 45 forks source link

Update for tiled v0.1.0b3 #811

Closed danielballan closed 3 months ago

danielballan commented 3 months ago

This updates databroker for this backward-incompatible change in how metadata update works. The method was renamed from update_metadata to replace_metadata to (1) be unambiguous that the input will fully replace any existing metadata and (2) leave space for more efficient update/patch methods in the future.

danielballan commented 3 months ago

I forgot that #802 was already queued up. Closing.