From b80c0def1d85ad589ecc4ebd777aefb782a22af5 Mon Sep 17 00:00:00 2001 From: bubriks Date: Fri, 13 Dec 2024 16:55:02 +0200 Subject: [PATCH] small rename --- python/hsfs/core/online_ingestion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hsfs/core/online_ingestion.py b/python/hsfs/core/online_ingestion.py index c1eae20bd..192000359 100644 --- a/python/hsfs/core/online_ingestion.py +++ b/python/hsfs/core/online_ingestion.py @@ -125,7 +125,7 @@ def batch_results(self): def wait_for_completion(self): with tqdm(total=self.num_entries, bar_format="{desc}: {percentage:.2f}% |{bar}| Rows {n_fmt}/{total_fmt}", - desc="Data processing progress", + desc="Online data ingestion progress", mininterval=1) as progress_bar: while True: if self.aborted_entries: