We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcc79f6 + 5eca29c commit 946d208Copy full SHA for 946d208
samples/update_datasource_data.py
@@ -76,7 +76,7 @@ def main():
76
print("Waiting for job...")
77
# `wait_for_job` will throw if the job isn't executed successfully
78
job = server.jobs.wait_for_job(job)
79
- print("Job finished succesfully")
+ print("Job finished successfully")
80
81
82
if __name__ == "__main__":
0 commit comments