Forum Discussion
AdarshPanasri
Helper I
2 years agoGlobal Parameter in Data pipeline
Hello Everyone, I am working with Data pipelines to automate the process to ingest data. I have multiple env which has env specific variables which will be used in my notebooks e.g. stg account name,...
- 2 years ago
Unfortunately as you stated Global Parameters is not supported in MSFT Fabric data pipelines; so as an alternative you can have a config table/file that would have 2 columns :
ParameterName; ENvironment, Value
and accoridngly via lookup activity you can get the values for those configs at run time and pass them accordingly
NandanHegde
Super User
2 years agoUnfortunately as you stated Global Parameters is not supported in MSFT Fabric data pipelines; so as an alternative you can have a config table/file that would have 2 columns :
ParameterName; ENvironment, Value
and accoridngly via lookup activity you can get the values for those configs at run time and pass them accordingly