-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What we can move into a declarative config file:
- TYPE_BLACKLIST and _INDEXER_DIRECTORY in src/index_runner/es_indexers/main.py
- For each indexer module:
- Namespace (ie "WS")
- Index versions and names
Indexer module configs can be passed into the indexer functions as a dictionary
File format can be something like:
type_blacklist:
- KBaseExperiments.AmpliconSet
- etc
indexer_modules:
- module: KBaseNarrative
type: Narrative
version: "4.0"
indexer: src/index_runner/es_indexers/narrative.py
config:
namespace: WS
index_name: narrative_2Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request