I want to create a parameter that I can use across multiple pipelines.
For example, I have multiple pipelines that are configured to run on EMR cluster.
Instead of providing the same EMR configuration values for all the pipelines, if there is a way for me to create parameters globally that I can refer to, in each of the relevant pipelines.
Thanks !