Generated columns (pg_attribute.attgenerated = 's') are not send in table copies or cdc events by Postgres. Currently these columns are filtered out by pg_replicate such that they won't appear in the sink table schemas at all. Make sure users are aware of that this is happening.