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
feat: add write_engine parameter to read_FORMATNAME methods to control how data is written to BigQuery (#371)
* feat: add `write_engine` parameter to `read_FORMATNAME` methods to control how data is written to BigQuery
* set constraints to allow unit tests to pass
* allow binary columns to be inlined
* bump minimum pandas-gbq to 0.25.0
* use pandas-gbq schema detection in load jobs too
* Update bigframes/session/__init__.py
* fix mypy
* fix `tests/system/small/test_session.py::test_read_pandas_w_unsupported_mixed_dtype` test
* add advice for which write_engine to use
* add unit tests
* use prerelease version of pandas-gbq
* update to pandas-gbq 0.26.0
0 commit comments