-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ingest/nifi): ingest process group as browse path v2, incrementa…
…l lineage (#10202) Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
- Loading branch information
1 parent
00a890f
commit 6997abd
Showing
7 changed files
with
628 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
### Concept Mapping | ||
|
||
| Source Concept | DataHub Concept | Notes | | ||
| --------------------------------- | --------------------------------------------------------- | ----------------------- | | ||
| `"Nifi"` | [Data Platform](../../metamodel/entities/dataPlatform.md) | | | ||
| Nifi flow | [Data Flow](../../metamodel/entities/dataFlow.md) | | | ||
| Nifi Ingress / Egress Processor | [Data Job](../../metamodel/entities/dataJob.md) | | | ||
| Nifi Remote Port | [Data Job](../../metamodel/entities/dataJob.md) | | | ||
| Nifi Port with remote connections | [Dataset](../../metamodel/entities/dataset.md) | | | ||
| Nifi Process Group | [Container](../../metamodel/entities/container.md) | Subtype `Process Group` | | ||
|
||
### Caveats | ||
- This plugin extracts the lineage information between external datasets and ingress/egress processors by analyzing provenance events. Please check your Nifi configuration to confirm max rentention period of provenance events and make sure that ingestion runs frequent enough to read provenance events before they are disappear. | ||
|
||
- Limited ingress/egress processors are supported | ||
- S3: `ListS3`, `FetchS3Object`, `PutS3Object` | ||
- SFTP: `ListSFTP`, `FetchSFTP`, `GetSFTP`, `PutSFTP` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.