Dan Allan

Results 757 comments of Dan Allan

Yes, we fully agree. New concept that came up this week, and included only to buttress the idea that having a namespace in that position (streams, config, views, aux) open...

I like that this scopes the auxiliary data (e.g. archiver) _inside_ the BlueskyRun (good!) but _outside_ the streams. I think the distinction between "a part of the original document stream"...

Interested in input for @dylanmcreynolds and others

When distributed moves an HDF5 dataset between processes, it sends the filename to the worker, which opens the file. There is no way to explicitly close that open file. The...

Per @cmazzoli, we could call this "park," as in putting a car into park.

This should be implemented as an example in the documentation using `BestEffortCallback.peaks`, `bluesky.plans.mv`, and some local settings.

Revisiting, we're not sure whether to close it. @ambarb @cmazzoli Do you have a custom plan that serves this need now? Is it worth generalizing for bluesky?

## Example Only Tiled admins can create "access tags" and define their policies: ```py c.context.admin.set_policy( # name of access tag "proposal-12345", # Who can apply this access tag to datasets...

Administrative information may (likely should) _also_ be stored in `metadata`, but we should not rely on the contents of `metadata` for access policy enforcement. I am proposing to store it...