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:
David Haglund 2022-02-11 22:43:59 +01:00 committed by GitHub
parent 368b20878c
commit 6c214add36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ The metadata model documentation can be generated and uploaded into a running Da
./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.