简体   繁体   English

如何手动更新 Azure 数据工厂中的管道

[英]How to update manually a pipeline in Azure Data Factory

Right now we are doing some tasks manually while the entire solution is prepared.现在我们在准备整个解决方案的同时手动执行一些任务。 One of this tasks is the updating process in some Resouce Groups.其中一项任务是某些资源组中的更新过程。 Normally, what we do is to export a template from our development environtment and, then we import that.zip file template.通常,我们所做的是从我们的开发环境中导出一个模板,然后我们导入那个.zip 文件模板。 However, if the pipeline or other object are alredy present in the target ADF these are going to be created with the prefix 1.但是,如果管道或其他 object 已经存在于目标 ADF 中,则将使用前缀 1 创建它们。

在此处输入图像描述

Then we need to rename the objects (pipelines, data flows, data sets) to implement the new solution.然后我们需要重命名对象(管道、数据流、数据集)以实现新的解决方案。 We were wondering if there is a way to avoid this, or another way to do it.我们想知道是否有办法避免这种情况,或者有其他方法可以做到这一点。

If both your Test_Pipeline or Test_Pipeline1 are going to perform similar type of actions then you can create a Dynamic pipeline using parameters in ADF and create a metadata / config for the operation that you need to perform and add a Lookup activity, that would avoid creating multiple pipelines如果您的 Test_Pipeline 或 Test_Pipeline1 都将执行类似类型的操作,那么您可以使用 ADF 中的参数创建一个动态管道,并为您需要执行的操作创建一个元数据/配置,并添加一个查找活动,这将避免创建多个管道

https://learn.microsoft.com/en-us/azure/data-factory/control-flow-lookup-activity https://learn.microsoft.com/en-us/azure/data-factory/control-flow-lookup-activity

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM