Uh oh!
There was an error while loading. Please reload this page.
[PLA-8949] Support reading experiment data sources. - #787
Merged
Conversation
anoto-moniz
commented
Nov 3, 2022
Uh oh!
There was an error while loading. Please reload this page.
anoto-moniz
commented
Nov 3, 2022
Uh oh!
There was an error while loading. Please reload this page.
anoto-monizforce-pushed
the
feature/pla-8949-read-erds
branch
from
November 3, 2022 15:05
05336d1 to
f1fbd02Compareanoto-moniz
commented
Nov 3, 2022
Uh oh!
There was an error while loading. Please reload this page.
anoto-moniz
commented
Nov 3, 2022
Uh oh!
There was an error while loading. Please reload this page.
anoto-monizforce-pushed
the
feature/pla-8949-read-erds
branch
4 times, most recently
from
November 7, 2022 21:45
01c76a5 to
40a594eCompareThis includes allowing access to them via their parent branch, as well as reading experiment data source data in CSV format.
anoto-monizforce-pushed
the
feature/pla-8949-read-erds
branch
from
November 8, 2022 17:56
40a594e to
f92c4beCompareanoto-moniz
marked this pull request as ready for review
November 8, 2022 17:56
anoto-moniz
commented
Nov 8, 2022
CollaboratorAuthor
We'll presumably want to add some info about experiment data sources to https://citrineinformatics.github.io/citrine-python/workflows/data_sources.html, but that can be done as a follow on. |
Uh oh!
There was an error while loading. Please reload this page.
genfx999
approved these changes
Nov 9, 2022
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for reading experiment data source references. Adds a property to each branch to allow retrieving the experiment data source contents, if one is associated with it; otherwise, returns
None. Also allows generating a CSV representing the data contained within the experiment data source.Currently, the only way to retrieve an experiment data source is through its branch, although a user could of course construct the
ExperimentDataSourceon their own. Presumably we'll want to expose it at other points in the future.PR Type:
Adherence to team decisions