Cookbooks
This page contains a collection of WarpStream-specific Bento recipes to help you accomplish common tasks.
You can always read the docs for more information about how to use Bento, but this page contains snippets that you can copy-and-paste to accomplish common tasks.
Stream to Parquet Files
Stream to GCP BigQuery
Note that GCP BigQuery has strict quotas on how many table modifications can be performed per day, so we recommend inserting data using large batches as shown above.
Stream to GCP BigQuery Iceberg tables
Follow the same instructions as regular GCP BigQuery, except first create an Iceberg table in BigQuery. Note that an Iceberg table needs to be created in BigQuery first for this work. This bento component leverages BigQuery's load jobs to import data into the IceBerg table and that API does not support creating Iceberg tables on the fly yet.
Stream to Redshift
Read more details about connecting to Redshift in the Bento documentation.
Last updated