-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
For bug reports, provide this information, please:
Debezium connector for SQL Server :: Debezium Documentation
it is not available to connect DDL in sqlserver-connector.
What Debezium connector do you use and what version?
latest
What is the connector configuration?
<Your answer>
What is the captured database version and mode of deployment?
(E.g. on-premises, with a specific cloud provider, etc.)
Sqlserver2008
What behavior do you expect?
Explain the DDL support range in sqlserver-connector
What behavior do you see?
cannot collect any ddl from sqlserver.
Do you see the same behaviour using the latest released Debezium version?
(Ideally, also verify with latest Alpha/Beta/CR version)
yes
Do you have the connector logs, ideally from start till finish?
(You might be asked later to provide DEBUG/TRACE level log)
<Your answer>
How to reproduce the issue using our tutorial deployment?
<Your answer>
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
we can collect alter column ddl from ddl_history table. and we could collect these in follwing method.
Debezium connector for SQL Server :: Debezium Documentation
in latest debezium, could we support these DDL? is this supported?
https://issues.redhat.com/browse/DBZ-812
i find this issue but remove in test-only , discussion in this issue can we support?
Which use case/requirement will be addressed by the proposed feature?
Implementation ideas (optional)
idea2024