Sources
Adding Tables to an Existing Source
To add tables to an existing CDC source via Terraform, use thetable_include_list_user_defined attribute. This corresponds to the table.include.list.user.defined API parameter and lets you append tables without modifying the original table_include_list.
When you apply the updated configuration, Streamkap adds the specified tables to the source. If the pipeline has snapshot_new_tables = true, the new tables are automatically snapshotted.
The same approach works for MySQL, SQL Server, Oracle, and Db2 sources — use
table_include_list_user_defined on the corresponding resource type. For Kafka Direct sources, use topic_include_list_user_defined instead.