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

Fail-resistant catalog build #307

Open
Tracked by #279
charles-turner-1 opened this issue Dec 12, 2024 · 0 comments
Open
Tracked by #279

Fail-resistant catalog build #307

charles-turner-1 opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@charles-turner-1
Copy link
Collaborator

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
    1. Ensure catalog builds do not fail due to an individual (or many) broken datastores.
    2. Reports which datastores are broken.

Describe alternatives you've considered

Nil.

Additional context

#279

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant