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
Best Answer
-
Nevermind, I found it without writing any API calls. If anyone else is interested, the file is /opt/dataiku/DATA_DIR/config/connections.json.
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
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
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
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.