Skip to content
Discussion options

You must be logged in to vote

Yea, CSV is still the most compatible format. Parquet can have compatibility issues depending on the engine reading/writing it. BigQuery, for example, cannot export a JSON column into a Parquet file. You'd just have to manually cast it to a string. But it exports a JSON column to CSV no problem. So that's why Sling uses CSV as the temporary file format for bulk loading into Redshift/BigQuery (via COPY).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jtbricker
Comment options

@flarco
Comment options

Answer selected by jtbricker
@jtbricker
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants