Join the Inspire AMA with Joshua Burkhow, March 31-April 4. Ask, share, and connect with the Alteryx community!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Write Data into Iceberg Table in Dremio

hafizhatta
5 - Atom

Hi everyone.

I am trying to append data into an iceberg table in Dremio.
I have the connection to Dremio setup through Arrow Flight SQL ODBC Driver.

However, when I run the workflow it returns error of NullPointerException. 

 

So the question is: 

1. Is it possible to write data into Dremio from Alteryx?
2. If not, what are the other methods can be used to output to Dremio?

 

Really appreciate for your assistance. Thank you.
iceberg-append-error.pngiceberg-append-error2.png

2 REPLIES 2
Deano478
12 - Quasar

Hey @hafizhatta from my basic knowledge of Dremio  the Arrow Flight SQL ODBC driver is primarily optimised for reading rather than writing to Dremio. So I imagine this Null Pointer error is because Dremio's SQL engine does not expect ab insert operation through the driver your using

hafizhatta
5 - Atom

Hi @Deano478 thanks for the response, really appreciate it! Do you happen to know of any other workarounds or methods to insert data into Dremio, especially considering the limitations of the Arrow Flight SQL ODBC driver for writing? I also discover that we can used python script to insert those records. However, I am just checking if there is any simpler way to do that.

Labels
Top Solution Authors