Forum Discussion
Pfisterbi
Advocate I
3 years agoPipeline System variables
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 ...
- 3 years ago
@pipeline.Pipeline, @pipeline.DataFactory, @pipeline.TriggeredByPipelineName fix is in rollout. Should be there soon.
RDenkewalter
Microsoft Employee
3 years agoEngineers 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!