Andrew Wichmann
Andrew Wichmann
I'm getting a ResourceWarning from pytest-localstack during fixture setup. ``` awichmann@CHI-LX-L-018 '16:30:29' (master) '~/Code/everest_code/libraries/mintel-event-bus-connector-sqs' > $ make test .venv/bin/pytest ================================================================================================ test session starts ================================================================================================= platform linux -- Python 3.8.1, pytest-6.2.3,...
**Please describe the feature you'd like to see** I would really like to be able to configure the `output_table` for the TransformOperator when using the `@transform` decorator. **Describe the solution...
# Objective - make train metrics a global setting rather than a startup setting - disable by default # Details I found out that the train metrics from this mod...