diff --git a/docs/index.rst b/docs/index.rst index 73673e0f..14fcde28 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 - `__ + Also, consider using BigQuery DataFrames + (`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. diff --git a/pandas_gbq/gbq.py b/pandas_gbq/gbq.py index a9dca3ce..6ae172f9 100644 --- a/pandas_gbq/gbq.py +++ b/pandas_gbq/gbq.py @@ -493,8 +493,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://cloud.google.com/bigquery/docs/bigquery-dataframes-introduction) " + "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. "