From 8abda4bafdd5526aefa19bc2113afed150658309 Mon Sep 17 00:00:00 2001 From: Vitor Honna Date: Thu, 15 May 2025 16:07:41 -0300 Subject: [PATCH] Fix typo in update_datasource_data.py --- samples/update_datasource_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/update_datasource_data.py b/samples/update_datasource_data.py index f6bc92022..1b0160b87 100644 --- a/samples/update_datasource_data.py +++ b/samples/update_datasource_data.py @@ -76,7 +76,7 @@ def main(): print("Waiting for job...") # `wait_for_job` will throw if the job isn't executed successfully job = server.jobs.wait_for_job(job) - print("Job finished succesfully") + print("Job finished successfully") if __name__ == "__main__":