mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-04 22:52:54 +00:00
doc(cli): update for restore-indices (#13880)
Co-authored-by: Sergio Gómez Villamor <sgomezvillamor@gmail.com>
This commit is contained in:
parent
5759711992
commit
c19b91d9a6
@ -298,6 +298,14 @@ datahub container term --container-urn "urn:li:container:3f2effd1fbe154a4d60b597
|
||||
The datahub package is composed of different plugins that allow you to connect to different metadata sources and ingest metadata from them.
|
||||
The `check` command allows you to check if all plugins are loaded correctly as well as validate an individual MCE-file.
|
||||
|
||||
#### restore-indices
|
||||
|
||||
This command allows you to restore indices for one or more `urn`.
|
||||
|
||||
```shell
|
||||
datahub check restore-indices --help
|
||||
```
|
||||
|
||||
### delete
|
||||
|
||||
The `delete` command allows you to delete metadata from DataHub.
|
||||
|
||||
@ -179,7 +179,7 @@ For Rest.li, see [Restore Indices API](../api/restli/restore-indices.md).
|
||||
|
||||
### CLI
|
||||
|
||||
The [datahub CLI](../cli.md) also supports a utility command for restoring indices. Check the `datahub check restore-indices --help` help text for more details.
|
||||
The [datahub CLI](../cli.md) also supports a utility command for restoring indices.
|
||||
|
||||
## Best Practices
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user