mirror of
https://github.com/lancedb/lancedb.git
synced 2026-09-03 20:18:54 +00:00
feat(python): expose remote function refresh jobs
This commit is contained in:
+1
-1
@@ -1584,7 +1584,7 @@ impl Table {
|
||||
let inner = self_.inner_ref()?.clone();
|
||||
future_into_py(self_.py(), async move {
|
||||
let job = inner.refresh_column_async(column).await.infer_error()?;
|
||||
Ok(crate::job::Job::new(job))
|
||||
Ok(crate::job::RefreshJob::new(job))
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user