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

feat: add dry_run parameter to read_gbq() and read_gbq_query()

Open sycai opened this issue 10 months ago • 0 comments

If a table reference is fed to read_gbq() with dry_run set to True, we will use SELECT * FROM {table_ref} for dry run

sycai avatar Apr 30 '25 02:04 sycai