Skip to content

Commit

Permalink
updated for relative link
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Sep 14, 2024
1 parent 4f53c27 commit 9977dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def task_pipeline(dev: bool = False) -> None:
### Capturing deletes
One limitation of our simple approach above is that it does not capture updates or deletions of data. This isn’t a hard requirement yet for our use cases, but it appears that `dlt` does have a [Postgres CDC replication feature](../dlt-ecosystem/verified-sources/pg_replication.md) that we are considering.
One limitation of our simple approach above is that it does not capture updates or deletions of data. This isn’t a hard requirement yet for our use cases, but it appears that `dlt` does have a [Postgres CDC replication feature](../../dlt-ecosystem/verified-sources/pg_replication) that we are considering.
### Scaling out
Expand Down

0 comments on commit 9977dba

Please sign in to comment.