Sabri Karagönen

Results 4 issues of Sabri Karagönen

Updated version of https://github.com/scanny/python-pptx/pull/171 Will try to provide full coverage for existing tests and write new tests.

## Summary - support `require_partition_filter` option for BigQuery tables - parse new `bigquery.require_partition_filter` YAML field - include option in CREATE TABLE queries when enabled - propagate option to DDL strategy...

codex

### Feature description I'm using delete+insert for a BigQuery task, and it's pretty expensive since it scans the whole table for deletes. The problem here is, BigQuery can't utilize partitions...