python-bigquery-pandas icon indicating copy to clipboard operation
python-bigquery-pandas copied to clipboard

feat: add dry run to the read_gbq function

Open antoineeripret opened this issue 1 month ago • 9 comments

This change allows the user to run a dry run query using the read_gbq function. Instead of returning a pd.DataFrame, the behavior is changed and the amount of data processed (in GB) is returned.

antoineeripret avatar Nov 06 '25 09:11 antoineeripret