Remapping Connection (under Activation Settings) in Bundle Management using Dataiku Python API
ankit_sikka
Registered Posts: 6 ✭
I am trying to remap/update the already existing Blob container connection name
I have created a Bundle in Design Node and imported & activated in Auto Node.
Both the nodes are pointing to separate Azure Blob Containers
Unable to figure out if the connection settings have to be updated before the creation of the bundle OR after activating the bundle ?
If possible, Please share sample code for the same
Tagged:
Answers
-
Grixis PartnerApplicant, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 80 ✭✭✭✭✭
Hello @ankit_sikka,
You don't have any deployer node right ?
In this case the remapping is processed during your deployment.
To see and understand this, you can try to add a remapping on a connector from your automation that you have voluntarily deleted it before you start to deploy the bundle and see what happens. :)