While SAP HANA has been reported to work with dbplyr, there is functionality that is unsupported and will need special translations in dbplyr, for instance:
dbplyr::compute() and dbplyr::copy_to() require temp tables to be prefixed with #.
- No support for
logical types since BIT require a different mapping.
In order to test and resolve those issues, a SAP HANA cloud instance can be started in Amazon thorough SAP HANA on AWS and Azure SAP HANA.
The ODBC drivers can be downloaded as follows:
CC: @edgararuiz
While SAP HANA has been reported to work with
dbplyr, there is functionality that is unsupported and will need special translations indbplyr, for instance:dbplyr::compute()anddbplyr::copy_to()require temp tables to be prefixed with#.logicaltypes sinceBITrequire a different mapping.In order to test and resolve those issues, a SAP HANA cloud instance can be started in Amazon thorough SAP HANA on AWS and Azure SAP HANA.
The ODBC drivers can be downloaded as follows:
CC: @edgararuiz