doc: add guide for ui tabs (#4333)

* doc: add guide for ui tabs

* docs: add details on properties tab

* add validation tab

* change arrangement
This commit is contained in:
Aseem Bansal 2022-03-21 19:58:42 +05:30 committed by GitHub
parent 58dab764c4
commit dc9228fa9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -203,6 +203,7 @@ module.exports = {
"docs/ui-ingestion",
"docs/how/search",
"docs/how/auth/add-users",
"docs/how/ui-tabs-guide",
],
"Developer Guides": [
// TODO: the titles of these should not be in question form in the sidebar

17
docs/how/ui-tabs-guide.md Normal file
View File

@ -0,0 +1,17 @@
# UI Tabs Guide
Some of the tabs in the UI might not be enabled by default. This guide is supposed to tell Admins of DataHub how to enable those UI tabs.
## Datasets
### Stats and Queries Tab
To enable these tabs you need to use one of the usage sources which gets the relevant metadata from your sources and ingests them into DataHub. These usage sources are listed under other sources which support them e.g. [Snowflake source](../../metadata-ingestion/source_docs/snowflake.md), [BigQuery source](../../metadata-ingestion/source_docs/bigquery.md)
### Validation Tab
This tab is enabled if you use [Data Quality Integration with Great Expectations](../../metadata-ingestion/integration_docs/great-expectations.md).
## Common to multiple entities
### Properties Tab
Properties are a catch-all bag for metadata not captured in other aspects stored for a Dataset. These are populated via the various source connectors when [metadata is ingested](../../metadata-ingestion/README.md).