Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix preview for remote catalogs #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dylanmcreynolds
Copy link
Contributor

Fixes #12

When you setup an intake-server as your source, you a run is note represented as a BlueskyRun, rather a RemoteBlueskyRun which is, surprisingly, not a BlueskyRun.

@danielballan
Copy link
Contributor

This seems like a good enough reason to consider making them share a common base class so we can be more specific than object in situations like this.

@dylanmcreynolds
Copy link
Contributor Author

dylanmcreynolds commented Jul 27, 2020

Agreed. Just submitted: bluesky/databroker#583. We could also change the signal to Catalog instead of object, but it would be great for this (and I assume other places in Xi-CAM) to have a class that indicates that we have a run, whether Remote or local.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Preview fails for remote (intake-server) catalog
2 participants