From 45f6779c80f6bc7d63261b08a9bd9985ca0eb22e Mon Sep 17 00:00:00 2001 From: Douglas <28629647+Nautman@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:50:45 +0200 Subject: [PATCH] Fix link typo --- pandas_gbq/gbq_connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas_gbq/gbq_connector.py b/pandas_gbq/gbq_connector.py index 2b3b716e..7b504731 100644 --- a/pandas_gbq/gbq_connector.py +++ b/pandas_gbq/gbq_connector.py @@ -298,7 +298,7 @@ def _download_results( num_gib = num_bytes / pandas_gbq.constants.BYTES_IN_GIB warnings.warn( f"Recommendation: Your results are {num_gib:.1f} GiB. " - "Consider using BigQuery DataFrames (https://bit.ly/bigframes-intro)" + "Consider using BigQuery DataFrames (https://bit.ly/bigframes-intro) " "to process large results with pandas compatible APIs with transparent SQL " "pushdown to BigQuery engine. This provides an opportunity to save on costs " "and improve performance. "