Function handle_alter_sink_props

Source
pub async fn handle_alter_sink_props(
    handler_args: HandlerArgs,
    table_name: ObjectName,
    changed_props: Vec<SqlOption>,
) -> Result<RwPgResponse, RwError>