surister/datasaurus

Cannot write from one storage mixin to another.

surister opened this issue · 2 comments

We currently cannot create one Dataframe from one storage and save it to another one of different type. So read data from parquet and save it to Postgresql doesn't work.

Fixed with 874657d, SQL storages don't need a format and we were checking the original storage e.g. Parquet against a SQL storage, which of course is not compatible since SQL storages don't need/have format

Saving from one storage to another should be tested