-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When a PostgreSQL source table contains a column of type jsonb, using DbtoDbOperator to copy data into a SQL Server table results in the following error:
Error message:
destination_cur.executemany(insert, rows)
pyodbc.ProgrammingError: ('Unknown object type dict during describe', 'HY000')
Possibly workaround:
Before calling executemany, convert any dict values to JSON strings using json.dumps()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working