autocommit Property Removed from JDBC Query and Queries Tasks

For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append .md to any kestra.io/docs/* URL for plain Markdown.

The autocommit property removed from JDBC Query and Queries tasks

The autocommit property has been removed from both the Query and Queries tasks in the JDBC plugin.

Reason for change

The Query task executes a single statement and does not support multi-step transactions; autocommit is not relevant. The Queries task processes all contained queries within a single transaction by default; autocommit has no effect.

Impact

The autocommit property is no longer configurable in either task. You must remove any usage of the autocommit property in your existing flows, as using it will raise an error.

Was this page helpful?