-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DuckDB] Unable to upgrade to version 0.9.0 #165
Comments
Possible workaround: rebuilding the DuckDB driver.
|
Are we able to give a try updating the org.duckdb::duckdb_jdbc drivers to the 1.0.0 release? I need some feature sets from the 1.0.0 release of duckdb, but unable to use. I've reverted to using a python script in the meantime, but ideally would prefer to use this plugin. |
@richard-lennox the upsteam issue at DuckDB side is not fixed in the new driver so we still cannot upgrade the driver |
@loicmathieu @fhussonnois has a PR looking at PluginClassLoader 🤔 Does it open a new way to solve this ? |
@Ben8t see my comment before yours, the issue is upstream, there is nothing we can do at our side except the workaround the DuckDB team give us which is literally to build the driver by ourself and embedds our own version which is a very bad idea. |
Current Workaround for Open Source Users
Then you can build plugin jar with Then you can build your own version of Kestra with this built plugin (see documentation). Alternatively, using docker-compose, you can bind volumes like this: ...
services:
kestra:
volumes:
- ./libs/plugin-jdbc-duckdb-0.17.0.jar:/app/plugins/plugin-jdbc-duckdb-0.<VERSION>.0.jar
... |
Issue description
See upstream issue duckdb/duckdb-java#14
The text was updated successfully, but these errors were encountered: