Rajasekhar-Vuppala cd9fc26a25
feat(ingest/vertica): Adding Vertica as source in Datahub UI (#7010)
Co-authored-by: Vishal <vishal.k@simplify3x.com>
Co-authored-by: VISHAL KUMAR <110387730+vishalkSimplify@users.noreply.github.com>
Co-authored-by: John Joyce <john@acryl.io>
2023-01-13 13:23:32 -08:00

33 lines
1.5 KiB
Markdown

## Integration Details
<!-- Plain-language description of what this integration is meant to do. -->
<!-- Include details about where metadata is extracted from (ie. logs, source API, manifest, etc.) -->
The DataHub Vertica Plugin extracts the following:
* Metadata for databases, schemas, views, tables, and projections
* Table level lineage
* Metadata for ML Models
* Metadata for Vertica OAuth
### Concept Mapping
<!-- This should be a manual mapping of concepts from the source to the DataHub Metadata Model -->
<!-- Authors should provide as much context as possible about how this mapping was generated, including assumptions made, known shortcuts, & any other caveats -->
This ingestion source maps the following Source System Concepts to DataHub Concepts:
<!-- Remove all unnecessary/irrevant DataHub Concepts -->
| Source Concept | DataHub Concept | Notes |
| -------------- | ------------------------------------------------------------------ | ----- |
| `Vertica` | [Data Platform](../../metamodel/entities/dataPlatform.md) | |
| Table | [Dataset](../../metamodel/entities/dataset.md) | |
| View | [Dataset](../../metamodel/entities/dataset.md) | |
| Projections | [Dataset](../../metamodel/entities/dataset.md) | |
## Metadata Ingestion Quickstart
For context on getting started with ingestion, check out our [metadata ingestion guide](../../../../metadata-ingestion/README.md).