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 queries that use userdataset control tables to be compatible with VDI control tables #38

Open
dmgaldi opened this issue Aug 30, 2023 · 0 comments
Assignees

Comments

@dmgaldi
Copy link
Contributor

dmgaldi commented Aug 30, 2023

The dataset queries will need small adjustments to use the VDI dataset_visibility table instead of the shares table and any other adjustments necessary to make it compatible with the VDI schema.

This code will probably have to live on a branch until we are ready to fully switch over to VDI.

FROM apidbuserdatasets.installeduserdataset i,
apidbuserdatasets.userdatasetowner o,
apidbuserdatasets.datasetattributes d,
apidbuserdatasets.USERDATASETPROJECT p

@dmgaldi dmgaldi self-assigned this Aug 30, 2023
@dmgaldi dmgaldi assigned steve-fischer-200 and unassigned dmgaldi Sep 27, 2023
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

No branches or pull requests

2 participants