cancel
Showing results for 
Search instead for 
Did you mean: 

How can I integrate Python into SAP HANA Studio SQL Console?

Former Member
0 Kudos

Hi SAP community,

I'm a fresh beginner in SAP HANA Studio and i just dove into the topic of integration of different programming languages in SAP HANA Studio. As I just recently discovered it is widely covered and explained how to integrate R into SAP HANA Studio, where you use RLANG in the SQL Console and write your calculations and routines in R fully integrated in HANA Studio.

Now I'm faced with the same question just with python. I already accomplished to connect from the python interpreter to my HANA database as it is already explained here:

http://saphanatutorial.com/sap-hana-and-python/

But this is not exactly what I aimed for.

Additionally what does my question have to do with creating a python buildpack in XSA. Because that is what my colleague is currently doing. But even after he finished that, how does it help me to write my python script in the SQL Console in HANA Studio?

I hope I don't confuse you with my inexperience.

Greetings Minh

Accepted Solutions (1)

Accepted Solutions (1)

lbreddemann
Active Contributor
0 Kudos

There is no integration of Python into HANA Studio SQL console.

For the XSA buildpack support of Python: that has nothing to do with running Python code from within a SQL session, but allows to create XSA/CF apps written in python.

I

Answers (0)