如何将变量传递到ADF执行管道

发布于 2025-01-24 08:57:35 字数 478 浏览 2 评论 0原文

我创建了一个ADF管道,该管道调用子管道(通过执行管道)。 我如何将变量(start_date和end_date)的值传递到执行子管道(调用databricks笔记本)。 我无法在执行子管道内部获得可变值(具有数据链纸币笔记本)。 请找到如下的管道图像

,并且在执行管道内的子管道如下。

I have Created an ADF pipeline which calls a child pipeline (Via execute pipeline).
How can I pass the value of variable(start_date and end_date) to execute child pipeline(calls Databricks notebook ).
I am unable to get the variable value inside execute child pipeline(has databricks notebook).
Please find the pipeline image as below
enter image description here

and the child pipeline inside execute pipeline is below.
enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无边思念无边月 2025-01-31 08:57:35

您将必须在父和子管道中添加参数。在“子管道”中,您必须传递

ex的父管路的参数值。您的参数名称在Paraparent1中的parent 1,而儿童中的相同参数为Parachild1。少1的值应为儿童参数parachild1的实际值和值,为@pipeline()。参数parameters.paraparent1

请在此处参考类似的文章: https://learn.microsoft.com/en-en-us/aswers/questions/questions/questions/ 175485/pass-parameters in-eccute-pipeline-activit.html

You will have to add the parameters in Parent and Child pipeline. In the child pipeline you will have to pass the parent pipeline's parameter value

For Ex. your parameter name in parent in ParaParent1 and the same parameter in child is ParaChild1. The value of ParaParent 1 should be the actual value and value of child parameter ParaChild1 would be @pipeline().parameters.ParaParent1

Please refer to a similar article here: https://learn.microsoft.com/en-us/answers/questions/175485/passing-parameters-in-the-execute-pipeline-activit.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文