-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
It'd be great if rules could be provided metadata, similarly to how columns can, to be able to pass for example a description of the rule that could be programmatically accessed from elsewhere.
i.e. @dy.rule(metadata={'description': 'xxx'})
Alternatively, allowing the rule's docstring to override the Rule class docstring could also work -- i.e. via one of the following solutions: https://stackoverflow.com/a/68733424 (which would allow one to do Schema.rule_func.__doc__ to get the docstring).
brendancooley
Metadata
Metadata
Assignees
Labels
No labels