Survey banner
Share your feedback on the Dataiku documentation with this 5 min survey. Thanks! TAKE THE SURVEY

HDFS connectiion creation

saurabh
Level 3
HDFS connectiion creation

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

0 Kudos
1 Reply
AlexT
Dataiker

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

0 Kudos