mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-06 08:38:41 +00:00
31 lines
1.5 KiB
Markdown
31 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
|
|
|
|
### 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).
|