python-odata icon indicating copy to clipboard operation
python-odata copied to clipboard

A simple library for read/write access to OData services

Results 35 python-odata issues
Sort by recently updated
recently updated
newest added

- Removed empty values on create entity - Fix foreign keys on create - Fix slash metadata url - Add util for sap session - New mode for create entities...

Hi, I needed to add a custom option to query a Business Central endpoint. Of course I could use the raw query method, but that made me lose the query...

Add option to define default company_name with service

Hello. I would like to address this issue as I cannot find any solution to it. I call function raw, like this: Service.query(entity).raw("('ID')") And it keeps creating request url like...

What could be the cause of the error message when loading metadata? `TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of...

Any resources (https://data.nasa.gov/api/odata/v4/) returned an error: ``` { "error": { "code": null, "message": "The segment '$metadata' must be the last segment." } } ```

I thought this might be helpful for others (and to remind me to create a PR): OData v4 has a trim string function. I believe this can be implemented in...

Navigation property does not need to point to the real class of result objects. The object types can be mixed because of, navigation property points to a base class of...

tuomur, automatically following the "@odata.nextLink" breaks the sense of query().first()

Using this library to consume Microsoft Dynamics 365 Business Central (formerly Microsoft Dynamics NAV) ODataV4 web services, I had to find a way to not be limited to the default...