2gamayibuxulong commented on issue #5377:
URL: https://github.com/apache/seatunnel/issues/5377#issuecomment-1759061850

   I also use check my table is is_tracked_by_cdc = 1
   
   ```code
   SELECT s.name AS Schema_Name, tb.name AS Table_Name
   , tb.object_id, tb.type, tb.type_desc, tb.is_tracked_by_cdc
   FROM sys.tables tb
   INNER JOIN sys.schemas s on s.schema_id = tb.schema_id
   WHERE tb.is_tracked_by_cdc = 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to