Romain
Romain
Coincidentally, this is now going to be needed for configs too. I've made a tiny change to make it compatible and will merge as soon as the tests pass (or...
The issue though is that this won't load the files and they won't be included when moving to remote execution so I need to find another way; ie: fallback on...
Thank you for this. I think this is caused by https://github.com/Netflix/metaflow/blob/master/metaflow/datatools/s3.py#L303. I will see if the fix is simply to remove this (I need to make sure I am not...
Gah -- another one. I'll look at using `__spec__`. The doc also says: `The [__path__](https://docs.python.org/3/reference/datamodel.html#module.__path__) attribute should be a (possibly empty) [sequence](https://docs.python.org/3/glossary.html#term-sequence) of strings enumerating the locations where the package’s...
Started looking at it -- this is quite devious: - the class actually returns something for `METAFLOW_PACKAGE` (ie: the module has the attribute since it returns a non-None object) -...