Skip to content

Update view to account for JBrowse use-cases#5

Open
dmgaldi wants to merge 2 commits into
mainfrom
view-updates
Open

Update view to account for JBrowse use-cases#5
dmgaldi wants to merge 2 commits into
mainfrom
view-updates

Conversation

@dmgaldi
Copy link
Copy Markdown

@dmgaldi dmgaldi commented Jan 18, 2024

Overview

Add type, name and description to the dataset_availability view.

Testing

Ran query and inspected results.

@dmgaldi dmgaldi self-assigned this Jan 18, 2024
FROM
vdi_control_&1..dataset_visibility v,
vdi_control_&1..dataset d,
vdi_control_dev_n.dataset_meta m,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to use the &1.. macro here, like the lines above

Copy link
Copy Markdown
Collaborator

@steve-fischer-200 steve-fischer-200 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the presumption here is that if there is no row in dataset_meta then this dataset is not available. i think that is fair.

we had talked about moving this to the VDI_DATASET_* schema... worth discussing as a FUT

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.

2 participants