mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-14 10:19:51 +00:00
Added the runbook for the requirements.txt.
This commit is contained in:
parent
bd32ec20a1
commit
493cbe16d6
@ -8,7 +8,10 @@ way to do that is through [Docker images](../docker).
|
|||||||
./gradlew :metadata-events:mxe-schemas:build
|
./gradlew :metadata-events:mxe-schemas:build
|
||||||
```
|
```
|
||||||
This is needed to generate `MetadataChangeEvent.avsc` which is the schema for `MetadataChangeEvent` Kafka topic. This
|
This is needed to generate `MetadataChangeEvent.avsc` which is the schema for `MetadataChangeEvent` Kafka topic. This
|
||||||
stream is the entry point for any metadata CRUD operation for Data Hub.
|
3. Before launching each ETL ingestion pipeline, you can install/verify the library versions as below.
|
||||||
|
```
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
## MCE Producer/Consumer CLI
|
## MCE Producer/Consumer CLI
|
||||||
`mce_cli.py` script provides a convenient way to produce a list of MCEs from a data file.
|
`mce_cli.py` script provides a convenient way to produce a list of MCEs from a data file.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user