Commit ed47ef1
authored
feat: add
* 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.0write_engine parameter to read_FORMATNAME methods to control how data is written to BigQuery (#371)1 parent 840aaff commit ed47ef1
File tree
19 files changed
+461
-98
lines changed- bigframes
- pandas/io
- session
- _io
- testing
- tests
- system/small
- unit
- core
- session
- third_party/bigframes_vendored
- pandas/io
- parsers
19 files changed
+461
-98
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
409 | 415 | | |
410 | 416 | | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
415 | 422 | | |
416 | 423 | | |
417 | 424 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| |||
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| 139 | + | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| |||
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
| 150 | + | |
146 | 151 | | |
147 | 152 | | |
148 | 153 | | |
| |||
243 | 248 | | |
244 | 249 | | |
245 | 250 | | |
246 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
247 | 256 | | |
248 | 257 | | |
249 | 258 | | |
250 | 259 | | |
251 | | - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
252 | 265 | | |
253 | 266 | | |
254 | 267 | | |
255 | 268 | | |
256 | | - | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
257 | 274 | | |
258 | 275 | | |
259 | 276 | | |
260 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
261 | 282 | | |
262 | 283 | | |
263 | 284 | | |
| 285 | + | |
264 | 286 | | |
265 | 287 | | |
266 | 288 | | |
| |||
271 | 293 | | |
272 | 294 | | |
273 | 295 | | |
| 296 | + | |
| 297 | + | |
274 | 298 | | |
275 | 299 | | |
276 | 300 | | |
277 | 301 | | |
278 | 302 | | |
279 | 303 | | |
| 304 | + | |
280 | 305 | | |
281 | 306 | | |
282 | 307 | | |
283 | 308 | | |
284 | 309 | | |
285 | 310 | | |
286 | 311 | | |
287 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
288 | 316 | | |
289 | 317 | | |
290 | 318 | | |
291 | 319 | | |
292 | 320 | | |
| 321 | + | |
293 | 322 | | |
294 | 323 | | |
295 | 324 | | |
| |||
0 commit comments