Hi,
I'm using the SQL server connector 1.4.1 Final and I'm trying to use snapshot.include.collection.list to snapshot a subset of tables but when I add tables there I get this warn and it doesn't snapshot anything "After applying the include/exclude filters, no changes will be captured. Please check your configuration!". Am I using it wrong? I'm specifying a subset of tables that I have in the table.include.list. So my configuration looks as follows:
table.include.list: "dbo.table1, dbo.table2, dbo.table3"
snapshot.include.collection.list: "dbo.table2, dbo.table2"
My understanding is this would only snapshot table 2 and 3. Any help would be appreciated.