n_joy
Contributor

Case is the following: "For some reason, the Change Data Feed feature recognizes DEFAULT columns from the source but does not enable this property when creating a _cdc table.": 

n_joy_0-1725523337664.png

So it uses the following DDL that is impossible to execute: 

n_joy_2-1725523954329.png
Instead of this one: 

n_joy_4-1725524553528.png

As a workaround , prior to run streaming queries I create a cdc table myself

n_joy_3-1725524454093.png

I was just wondering whether there is any other way without explicitly running DDL for _cdc table myself. 

View solution in original post