You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the original question: Can we CREATE SOURCE for citus-cdc? If not, where is it rejected?
We can't. But it seems we didn't ban it in code.
// gated the feature with a session variable
let create_cdc_source_job = if with_properties.is_cdc_connector() {
CdcTableType::from_properties(&with_properties).can_backfill()
} else {
false
};
We can't. But it seems we didn't ban it in code.
Originally posted by @StrikeW in #15635 (comment)
The text was updated successfully, but these errors were encountered: