Use data in Firebird databases as input to the semantic data model in Dremio at my clients.
I install a Dremio ARP connector based on the Jaybird JDBC driver in my Dremio CE instance, pass it a connection string and read the data. The connector is publicly available, easily installable and useful.
- Test with a firebird 2.5 server
- Test in production-like environment
Changing the configuration class crashes Dremio if it has an existing data source for that configuration. This is because it can not deserialize the stored configuration into an instance of the new class. So I delete my data sources before updating. We cannot do this in production obviously. Not sure if this is important enough to fix.