Exporting Data
Anything in your session can leave it — a whole dataset or the result of any query.
Local downloads
The download menu on the results grid (and on any dataset) saves as:
- CSV (
.csv) - Parquet (
.parquet)
Exports run through DuckDB, so what you download is exactly what the query returned — including cleansed tables and joins.
Exporting to Google Cloud Storage
With Application Default Credentials configured, the GCS export dialog writes a dataset or query result directly to a bucket path you choose, in any of:
- CSV
- Parquet
- JSON
Nothing is ever sent anywhere unless you explicitly export it — Studio has no cloud backend of its own.