- This will restart replication for all - {totalTables === 0 ? '' : totalTables} table{totalTables > 1 ? 's' : ''} in this - pipeline from scratch: + This will restart replication for all {affectedTables.length} table + {affectedTables.length === 1 ? '' : 's'} in this pipeline from scratch:
This will restart replication for{' '} - all {erroredTablesCount} failed tables from scratch: + all {affectedTables.length} failed tables from scratch:
- Maximum time pipeline waits to collect additional changes before flushing a - batch. -
-- Lower values reduce replication latency, higher values improve batching - efficiency. -
- > - } + description="How long the pipeline waits before sending a partially filled batch." >Number of tables copied in parallel during the initial snapshot phase.
-- Each worker uses one replication slot (up to N + 1 total while syncing). -
- > - } + description="Maximum number of tables synced at the same time." >- Number of parallel connections each table copy can use during initial sync. -
-- More connections speed up large table copies, but use more database - connections. -
- > - } + description="Maximum number of connections used to sync each table." >Size of the BigQuery Storage Write API connection pool.
-- More connections allow more parallel writes, but consume more resources. -
- > - } + description="Number of BigQuery connections used for destination writes." >- Maximum allowed age for BigQuery cached metadata before reading base - tables. -
-- Lower values improve freshness, higher values can reduce query cost and - latency. -
- > - } + description="How old query results can be while BigQuery applies ongoing changes." >Initial table copy
+Initial sync
{tableCount > 0 ? (Ongoing
- Streaming is billed on the volume of changes replicated after the initial copy, - so the total depends on how often your data changes. + Ongoing replication is billed on the volume of changes processed after the + initial sync, so the total depends on how often your data changes. +
++ Destination-provider charges, such as BigQuery ingestion, storage, and compute, + are separate.
- Estimated first month total -
+Estimated initial sync
- Initial copy + first pipeline fee, excluding usage-based streaming + Pipeline hours and ongoing replication data are billed separately
- The publication {publicationName} was - not found, it may have been renamed or deleted, please select another one. + It may have been renamed or deleted. Select another publication.
+ Pipeline options are under Advanced settings above. Source database
+ settings are under{' '}
+ {projectRef ? (
+
Supabase project details
-- To get you started quickly, we can create new tables for you with seed (sample) data. - You can delete these tables later. -
-- Grants privileges to Data API roles by default, exposing new tables. We recommend - disabling this to control access manually. -
-