Write Data into Iceberg Table in Dremio
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Labels:
- In Database
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
