using sqlalchemy inside Webapp
qian
Registered Posts: 1 ✭✭✭
Hello,
I would like to use sqlalchemy to connect Dataiku's postgresql DB inside Webapp, do you have any experiences?
Thank you,
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 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.