Skip to content

Commit 16a834e

Browse files
authored
chore: fix from_glob_path iam objectUser (#1606)
1 parent 1ac0e1e commit 16a834e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bigframes/session/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,9 +1805,7 @@ def from_glob_path(
18051805
raise NotImplementedError()
18061806

18071807
# TODO(garrettwu): switch to pseudocolumn when b/374988109 is done.
1808-
connection = self._create_bq_connection(
1809-
connection=connection, iam_role="storage.objectUser"
1810-
)
1808+
connection = self._create_bq_connection(connection=connection)
18111809

18121810
table = self._create_object_table(path, connection)
18131811

0 commit comments

Comments
 (0)