Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi there
At time beeing, I am missing in a Pipeline a few system variables.
In particular all names are not there
(E.g. Pipeline name, Trigger name, etc.).
Those names are useful to generate dynamic pipelines.
Any ETA when names will arrive?
Keep up doing your great work!
Solved! Go to Solution.
@pipeline.Pipeline, @pipeline.DataFactory, @pipeline.TriggeredByPipelineName fix is in rollout. Should be there soon.
This should be available to users within a few weeks!
Hello @RDenkewalter
The first two expressions are available in Fabric Data Pipeline, but there is the problem with the remaining two (see in green below😞
Thanks!
Engineers have finished implementing the following expressions:
pipeline().Pipeline - The ID of the pipeline
pipeline().PipelineName - The name of the pipeline
pipeline()?.TriggeredByPipeline - The ID of the triggering pipeline
pipeline()?.TriggeredByPipelineName - The name of the triggering pipeline
This should be available to users within a few weeks!
@pipeline.Pipeline, @pipeline.DataFactory, @pipeline.TriggeredByPipelineName fix is in rollout. Should be there soon.