We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
load_x
session
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it would be nice to allow custom functions that would read data from yaml file but do not map directly to a model.
Where
load_x
would be a function defined in a python module taking 2 parameters. An ORMsession
object and the data from the YAML document.The text was updated successfully, but these errors were encountered: