You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "AbdelrahimKA (via GitHub)" <gi...@apache.org> on 2023/05/17 15:03:21 UTC

[GitHub] [nifi] AbdelrahimKA commented on pull request #6368: NIFI-10442: Create PutIceberg processor

AbdelrahimKA commented on PR #6368:
URL: https://github.com/apache/nifi/pull/6368#issuecomment-1551567048

   Hi, @MohamedAdelHsn 
    Unfortunately, there is no way right now to send data directly to the open tables (Deltalake, Hudi or Iceberg) from Nifi. 
    I've tried this with other processes like putdatabaserecord. The putdatabaserecord have disabled autocommit feature so you cannot even use it with Trino or Dremio.
    The only way, which is not recommended is to use putsql process that needs some pre-processing steps before sending the data to Trinio or Dremio.
   I have opened a ticket on Jira ([Ticket-11449](https://issues.apache.org/jira/browse/NIFI-11449))hopefully someone will consider this.
   
   Hope this helps you.
   Regards


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org