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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]