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

Cannot connect to customized odata service

Open rogersShu opened this issue 6 years ago • 1 comments

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 PyODataModelError('Property {} does not exist in {}'.format(proprty, entity_type.name)) pyodata.exceptions.PyODataModelError: Property ParentProjectId does not exist in Action

rogersShu avatar May 29 '19 08:05 rogersShu

Thank you for taking the time to report this issue.

Unfortunately does not support type inheritance and the type Action inherits from the type Item in your metadata.

We will try to fix it ASAP.

mamiksik avatar Jul 22 '19 14:07 mamiksik

closing as not reproducible / not actionable + no communication.

phanak-sap avatar Aug 28 '22 11:08 phanak-sap