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

MySQL UPDATE does not work with store: true #7445

Open
renemolenaar82 opened this issue Feb 18, 2025 · 0 comments
Open

MySQL UPDATE does not work with store: true #7445

renemolenaar82 opened this issue Feb 18, 2025 · 0 comments
Assignees
Labels
area/plugin Plugin-related issue or feature request bug Something isn't working

Comments

@renemolenaar82
Copy link

Describe the issue

When you have store:true in io.kestra.plugin.jdbc.mysql.Query the task will execute but it won't update anything until you remove or disable store. For example:

  - id: wp_user_update
    type: io.kestra.plugin.jdbc.mysql.Query
    store: true
    sql: |
      UPDATE wp_users
      SET user_login = "{{ inputs.email_new }}",
          user_email = "{{ inputs.email_new }}"
      WHERE ID = 123

A task like this executes but won't update anything.

Environment

  • Kestra Version: v0.21.1
@renemolenaar82 renemolenaar82 added area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working labels Feb 18, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Feb 18, 2025
@anna-geller anna-geller added area/plugin Plugin-related issue or feature request and removed area/backend Needs backend code changes area/frontend Needs frontend code changes labels Feb 19, 2025
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
Projects
Status: Backlog
Development

No branches or pull requests

3 participants