Dataiku Internals

Solved!
Kevyn
Level 2
Dataiku Internals

Hi all.  I'm new to Dataiku and am having issues getting info on Dataiku internals.  My current need is to lessen administrative headaches setting up large numbers of connections on numerous different servers in Dev, Test, Stage & Prod environments.  If connection info is stored in a JASON file someplace, which after poking around a little is a fairly reasonable bet, does anyone know the location of it?  (And yes, I know, even looking at much less touching the internals is not recommended, might invalidate our support contract, can lead to arrest and incarceration for license violations, etc. - so no need to repeat said warnings.)  Having insight to such a file could potentially make my life simpler and alleviate my spending many hours doing mind-numbing amounts of repetitive work.


Operating system used: RH Linux

0 Kudos
1 Solution
Kevyn
Level 2
Author

Nevermind, I found it without writing any API calls.  If anyone else is interested, the file is /opt/dataiku/DATA_DIR/config/connections.json.    

View solution in original post

0 Kudos
3 Replies
Turribeach

One of the Dataiku strong points is its rich and powerful API. Pretty much everything you can do in the IU you should be able to do in the API. This is fully supported by Dataiku so you donโ€™t need to hack config files. Have a read at the documentation:

https://doc.dataiku.com/dss/latest/python-api/connections.html

0 Kudos
Kevyn
Level 2
Author

Nevermind, I found it without writing any API calls.  If anyone else is interested, the file is /opt/dataiku/DATA_DIR/config/connections.json.    

0 Kudos
Turribeach

There is a reason why you should use the API:

https://doc.dataiku.com/dss/latest/troubleshooting/errors/ERR_SECURITY_DECRYPTION_FAILED.html

So your response is not correct I am afraid. 

0 Kudos