diego_grigoli1's avatar
diego_grigoli1
New Member
2 years ago
Status:
Needs Votes

Object Name in dynamic content

Referring to topic https://community.fabric.microsoft.com/t5/Data-Pipelines/Refresh-Launch-a-DataFlowGen2-from-the-pipeline-using-Dynamic/m-p/3659801 nowadays we can dynamically invoke a pipeline or dataflow by its Object ID. The only ways to get the Object ID of an elements are by inspect its URL in the browser address bar or by exporting it and look into the source code.


But if you are developing a metadata-driven pipeline, this is not the best solution. Anyhow, getting the Object ID from browser URL or from exported JSON is not very practical. Also, if you remove and recreate the dataflow, you have to get the new Object ID and update it in your metadata.

 

The possibility of using Object Name in dynamic content would be a helpful feature.Alternatively, a function that retrieve the Object ID from Object Name could be helpful too.

Recent ideas