Skip to content

Add a Recipe Variable with all variables #864

@ebhills

Description

@ebhills

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}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions