Obtaining DB password
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
Hello, I am using Dataiku and it is great. However, there is this case in my recipe where I need to obtain the SQL database connection credentials. I tried getting the credentials using the DSS client API. However, it returns an encrypted password. Is there a way to get the unencrypted password of a DSS connection?
Answers
-
Hi,
Not through the API, and that's by design.
You can execute SQL queries from a Python recipe should you need to, or just use a SQL query or SQL script recipe.
Regards