diff --git a/docs/modeling/metadata-model.md b/docs/modeling/metadata-model.md index cb053149ba..c5593fd094 100644 --- a/docs/modeling/metadata-model.md +++ b/docs/modeling/metadata-model.md @@ -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.