We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185d298 commit 23218ceCopy full SHA for 23218ce
packages/bigquery-magics/bigquery_magics/bigquery.py
@@ -399,8 +399,8 @@ def _create_dataset_if_necessary(client, dataset_id):
399
type=str,
400
default=None,
401
help=(
402
- "[Deprecated] Set the execution engine, either 'pandas' or 'bigframes'."
403
- "Defaults to engine set in the query setting in console."
+ "[Deprecated] Set the execution engine, either 'pandas' or 'bigframes'. "
+ "Defaults to engine set in the query setting in console. "
404
"Please use %%load_ext bigframes and the %%%%bqsql magic instead. "
405
"See: https://dataframes.bigquery.dev/notebooks/getting_started/magics.html"
406
),
0 commit comments