Allow us to access the var dict and pass into custom functions, etc.
Add dict of all variables to the dict of variables before using during recipe interpretation. Recipe.run -> read_recipe(recipe, variables)
wrangle:
something: ${variables}
def custom_function(variables)
wrangles:
- custom.custom_function:
variables: ${variables}