最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

azure service fabric - Is it possible to save a copy of a pipeline or notebook that is in one workspace to another? - Stack Over

programmeradmin4浏览0评论

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 0
Add a comment  | 

1 Answer 1

Reset to default 0

You 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.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论