kestra-io / plugin-jdbc

https://kestra.io/plugins/
Apache License 2.0
13 stars 14 forks source link

Uint16 not supported in clickhouse plugin #443

Open Nabil272 opened 1 week ago

Nabil272 commented 1 week ago

Describe the issue

Hi , im getting this error while using the clickhouse jdbc query : Data of type 'class com.clickhouse.data.value.UnsignedShort' for column 'source_id' is not supported the column is Uint16

Environment

Ben8t commented 1 week ago

Hello, can you share a full flow and data sample please ?

Nabil272 commented 1 week ago

- id: query_clickhouse type: io.kestra.plugin.jdbc.clickhouse.Query url: jdbc:clickhouse://host/ username: password: sql: select * from pikastream.outlet_products limit 2 fetch: true