You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
During the catalog builds for version 1.0.0, several build failures occurred due to broken datastores (Codex in particular - see #199) .
As the catalog is growing to include more datasets, it will be necessary to build & rebuild the catalog, without builds failing due to broken datastores.
This will likely
Describe the feature you'd like
The build function in cli.py will need to be refactored to atomise the build, perhaps delegating each datastore build/translation to a separate function.
Each of these delegated datastore builders/translators should be wrapped with some sort of error handling, which will
Ensure catalog builds do not fail due to an individual (or many) broken datastores.
Is your feature request related to a problem? Please describe.
During the catalog builds for version 1.0.0, several build failures occurred due to broken datastores (Codex in particular - see #199) .
As the catalog is growing to include more datasets, it will be necessary to build & rebuild the catalog, without builds failing due to broken datastores.
This will likely
Describe the feature you'd like
build
function incli.py
will need to be refactored to atomise the build, perhaps delegating each datastore build/translation to a separate function.Describe alternatives you've considered
Nil.
Additional context
#279
The text was updated successfully, but these errors were encountered: