-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
it would be nice to allow custom functions that would read data from yaml file but do not map directly to a model.
- module.load_x
- name: abc
value: 3
Where load_x would be a function defined in a python module taking 2 parameters. An ORM session object and the data from the YAML document.
Reactions are currently unavailable