Parameters are global values that can be used in multiple transforms in a pipeline. Updating a parameter value can modify many transforms at once.
Create, edit, and delete parameters in the Parameters view, accessible from the parameters button at the top of the graph. Creating a new parameter requires setting a parameter name and parameter type and defining a value. Exsiting parameter can also be edited or deleted in the Parameters view.
Editing a parameter allows users to modify many transforms at once if a parameter is used in multiple transforms; editing parameter logic will result in a logic change across all transforms in which the parameter is used.
It is possible to create a parameter without a value to use as a placeholder while working on a pipeline; when used in a transform, such parameters will resulte in errors to the transform, and the pipeline cannot be deployed until a value is added.