Can you save a MYSQL connections?
longhowlam
Partner, Registered Posts: 24 Partner
Hi
I am installing Dataiku from a script, in this script I also install MYSQL. Now I want to setup a connection from Dataiku to a MYSQL server, also from the script. Can this be done?
Regards,
Longhow
I am installing Dataiku from a script, in this script I also install MYSQL. Now I want to setup a connection from Dataiku to a MYSQL server, also from the script. Can this be done?
Regards,
Longhow
Tagged:
Best Answer
-
This can be done for instance by leveraging the public API from DSS, either the REST API directly or more simply via the python client, see Managing Connections.
This assumes that the MySQL JDBC driver is already installed on the DSS instance.
Answers
-
Thanks. That worked !