You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Datasets documentation, there is a way to publish and get by ref, but there seems to be no way to get a list of all existing dataset refs in a project.
For context, @akiyamasho and I are deploying Weave over multiple projects. Grabbing datasets programmatically would make that easier vs. now having to hard-code dataset refs as they're published for each project. 🙇
In the Datasets documentation, there is a way to publish and get by ref, but there seems to be no way to get a list of all existing dataset refs in a project.
(NOTE: I also checked the codebase and it doesn't seem to include any way to retrieve a list of dataset refs from the project
https://github.com/wandb/weave/blob/master/weave/flow/dataset.py ・ https://github.com/wandb/weave/blob/master/weave/trace/api.py)
The text was updated successfully, but these errors were encountered: