You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of December 2019 Redshift now supports the Parquet format in the UNLOAD command. Currently the implementation of UNLOAD throws an exception if it receives anything but CSV for the export format. We need to allow Parquet now as well.
As of December 2019 Redshift now supports the Parquet format in the
UNLOADcommand. Currently the implementation ofUNLOADthrows an exception if it receives anything but CSV for the export format. We need to allow Parquet now as well.