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

Allow schema to be remote #160

Closed
nsheff opened this issue Feb 22, 2024 · 1 comment
Closed

Allow schema to be remote #160

nsheff opened this issue Feb 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request likely-solved
Milestone

Comments

@nsheff
Copy link
Contributor

nsheff commented Feb 22, 2024

I'd like to do this:

psm = pipestat.PipestatManager(
    record_identifier="sample1",
    results_file_path="pipestat_results.yaml",
    schema_path="https://schema.databio.org/pipestat/object_result.yaml",
)

schema_path could be a remote file.

@nsheff nsheff added the enhancement New feature or request label Feb 22, 2024
@nsheff nsheff self-assigned this Feb 22, 2024
@donaldcampbelljr donaldcampbelljr added this to the v0.9.0 milestone Feb 22, 2024
donaldcampbelljr added a commit that referenced this issue Apr 2, 2024
@donaldcampbelljr
Copy link
Contributor

  • Update docs to explain this functionality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request likely-solved
Projects
None yet
Development

No branches or pull requests

2 participants