Hello, Is there a NIFI -> Datahub ingestion exp...
# ingestion
a
Hello, Is there a NIFI -> Datahub ingestion expert here who can help with this issue (the message says this Processor type is not supported, but is there a way out?) :
Copy code
`                                             'Dropping Nifi Processor of type org.apache.nifi.processors.slack.PutSlack, id '
                                             '017718bd-4edc-1e55-534e-ca304519ef4b, name PutSlack from lineage view.                     This is '
                                             'likely an Ingress or Egress node which may be reading to/writing from external '
                                             'datasets                     However not currently supported in datahub',`
h
Hi Venkata, Datahub nifi ingestion source currently supports only S3 and SFTP ingress/egress processors, and skips other processors as well as respective lineages. The warning message above is to highlight the skipped processors. If you feel, any of skipped processor type is important from dataflow or lineage point of view for your usecase, you can contribute to datahub nifi source to support that processor.
a
Thanks @hundreds-photographer-13496 - I was not good at understanding Nifi…now I get it….thanks…will check what I can do…