-
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.
incremental lineage for nifi, docs update
- Loading branch information
1 parent
dcfddfb
commit b7b328c
Showing
5 changed files
with
119 additions
and
47 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
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