Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Data Pipeline - System Variables - Workspace Name

Please make it possible to access the Workspace Name as a system variable.

 

It would be very useful to be able to easily include the workspace name when sending alerts from the data pipeline.

 

Currently, only Workspace ID is available as a system variable i.e. pipeline().DataFactory.

Status: New
Comments
KimTutein
Advocate II
This would also be very relevant for us. Business case. When a pipeline fails we typically send and email. In this email we want the workspace name as part of the subject (which for us for instance will identify this mail was sent from a test workspace). Today we have had to make a table in our lake with workspace id to look it up in the pipeline (it is not viable for us to do this on every mail in a notebook which has functionality for this as startup time on notebooks is 6 min for us). We also use this info in some custom logging we make.