kbase / relation_engine

Repository containing the KBase Relation Engine API, specs, and other related files.
MIT License
3 stars 11 forks source link

Undelete deprecated taxonomy_search_species stored query #122

Closed n1mus closed 2 years ago

n1mus commented 2 years ago

Some apps in prod will have a lag in the version of the taxonomy_re_api commit that they use, e.g., they will point to the "release" version of taxonomy_re_api, but there will be a delay in getting the most recent commit of taxonomy_re_api released. If these apps are using an old commit of taxonomy_re_api, that old commit of taxonomy_re_api might expect the deprecated taxonomy_search_species stored query to be available in the respective RE. But the latest RE, with the deprecated taxonomy_search_species stored query deleted, might get deployed into prod.

If we undelete the deprecated taxonomy_search_species stored query in the RE then we don't have to worry about deploying the latest RE to prod.

n1mus commented 2 years ago

Nevermind, it was never deleted