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
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