> This is an issue with Metabase, but not rather an issue in how you insert values in the DB #36021
Description
> This is not an issue with Metabase, but rather an issue in how you insert values in the DB
I think you did not carefully examine the issue I raised, and I have sufficient evidence to prove that it is a bug in Metabase.
-
Autocommit is disabled by default when connecting through Connector/Python.
Detail: https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-autocommit.html -
Even if I set autocommit to off in MySQL, this issue still exists in Metabase.
-
During this process, I used MySQL Workbench, DBeaver, and Datagear to view the 'apple' and 'apple_view' tables in the database without encountering this issue.
-
You can spend a few minutes trying the operations mentioned in my previous issue. This problem occurs consistently, so if you're not familiar with Python or pymysql, you can seek assistance from someone who is.
Originally posted by @dashi6174 in #35699 (comment)