-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend: SAP HANA #233
Comments
Do we have a specific need/request for SAP HANA support? |
It would be awesome for the entire corporate community for which SAP HANA is the backbone of entire reporting. Around 90-95% of the organizations use SAP HANA for all of their reporting needs. Having dbplyr support for SAP HANA would immensely benefit the developer/data scientist community, since, HANA database has complex table structures and lack of BI Infrastructure with SAP. Getting BI projects done by IT teams is really a pain and having dbplyr support for SAP Hana will ease this pain to a very large extent. Hence, requesting SAP HANA database support by dbplyr. |
+1 request for HANA dbplyr translation. We’re pretty organisationally locked into HANA as an RDBMS and dbplyr has been a big unlock for our teams. Being able to make full use of dbplyr functionality and particularly upload/temp table creation would be huge for us. |
|
The basics are now in dev dplyr + r-dbi/odbc#396. This seems to mostly work for me locally. The mac hana ODBC driver seems to be extremely crash prone but I'm pretty sure that's unrelated to odbc/dbplyr. However, it makes for an extremely frustrating development experience, so I've put in as much time into this as I'm willing to. Hopefully there's enough there that other folks in the community can add on as needed. |
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#
.logical
types sinceBIT
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
The text was updated successfully, but these errors were encountered: