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

fix get_uniprot_refs database handling #271

Open
korikuzma opened this issue Oct 17, 2023 · 1 comment
Open

fix get_uniprot_refs database handling #271

korikuzma opened this issue Oct 17, 2023 · 1 comment
Labels
keep-alive priority:low Low priority technical debt A feature/requirement implemented in a sub-optimal way & must be re-written. Contrast to "cleanup"

Comments

@korikuzma
Copy link
Member

In staging branch, there is:

q = QueryHandler(create_db()) # must be dynamodb

If ddb is required:

  1. Just do q = QueryHandler(DynamoDbDatabase())
    or
  2. Do validation (isinstance(q.db, DynamoDbDatabase)) and raise exception if not ddb
@korikuzma korikuzma added priority:low Low priority technical debt A feature/requirement implemented in a sub-optimal way & must be re-written. Contrast to "cleanup" labels Oct 17, 2023
Copy link

This issue is stale because it has been open 180 days with no activity. This issue will be closed if no further activity occurs in 14 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep-alive priority:low Low priority technical debt A feature/requirement implemented in a sub-optimal way & must be re-written. Contrast to "cleanup"
Projects
None yet
Development

No branches or pull requests

2 participants