mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-24 22:52:09 +00:00
10 lines
348 B
Markdown
10 lines
348 B
Markdown
|
|
### 2. Run with the CLI
|
||
|
|
|
||
|
|
First, we will need to save the YAML file. Afterward, and with all requirements installed, we can run:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
metadata ingest -c <path-to-yaml>
|
||
|
|
```
|
||
|
|
|
||
|
|
Note that from connector to connector, this recipe will always be the same. By updating the YAML configuration,
|
||
|
|
you will be able to extract metadata from different sources.
|