Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit c9cc0db

Browse files
committed
fix: Ensure _read_gbq_colab correctly logs BigQuery job labels
1 parent 66b5f8b commit c9cc0db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bigframes/session/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ def _read_gbq_colab(
515515
) -> pandas.Series:
516516
...
517517

518+
@log_adapter.method_logger
518519
@log_adapter.log_name_override("read_gbq_colab")
519520
def _read_gbq_colab(
520521
self,

0 commit comments

Comments
 (0)