Skip to content

Commit bfd75bf

Browse files
Automatically register the %%bqsql magics.
PiperOrigin-RevId: 895502686
1 parent b567593 commit bfd75bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/colab/_import_magics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@ def impl(line, cell, **kwargs):
9696

9797
def _declare_colabx_magics():
9898
if get_ipython():
99+
_declare_cell_magic('bqsql', 'bigframes', _load_extension)
99100
_declare_cell_magic('bigquery', 'bigquery_magics', _load_extension)
100101
_declare_cell_magic('spanner_graph', 'spanner_graphs', _load_extension)

0 commit comments

Comments
 (0)