pub async fn compare_tables( source_client: &Client, target_client: &Client, schema: &str, table: &str, ) -> Result<ChecksumResult>
Compare a table between source and target databases