mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-06 00:31:18 +00:00
fix(docs) Fix doc on modelDocUpload (#4112)
Update the doc to use the same environment variable as the script to configure which Datahub server to upload the model doc to.
This commit is contained in:
parent
368b20878c
commit
6c214add36
@ -93,7 +93,7 @@ The metadata model documentation can be generated and uploaded into a running Da
|
|||||||
./gradlew :metadata-ingestion:modelDocUpload
|
./gradlew :metadata-ingestion:modelDocUpload
|
||||||
```
|
```
|
||||||
|
|
||||||
**_NOTE_**: This will upload the model documentation to the DataHub instance running at the environment variable `$DATAHUB_HOST` (http://localhost:8080 by default)
|
**_NOTE_**: This will upload the model documentation to the DataHub instance running at the environment variable `$DATAHUB_SERVER` (http://localhost:8080 by default)
|
||||||
|
|
||||||
It will also generate a few files under `metadata-ingestion/generated/docs` such as a dot file called `metadata_graph.dot` that you can use to visualize the relationships among the entities.
|
It will also generate a few files under `metadata-ingestion/generated/docs` such as a dot file called `metadata_graph.dot` that you can use to visualize the relationships among the entities.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user