-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
The following feature requests have been identified:
-
List, get by id, stop, and delete jobs (
/jobsendpoints) -
List, get by id, and delete locations (
/locationsendpoints) -
List by location, get by id, and delete files
-
List, get by id, create, and remove providers (
/providersendpoints) -
List, get by id, register, and delete datasets (
/datasetsendpoints)- Dataset manifest definitions and store cleanup
- refactor(common): make schemars dep optional and co-locate schemas #717
- refactor(common): unify manifest schema types #721
- feat(metadata-db): add semver version wrapper for PostgreSQL storage #736
- refactor(dataset-store): rename dataset kind Manifest to Derived #821
- refactor(datasets-common): simplify Debug output for Manifest struct #822
- feat(datasets-derived): introduce datasets-derived crate #826
- refactor(extractors): align manifest types with other datasets crates #828
- feat(dataset-store): support loading datasets by name and version #796
- Merge
registry-service's/registerendpoint intoadmin-api - Merge
registry-service's/output_schemaendpoint intoadmin-api - Trigger a dataset dump
- List all dataset versions
- Delete a dataset over the Admin API #1057
- chore(registry-service): remove service and related configurations #735
- Dataset manifest definitions and store cleanup
Original issue description
We need a couple of added functionaity there like:
- Ability to flush all data & metadata (effectively reset a running server)
- Delete a specific dataset and all its data & metadata
- Dump all datasets that are currently deployed (without providing a dataset name)
- Get information and state of a specific dataset
- Get state and information of all datasets
- ...
These things would unblock a couple of features for the development environment. Can we get them addressed ASAP? ./cc @leoyvens
Reactions are currently unavailable