From aa2276fdd6c3739e7fe37838d672bb42f30b23cd Mon Sep 17 00:00:00 2001 From: Trevor Bergeron Date: Tue, 17 Feb 2026 21:21:23 +0000 Subject: [PATCH] docs: Update bigframes links to new homepage --- docs/index.rst | 4 ++-- pandas_gbq/core/read.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 14fcde28..130c734b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,8 +23,8 @@ Note: The canonical version of this documentation can always be found on the `BigQuery sandbox `__ to try the service for free. - Also, consider using BigQuery DataFrames - (`bit.ly/bigframes-intro `__) + Also, consider using `BigQuery DataFrames + `__ 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. diff --git a/pandas_gbq/core/read.py b/pandas_gbq/core/read.py index bc089002..ecd4e00c 100644 --- a/pandas_gbq/core/read.py +++ b/pandas_gbq/core/read.py @@ -146,7 +146,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://dataframes.bigquery.dev)" "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. "