Skip to content

Commit 4adf749

Browse files
Automatically register the %%bqsql magics.
PiperOrigin-RevId: 896017753
1 parent b567593 commit 4adf749

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)