Skip to content

EDM.Float not known #81

Description

@tschodde

Hello everybody,
I'm using pyodata to read a custom odata service implemented in the SAP Salescloud.
One of my attributes has the datatype Float and it seems, pyodata cannot handle it.
I got the following error message:

"pyodata.exceptions.PyODataModelError: Neither primitive types nor types parsed from service metadata contain requested type Edm.Float"

from the following module
File "C:\Anaconda3\lib\site-packages\pyodata\v2\model.py", line 1009, in from_etree
prop.typ = schema.get_type(prop.type_info)
File "C:\Anaconda3\lib\site-packages\pyodata\v2\model.py", line 843, in get_type
.format(type_info.name))

Can you please fix this as soon as possible? I want to use this package to migrate data from an old non SAP system into the Salescloud for our customer.

Thanks in advance
Thorsten

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions