You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: add project id to destination table in to_gbq() (#347)
* ENH: add project id to destination table in to_gbq()
* ENH: fix non-callable client error when adding project id to destination table
* Update pandas_gbq/gbq.py (pass table reference)
Co-authored-by: Tim Swast <[email protected]>
* Update pandas_gbq/load.py (pass destination table)
Co-authored-by: Tim Swast <[email protected]>
* Update pandas_gbq/load.py (delete unnecessary variable)
Co-authored-by: Tim Swast <[email protected]>
* Update pandas_gbq/gbq.py (pass destination_table_ref)
Co-authored-by: Tim Swast <[email protected]>
* Fix call to load.load_chunks (now using only destination_table_ref)
* add assertions for project ID to unit test
* add to changelog
* use project from credentials if none provided
Co-authored-by: Tim Swast <[email protected]>
0 commit comments