When calling cursor.execute to select a json column from a table you receive a runtime error RuntimeError: [Microsoft][ODBC Driver 18 for SQL Server]The connection is ...
i’m using sqlmesh with a python model that reads data from pickled dataframes and inserts into a slowly changing dimension (scd type 2) table on mssql server. however, when the query is rendered in ...