Values_0.RecipeStepSourceA recipe step used in a Glue Studio data preparation recipe node.
type nonrec t = {action : RecipeAction.t;The transformation action of the recipe step.
*)conditionExpressions : ConditionExpressionList.t option;The condition expressions for the recipe step.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DatabrewCondition.t ]) list ]
list
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Operation.t ])
list ])
list ]