Conversation
…C option - Add new FAQ entry pointing to data-refresh docs for incremental ingestion - Extend CDC FAQ entry with native PostgreSQL logical replication (recommended for PG) - Add new Features > CDC > PostgreSQL Logical Replication page documenting wal_level=logical + pgoutput direct replication (no Debezium/Kafka) - Update CDC overview to list native PG replication alongside Debezium
✅ Pull with Spice PassedPassing checks:
|
|
🚀 deployed to https://5f418b54.spiceai-org-website.pages.dev |
…tention, soft deletes)
|
🚀 deployed to https://beda62d3.spiceai-org-website.pages.dev |
phillipleblanc
approved these changes
Apr 21, 2026
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
phillipleblanc
approved these changes
Apr 21, 2026
|
🚀 deployed to https://fc7937c3.spiceai-org-website.pages.dev |
|
🚀 deployed to https://f037d1a1.spiceai-org-website.pages.dev |
|
🚀 deployed to https://7e930642.spiceai-org-website.pages.dev |
|
🚀 deployed to https://d89e6ead.spiceai-org-website.pages.dev |
Copilot AI
pushed a commit
that referenced
this pull request
Apr 21, 2026
…C option (#1541) * faq: add incremental ingestion Q and native PostgreSQL replication CDC option - Add new FAQ entry pointing to data-refresh docs for incremental ingestion - Extend CDC FAQ entry with native PostgreSQL logical replication (recommended for PG) - Add new Features > CDC > PostgreSQL Logical Replication page documenting wal_level=logical + pgoutput direct replication (no Debezium/Kafka) - Update CDC overview to list native PG replication alongside Debezium * faq, cdc: mention direct Kafka and DynamoDB Streams ingestion * docs: fix broken links by using .md extensions for cross-page refs * data-refresh: add combined incremental ingestion example (overlap, retention, soft deletes) Co-authored-by: lukekim <80174+lukekim@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents incremental ingestion in the FAQ and adds coverage for native PostgreSQL logical replication as a first-class CDC option alongside Debezium.
Changes
FAQ (
website/docs/faq/index.md)time_column+refresh_mode: append+refresh_append_overlap+retention_period+primary_key/on_conflict: upsert).CDC overview (
website/docs/features/cdc/index.md)Replaced the "Currently, the only supported data connector is Debezium" line with a bullet list presenting native PG replication and Debezium as the two supported CDC paths.
New page:
website/docs/features/cdc/postgres-replication.mdFull user-facing documentation for PostgreSQL logical replication, covering:
confirmed_flush_lsn)wal_level=logical, managed service notes (RDS/Aurora/Cloud SQL/Azure/Supabase/Neon), replica identity, required grantsrefresh_mode: changes+primary_key+on_conflict: upsert)pg_replication_*parameter reference, SSL mode table for the WAL streamSPICE_INSTANCE_ID)dataset_postgres_replication_*)Sourced from the internal
docs/features/postgres-replication.mdin the spiceai repo.