Hello everyone,
I discovered this morning that the UUID type is not supported in MonetDB.R package on CRAN
Error in monetdbRtype(info$types[i]) : Unknown DB type UUID
and UUIDs are not support in the Python API which I installed from source
File "/usr/local/lib/python3.4/dist-packages/monetdb/sql/pythonize.py", line 132, in convert
raise ProgrammingError("type %s is not supported" % type_code)
monetdb.exceptions.ProgrammingError: type uuid is not supported