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

Implement sybase jdbc plugin #282

Merged
merged 3 commits into from
Apr 24, 2024
Merged

Conversation

iNikitaGricenko
Copy link
Contributor

Implemented Sybase jdbc plugin. By request in ticket #281

How the changes have been QAed?

  - id: read
    type: io.kestra.plugin.jdbc.sybase.Query
    url: jdbc:sybase:Tds:127.0.0.1:5000/kestra
    username: sa
    password: myPassword
    sql: select * from syb_types
    fetchOne: true

Copy link
Member

@loicmathieu loicmathieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

I'll apply my small suggested change while merging.

@loicmathieu
Copy link
Member

@iNikitaGricenko CI fail because there is an issue in the CI runner:

No space left on device

I'll check later and merge when OK

@loicmathieu loicmathieu merged commit 30a7258 into kestra-io:master Apr 24, 2024
1 check failed
@tchiotludo tchiotludo added this to the v0.17.0 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants