Open aku opened 4 months ago
Could you share a reproducer (example flow that generates that error)? It's difficult to help otherwise. thx in advance!
@anna-geller
- id: duckdb
type: io.kestra.plugin.jdbc.duckdb.Query
sql: SELECT [1, 2, 3] AS Result
fetchOne: true
hey @anna-geller, has this issue been resolved ? if not i could work on it .
sure, go ahead and thanks in advance! 👍
@anna-geller ,
I'm having little difficulty identifying the exact location of the relevant files needed to make the change.
Could you please point out to where the io.kestra.plugin.jdbc.duckdb.Query
and AbstractCellConverter.convert
classes are located in the codebase?
Note: unfortunetly we have an upstream issue with DuckDB Java driver opened in DuckDB repo. It seems that array type has been introduced in 0.10 and Kestra plugin version is stuck to 0.8 due to the later issue.
Describe the issue