Skip to content

Commit

Permalink
feat: add post_keyword to sync
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Poluksht <[email protected]>
  • Loading branch information
vpol committed Nov 27, 2024
1 parent 154e2d8 commit c7ec5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .infra/clickhouse-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ schema.include.list: "public"
plugin.name: "pgoutput"

# table.include.list: An optional list of regular expressions that match fully-qualified table identifiers for tables to be monitored;
table.include.list: "public.post,public.source,public.keyword,public.user,public.content_preference"
table.include.list: "public.post,public.source,public.keyword,public.user,public.content_preference,public.post_keyword"

column.exclude.list: "public\\.user\\.(email|name)"

Expand Down

0 comments on commit c7ec5fd

Please sign in to comment.