[
https://issues.apache.org/jira/browse/AIRFLOW-766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16448458#comment-16448458
]
ASF subversion and git services commented on AIRFLOW-766:
---------------------------------------------------------
Commit 3450f526cec894cc7beceeae18f9d54cb2ae7520 in incubator-airflow's branch
refs/heads/master from [~artwr]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=3450f52 ]
[AIRFLOW-766] Skip conn.commit() when in Auto-commit
> Skip conn.commit() when in Auto-commit
> --------------------------------------
>
> Key: AIRFLOW-766
> URL: https://issues.apache.org/jira/browse/AIRFLOW-766
> Project: Apache Airflow
> Issue Type: Bug
> Components: db
> Affects Versions: Airflow 2.0
> Environment: Airflow 2.0, IBM Netezza
> Reporter: Pfubar.k
> Assignee: Pfubar.k
> Priority: Major
> Labels: easyfix
> Fix For: Airflow 2.0
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Some JDBC Drivers fails when using DbApiHook.run(), DbApiHook.insert_rows().
> I'm using IBM Netezza. When auto-commit mode is on I get this error message.
> {code}
> NzSQLException: The connection object is in auto-commit mode
> {code}
> conn.commit() needs to be called only when auto-commit mode is off.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)