agreeable-farmer-44067
09/19/2022, 6:18 PMhelpful-optician-78938
09/19/2022, 6:28 PMhelpful-optician-78938
09/19/2022, 6:29 PMprocess_group_pattern
to restrict the ingestion to a small test sub-set first?agreeable-farmer-44067
09/19/2022, 6:32 PMhundreds-photographer-13496
09/21/2022, 6:43 AMprocess_group_pattern:
allow:
- Practica
Also watch out for warning messages starting with Dropping Nifi Processor of type
, as some ingress/egress processor nodes used in your nifi flow (GetFile, PutFile) are not currently supported by datahub nifi source. Please refer nifi source doc for current limitations - https://datahubproject.io/docs/generated/ingestion/sources/nifi/
Another config you can use to reduce the execution time is to set config provenance_days: 1
, which will process events for only single day to extract lineage.dry-article-21611
10/30/2023, 2:31 PMsource:
type: nifi
config:
site_url: '<http://xxx.xxx.xxx.xxx:18080/nifi/>'
process_group_pattern:
allow:
- EADP
- 'DEMO.*'
Is this how it should work? Guess it would be worth mentioning in the documentation. Should I create a PR?hundreds-photographer-13496
10/31/2023, 5:34 AM