python-bigquery-dataframes
python-bigquery-dataframes copied to clipboard
feat: add dry_run parameter to read_gbq() and read_gbq_query()
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