Honnix

Results 96 comments of Honnix

@adriangb Sorry for replying late. We will take a look at this asap. cc @spotify/dataex

LGTM. Could you please add a test case to cover the change? Thanks for your contribution!

I don't have good understanding of the configuration code, but this PR looks weird to me. Why would TOML parser depend on configparser? If we want a default method, let's...

If I understood correctly, TOML and the Python default config (ConfigParser) are two different ways writing config file, and there is no connection between TOML and ConfigParser. The reason `LuigiConfigParser`...

I have made request for change explicitly, so we can move forward with an alternative solution.

The fix could be as simple as adding: ``` def defaults(self): return {} ```

@mishaker As I commented before, config parser and toml parser are two different things, so inheritance doesn't really make sense. I'm not sure why adding a defaults methods didn't work...

/remove-lifecycle stale

@csviri I guess we can. :) Strictly speaking it is still more like a feature, but given this small breaking change, shipping it sooner seems to be better.