Skip to content

Commit 2ba59e5

Browse files
authored
chore: document permissions for experimental session.from_glob_path (#1332)
1 parent 68d73a9 commit 2ba59e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigframes/session/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,8 @@ def from_glob_path(
16241624
self, path: str, *, connection: Optional[str] = None, name: Optional[str] = None
16251625
) -> dataframe.DataFrame:
16261626
r"""Create a BigFrames DataFrame that contains a BigFrames Blob column from a global wildcard path.
1627+
This operation creates a temporary BQ Object Table under the hood and requires bigquery.connections.delegate permission or BigQuery Connection Admin role.
1628+
If you have an existing BQ Object Table, use read_gbq_object_table().
16271629
16281630
.. note::
16291631
BigFrames Blob is still under experiments. It may not work and subject to change in the future.

0 commit comments

Comments
 (0)