Can I use the WRITE API for parquet files?

:question:QUESTION:
Can I use the Write API to send parquet files to a Rockset collection?

:white_check_mark:ANSWER:
The Write API can only be used for JSON only- so you can’t do parquet files or other formats. If you need to use Parquet files, you can upload it to S3/GCS/Azure Blob Storage (ABS) only. From there, do a Rockset integration with those sources.