python-bigquery-pandas
python-bigquery-pandas copied to clipboard
feat: add dry run to the read_gbq function
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.