Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Hi Team
do we have any script present to create mutiple connection in go itself.
We have to created more than 15 HDFS connection and tag mutiple groups to these connection.
Manual approach towards it will consume a lot of time.
if any one has any idea on how can you reduce the manual efforts around this.
Operating system used: linux
Hi @saurabh
You could use the Python API with create_connection and create multiple connections from Python code rather then manually.
You can find several examples here :
https://doc.dataiku.com/dss/latest/python-api/connections.html