Open RugratsJ opened 4 years ago
The biggest challenge here is to do testing. I don't think Netezza provides any docker or AWS service that could be used for that.
https://github.com/combineads/plugin-presto-netezza might be a base
I recently created a Netezza connector and used it at my workplace. Although it has limitation for UPDATE
and DELETE
queries, it is working for other queries. Please check it here https://github.com/aakashnand/trino-netezza
I tested the generic JDBC connector for Netezza, it didn't work, the show tables and select commands hang and never returned. Can a connector for Netezza be created?