The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
I’m working on a data pipeline in Microsoft Fabric and came across the "Set Pipeline Variable" activity, but I'm not quite clear on its purpose and usage. Could someone explain:
Any insights or examples would be greatly appreciated! Thanks in advance.
Solved! Go to Solution.
Hi @HamidBee
1. To temporary store a value which you can easily reuse that value in other steps of your data pipeline and reference it via the variable. It is a typical concept of programming as well.
2. An example has been shared by Microsoft, you can for example is it in a counter in an for each loop to keep track of the number of loops: https://learn.microsoft.com/en-us/azure/data-factory/control-flow-set-variable-activity#incrementing...
3. The Pipeline return value can be used to interact with values of child pipelines, for reference see this section of the same document:
https://learn.microsoft.com/en-us/azure/data-factory/tutorial-pipeline-return-value
Hopefully this helps a bit?
Hi @HamidBee
1. To temporary store a value which you can easily reuse that value in other steps of your data pipeline and reference it via the variable. It is a typical concept of programming as well.
2. An example has been shared by Microsoft, you can for example is it in a counter in an for each loop to keep track of the number of loops: https://learn.microsoft.com/en-us/azure/data-factory/control-flow-set-variable-activity#incrementing...
3. The Pipeline return value can be used to interact with values of child pipelines, for reference see this section of the same document:
https://learn.microsoft.com/en-us/azure/data-factory/tutorial-pipeline-return-value
Hopefully this helps a bit?
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
4 | |
3 | |
2 | |
2 | |
2 |