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
Describe the bug
I am encountering a segmentation fault when using the SQLAlchemy library with the gsheets dialect. The issue occurs when attempting to add a new record to a Google Sheets-backed database and committing the session.
Describe the bug
I am encountering a segmentation fault when using the SQLAlchemy library with the
gsheets
dialect. The issue occurs when attempting to add a new record to a Google Sheets-backed database and committing the session.To Reproduce
The row is successfully appended to the Google sheet.
Screenshots
Expected behavior
I expected the code to work without any segmentation faults.
Desktop:
The text was updated successfully, but these errors were encountered: