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

Enterprise-ready Python OData client

Results 52 python-pyodata issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for this wonderfull piece of code. pyodata can also be used successfully with MS CRM 2015 with 2 minors changes : - the first one is to...

bug

Opening new issue as requested (from https://github.com/SAP/python-pyodata/issues/71#issuecomment-547291304). It would be good to handle select=* too, as per the OData protocol. Example: http://dffes01.h800.local:8000/sap/opu/odata/sap/RE_CN_CONTRACT_ODATA_SRV/ContractDataSet(Bukrs='1001',Recnnr='31000242')?select=*

enhancement

Hi everyone. I work on a big project that uses pyodata library for making batch requests and some times only one or more sub requests have failed and others are...

enhancement

The generated URL for $select is faulty for a list of properties, and only gives the last property specified. Please see attached Word document for details. [Problem with generated $select...

enhancement

That warning is useful only for Metadata validation purposes when you need to make sure all your Annontations were checked. Example: ``` WARNING:pyodata.model:Unsupported Annotation(Common.SemanticKey) WARNING:pyodata.model:Unsupported Annotation(Common.SemanticObject) WARNING:pyodata.model:Unsupported Annotation(UI.HeaderInfo) ```

enhancement

I have an odata backend. https://mobiledev-sdkforandroid-integration-projcomp-service.cfapps.sap.hana.ondemand.com and when i call client = pyodata.Client(SERVICE_URL, session) i always get PyODataModelError This backend is No auth. Which is generated by Web IDE. raise...

enhancement

Hi, I am unable to connect and below is the error message and my code . my code. import requests import pyodata urllink = 'http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/' client = pyodata.Client(urllink,requests.Session() and below...

enhancement
V3

This should be "optionally passing, allowed to fail" build for pyodata on PYPY python implementation (https://www.pypy.org/) It is a copypaste of python-tests-compatibility.yml, but adding as another "python" version would 1....

In PR #234, all the python 3.7 builds (but only .37) failed on flake8 step of linting. File "/opt/hostedtoolcache/Python/3.7.14/x64/lib/python3.7/site-packages/flake8/plugins/manager.py", line 254, in _load_entrypoint_plugins eps = importlib_metadata.entry_points().get(self.namespace, ()) AttributeError: 'EntryPoints' object...

I am using the package python pyodata and getting parse issues when the meta-data is returned from the root ODATA location. I don't own the site, so the ODATA interface...

bug
V4