I've added new columns (ColB, ColC) to a table, di...
# getting-started
h
I've added new columns (ColB, ColC) to a table, disable cdc and renabled it for that table, and added the new columns. I can see these new columns in the relevant cdc system tables. However, when doing a run, even a full refresh, I'm getting a "Property
ColB
(and ColC) was not found in the schema of stream `dbo-IngestionTest`". I've tried clearing the state, but the error remains. What do I need to do to have Meltano learn about the new columns/schema? In the tap.properties.json, the columns are listed under the CT table but not the source table. Edit: Tried it again and had success this time, but there might be some fragility there.
👀 1