docs: misc fixes (#7603)

This commit is contained in:
Aseem Bansal 2023-03-16 12:26:10 +05:30 committed by GitHub
parent 2ef26e8b74
commit 3eb8e616ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View File

@ -462,6 +462,7 @@ module.exports = {
],
},
"docs/debugging",
"docs/faq-using-datahub",
"docs/plugins",
{

View File

@ -86,7 +86,7 @@ Running `datahub init` will allow you to customize the datahub instance you are
**_Note_**: Provide your GMS instance's host when the prompt asks you for the DataHub host.
#### Environment variables supported
### Environment variables supported
The environment variables listed below take precedence over the DataHub CLI config created through the `init` command.

View File

@ -1,4 +1,6 @@
# Debugging Guide
# Quickstart Debugging Guide
For when [Quickstart](./quickstart.md) did not work out smoothly.
## How can I confirm if all Docker containers are running as expected after a quickstart?
@ -146,7 +148,7 @@ docker exec -i mysql sh -c 'exec mysql datahub -udatahub -pdatahub' < docker/mys
## I've messed up my docker setup. How do I start from scratch?
Run the following script to remove all the containers and volumes created during the quickstart tutorial. Note that you'll also lose all the data as a result.
```
./docker/nuke.sh
datahub docker nuke
```
## I'm seeing exceptions in DataHub GMS container like "Caused by: java.lang.IllegalStateException: Duplicate key com.linkedin.metadata.entity.ebean.EbeanAspectV2@dd26e011". What do I do?

View File

@ -0,0 +1,7 @@
# FAQ Using DataHub
## Logo for my platform is not appearing on the Home Page or search results
Please see if either of these guides help you
- [Adding a custom Dataset Data Platform](./how/add-custom-data-platform.md)
- [DataHub CLI put platform command](./cli.md#put-platform)