using sqlalchemy inside Webapp

qian
Level 1
using sqlalchemy inside Webapp

Hello,

 

I would like to use sqlalchemy to connect Dataiku's postgresql DB inside Webapp,  do you have any experiences?

 

Thank you,

 

0 Kudos
1 Reply
AlexT
Dataiker

Hi @qian ,

Can you elaborate a bit on which PostgreSQL database, are you referring to as the Dataiku runtime database running in Postgres? 

https://doc.dataiku.com/dss/latest/operations/runtime-databases.html

If you are looking to connect to an SQL database within a web app you have several options :

1) Using SQL datasets you create 

2) Using SQLExecutor2 

Let me know if neither of these are suitable for your use case. 

 

0 Kudos