Skip to content
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

Uint16 not supported in clickhouse plugin #443

Open
Nabil272 opened this issue Nov 22, 2024 · 3 comments
Open

Uint16 not supported in clickhouse plugin #443

Nabil272 opened this issue Nov 22, 2024 · 3 comments
Assignees
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working good first issue Great issue for new contributors kind/quick-win Seems to be quick to do

Comments

@Nabil272
Copy link

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

  • Kestra Version: develop
@Nabil272 Nabil272 added area/plugin Plugin-related issue or feature request bug Something isn't working labels Nov 22, 2024
@kestrabot kestrabot bot added this to Issues Nov 22, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Nov 22, 2024
@Ben8t
Copy link
Member

Ben8t commented Nov 22, 2024

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

@Nabil272
Copy link
Author

- 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

@anna-geller anna-geller added kind/quick-win Seems to be quick to do good first issue Great issue for new contributors labels Feb 5, 2025
@tchiotludo
Copy link
Member

related to : #332

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working good first issue Great issue for new contributors kind/quick-win Seems to be quick to do
Projects
Status: Backlog
Development

No branches or pull requests

5 participants