Using Artie
Column Inclusion and Exclusion
Learn how column inclusion and exclusion works in Artie.
Overview
Feature | Description |
---|---|
Column Inclusion | Replicate only the columns you specify |
Column Exclusion | Replicate all columns except the ones you exclude |
Advanced use case: One source to multiple destinations
Artie allows you to replicate data from a single source reader to multiple pipeline tables. To do this, you can do it through our Terraform provider.
Architecture
Each pipeline table will have its own Kafka consumer group and we can specify additional column inclusion and exclusion for each pipeline table.
Was this page helpful?