---
title: "Supabase Pipelines is now in Public Alpha"
url: https://daily.dev/posts/supabase-pipelines-is-now-in-public-alpha-voqqqnscz
source_url: https://supabase.com/blog/supabase-pipelines-public-alpha
type: article
source: "Supabase"
published: 2026-07-21T15:29:28.376Z
updated: 2026-07-21T22:12:24.483Z
tags: ["postgresql", "data-engineering", "google-bigquery", "supabase", "change-data-capture"]
reading_time: 6
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Supabase Pipelines is now in Public Alpha

**[Supabase](https://daily.dev/sources/supabase)** · 6 min read · 2 upvotes · 0 comments

## Summary

Supabase Pipelines has moved to public alpha, enabling near real-time replication of Postgres data to external analytical systems. The key new feature is schema change support: Pipelines can now automatically detect and apply supported schema changes (adding, removing, renaming columns, and changing nullability/defaults) to the destination. Performance improvements include parallelized initial sync across and within tables, reduced memory usage, and lower replication latency. Google BigQuery is the first available destination for all paid plans. Pricing is usage-based at $0.053/hour per active pipeline, $0.60/GB for initial copy, and $3/GB for ongoing replication. A destination request form is open for ClickHouse, Snowflake, and DuckLake. The underlying engine is Supabase ETL, an open-source Rust-based CDC pipeline using Postgres logical replication.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://supabase.com/blog/supabase-pipelines-public-alpha>

---

Tags: [#postgresql](https://daily.dev/tags/postgresql), [#data-engineering](https://daily.dev/tags/data-engineering), [#google-bigquery](https://daily.dev/tags/google-bigquery), [#supabase](https://daily.dev/tags/supabase), [#change-data-capture](https://daily.dev/tags/change-data-capture)

[View this post on daily.dev](https://daily.dev/posts/supabase-pipelines-is-now-in-public-alpha-voqqqnscz)
