You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to connect to databricks using odbc_driver and able to establish connection and able to perform reads as well,
but facing issue while doing writes. when I tried to update any record and save it using ORM I'm receiving the error (S1C00 (11470) [Simba][ODBC] (11470) Transactions are not supported.)
I'm able to do inserts and updates using raw queries by overriding the active record methods, but I would like to find out what can be done here without overriding the methods like save and destroy/delete
The text was updated successfully, but these errors were encountered:
I have tried to connect to databricks using odbc_driver and able to establish connection and able to perform reads as well,
but facing issue while doing writes. when I tried to update any record and save it using ORM I'm receiving the error (S1C00 (11470) [Simba][ODBC] (11470) Transactions are not supported.)
I'm able to do inserts and updates using raw queries by overriding the active record methods, but I would like to find out what can be done here without overriding the methods like save and destroy/delete
The text was updated successfully, but these errors were encountered: