-
Notifications
You must be signed in to change notification settings - Fork 15
Implement tiledb_soma_healthcheck component #1055
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
base: main
Are you sure you want to change the base?
Conversation
CHANGELOG.md
Outdated
* (Experimental) Added `from_h5mu_or_h5ad_to_tiledb` component. Warning: the functionality in this component is experimental | ||
and its behavior may change in future releases (PR #1034). | ||
|
||
* (Experimental) Added `tiledb_soma_healthcheck` component (PR #1055). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be moved to the ## EXPERIMENTAL section of the changelog?
roles: [ author, maintainer ] | ||
argument_groups: | ||
- name: Input database | ||
description: "Open CellxGene Census by URI." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this always CxG-specific? Could it not apply to e.g. private TileDB databases?
) | ||
with tiledbsoma.open(par["input_uri"], "w", context=context) as _: | ||
logger.info("Connection successful!") | ||
logger.info("Component finished") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can a logger statement be added with some information in case the health check is unsuccesful?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could; what extra information are you looking for? Mostly tiledbsoma already adds information in the error message.
Changelog
Implement tiledb_soma_healthcheck component
Issue ticket number and link
Closes #xxxx (Replace xxxx with the GitHub issue number)Checklist before requesting a review
I have performed a self-review of my code
Conforms to the Contributor's guide
Check the correct box. Does this PR contain:
Proposed changes are described in the CHANGELOG.md
CI tests succeed!