edson duarte
edson duarte
I'm dealing with some nested lists and would like to do something like: ```bash >>> target = { ... 'f1': 'v', ... 'f2': [{ ... 'f3': 'a', ... 'f4': 0,...
logging
I find it kind of weird to pass a verbosity level on NumerAPI constructor, usually for a lib is recommended to attach a NullHandler [1] and let the consumer configure...
### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...