Skip to content

Commit 47ff137

Browse files
chore: move _read_gbq_colab to top-level bigframes.pandas (#1835)
* chore: move `_read_gbq_colab` to top-level `bigframes.pandas` * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2430497 commit 47ff137

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigframes/pandas/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import bigframes.functions._utils as bff_utils
3939
from bigframes.pandas.core.api import to_timedelta
4040
from bigframes.pandas.io.api import (
41+
_read_gbq_colab,
4142
from_glob_path,
4243
read_csv,
4344
read_gbq,
@@ -335,6 +336,7 @@ def reset_session():
335336
qcut,
336337
read_csv,
337338
read_gbq,
339+
_read_gbq_colab,
338340
read_gbq_function,
339341
read_gbq_model,
340342
read_gbq_object_table,

0 commit comments

Comments
 (0)