Basically, our data engineer created a bunch of pipelines in a workspace, and we are now collapsing two workspaces, so the pipelines need to be moved. Can I save as a copy and save it to the new workspace or is there something I can do to move them over instead recreating them completely? Same for notebooks?
Basically, our data engineer created a bunch of pipelines in a workspace, and we are now collapsing two workspaces, so the pipelines need to be moved. Can I save as a copy and save it to the new workspace or is there something I can do to move them over instead recreating them completely? Same for notebooks?
Share asked Mar 26 at 16:36 BrianaBriana 191 silver badge4 bronze badges 01 Answer
Reset to default 0You can move the pipelines or notebooks as shown below. First go to Save as option.
It will show the option to rename the target pipeline and select the target workspace name.
Now, it will be copied as shown below.
If you are getting any error while doing this then having references like lake houses to components in the workspace might be the reason for it. In that case, you can copy by deployment pipelines or using git code.
If you are able to create the target pipeline manually, you can try the below option as well.
First export the pipeline template in the source pipeline. Now, after creating the target pipeline, click on import option in it. Now give the source pipeline template and give the required connections for the activities.
Click on Use this template option and the same pipeline setup will be imported.
You can check this similar ask by @amaaiila for your reference.