Benjamin Parsons
Results
1
issues of
Benjamin Parsons
example code `uri_mssql = f'mssql+pymssql://{u}:{p}@$server/$db' d6tstack.utils.pd_to_mssql(df = df, uri = uri_mssql, table_name = 'mytable', schema_name = 'myschema', if_exists='replace')` The error reads that I dont have access to the schema 'dbo'...