Ben Konz

Results 3 issues of Ben Konz

adds a new arg to BigSampler called `bigqueryPartitioning`, defaults to "DAY", which should maintain the same behavior as before. Users can pass in "DAY|HOUR|MONTH|YEAR", as well as NULL if no...

### What happened? The Python SDK's [avro_type_to_beam_type](https://github.com/apache/beam/blob/4d350cae2a92b40787304d3c80e37b201bd99cc0/sdks/python/apache_beam/io/avroio.py#L552) function maps all Union types to: ``` type { nullable: true logical_type { urn: "beam:logical:pythonsdk_any:v1" } ``` which results in this exception: ```...

python
bug
P2