It seems we cannot send a dataset (table) object opened with open_dataset() into write_parquet() or write_csv_arrow(). I realize that the former is a 'multi-file' representation and the latter two are not, but as both represent a single table (single schema) it seems like this should still work. (It also looks like write_csv_arrow() gives us more control over formatting details than write_dataset() )
Reporter: Carl Boettiger / @cboettig
Related issues:
Note: This issue was originally created as ARROW-15104. Please see the migration documentation for further details.