Skip to content

Conversation

DriesSchaumont
Copy link
Member

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:

    • Breaking changes
    • New functionality
    • Major changes
    • Minor changes
    • Documentation
    • Bug fixes
  • Proposed changes are described in the CHANGELOG.md

  • CI tests succeed!

@DriesSchaumont DriesSchaumont marked this pull request as ready for review August 11, 2025 11:27
CHANGELOG.md Outdated
Comment on lines 23 to 27
* (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).

Copy link
Contributor

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."
Copy link
Contributor

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")
Copy link
Contributor

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?

Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants