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.
1 parent 5a0a69d commit b300fb4Copy full SHA for b300fb4
samples/client_query_job_optional.py
@@ -47,7 +47,7 @@ def client_query_job_optional() -> None:
47
print("Query was run with job state. Job ID: {}".format(rows.job_id))
48
else:
49
print(
50
- "Query was run without creating a job.. Query ID: {}".format(rows.query_id)
+ "Query was run without creating a job. Query ID: {}".format(rows.query_id)
51
)
52
53
print("The query data:")
0 commit comments