I have CDC enabled on tables in my SQL Server. Whe...
# getting-started
h
I have CDC enabled on tables in my SQL Server. When a new column is added to a table, these are not reflected in the CDC tables, and Meltano throws an pymssql.exceptions.ProgrammingError: (207, b"Invalid column name") error. Is there any way to have Meltano ignore this and continue to handle the existing columns?