async fn bind_cdc_table_schema_externally(
cdc_with_options: WithOptionsSecResolved,
) -> Result<(Vec<ColumnCatalog>, Vec<String>), RwError>
Expand description
Derive schema for cdc table when create a new Table or alter an existing Table
async fn bind_cdc_table_schema_externally(
cdc_with_options: WithOptionsSecResolved,
) -> Result<(Vec<ColumnCatalog>, Vec<String>), RwError>
Derive schema for cdc table when create a new Table or alter an existing Table