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

Execution names should be unique? #63

Open
stuartmcalpine opened this issue Sep 11, 2023 · 0 comments
Open

Execution names should be unique? #63

stuartmcalpine opened this issue Sep 11, 2023 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@stuartmcalpine
Copy link
Collaborator

When writing the tutorial for pipelines, I was thinking about how to query them, to get back the datasets.

I could start with the executions, search for it, and then get the datasets with that execution_id. I'm most likely to search on the execution name, however this at the moment is not unique, so I could get multiple results. Should we make this unique? The other option is to first search on the name, then deduce the correct ID, and use the ID from then on.

@stuartmcalpine stuartmcalpine added the question Further information is requested label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants