In 0.24 we added a datafusion dependency but marked it as optional to reduce pulling along extra packages. Conda doesn't really do optional-dependencies AFAICT but instead people just add extra targets. Worth exploring in case people run into issues with our optional dependencies (and if we continue to design around this approach).
Worth looking at how pandas manages this for conda since we cross referenced their optional depencies approach.
In 0.24 we added a
datafusiondependency but marked it as optional to reduce pulling along extra packages. Conda doesn't really dooptional-dependenciesAFAICT but instead people just add extra targets. Worth exploring in case people run into issues with our optional dependencies (and if we continue to design around this approach).Worth looking at how pandas manages this for conda since we cross referenced their optional depencies approach.