Skip to content

Commit 23218ce

Browse files
Update packages/bigquery-magics/bigquery_magics/bigquery.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 185d298 commit 23218ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bigquery-magics/bigquery_magics/bigquery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ def _create_dataset_if_necessary(client, dataset_id):
399399
type=str,
400400
default=None,
401401
help=(
402-
"[Deprecated] Set the execution engine, either 'pandas' or 'bigframes'."
403-
"Defaults to engine set in the query setting in console."
402+
"[Deprecated] Set the execution engine, either 'pandas' or 'bigframes'. "
403+
"Defaults to engine set in the query setting in console. "
404404
"Please use %%load_ext bigframes and the %%%%bqsql magic instead. "
405405
"See: https://dataframes.bigquery.dev/notebooks/getting_started/magics.html"
406406
),

0 commit comments

Comments
 (0)