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
In all of the create/update functions in _odata.py, _lowercase_keys is called, but this breaks @odata.bind parameters as the keys are case sensitive to the table name. This is probably Microsoft's implementation of odata doing things wrong here, but there needs to be a way to create/update records with lookup columns.