Notebooks “Copy Cell output”

Hi,

In Bigquery, if I create a new Notebook → Bigquery Template, and run through the displayed examples in the template, they generate results successfully. Then click in the upper left corner of the results “Copy Cell output”. It says “Failed to copy cell output”.

Next, what if I add a new cell that only says “print(“hello world”)”. Run it. “Copy Cell Output” (which is “hello world”). “Failed to copy cell output”. Try in another browser. Chrome. Another account. Same error. Any ideas?

As far as I am aware, the bigquery examples are otherwise working. I am able to load data “bigquery-public-data.ml_datasets.penguins” and query the data.

Hi sdarwin,

Since the running queries and generating results are working, this is most likely a bug. You may try the following workaround: manually highlight the output text with your mouse and use standard copy commands (Ctrl+C or right-click → Copy) to extract the results. Additionally, check your browser’s clipboard permissions and ensure your account has the necessary IAM roles like BigQuery Job User and Notebook Runtime User.

If the issue still persists, I suggest filing a bug report so our engineering team can check whether this is a potential bug or project-specific issue only. Before filing, please check this documentation on what to expect after you’ve opened an issue.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.