Tinybird now supports isolated preview environments for your data layer, mirroring how Vercel creates preview deployments for frontends. A single CI command (`tinybird preview`) creates a cloud branch per PR, named after the git branch. The TypeScript and Python SDKs automatically detect preview environments and resolve the correct branch token without any code changes. The full cycle covers local validation, CI validation against Tinybird Local, cloud preview branch creation, automatic SDK resolution in Vercel preview deployments, and production deployment on merge. Kafka, S3, and GCS connectors are also supported in preview branches.

5m read timeFrom tinybird.co
Post cover image
Table of contents
The CI workflowAutomatic branch resolutionThe full cycleThe CD workflowPreview branches with connectorsWhat this replaces

Sort: