Hai Joey Tran
Hai Joey Tran
#### What's the problem this feature will solve? Currently (from what I gather), the only place assertion rewriting is exposed is from `register_assert_rewrite`. As far as I can tell, this...
This diff implements a new `parittioners` module which includes a `Top` partitioner. `Top` replicates the `combiners.Top` behavior. This is a WIP. I initially implemented this for my particular case which...
These changes just extend `assert_that` to accommodate a couple of common footguns I've seen. - `assert_that` will now check to see if you're calling it with a pipeline that has...
#### Environment details - OS type and version: **MacOS Catalina 10.15.7** - Python version: **3.9.2** - pip version: **21.3.1** - `google-cloud-monitoring` version: **2.9.1** - Timezone: EDT #### Steps to reproduce...
**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...
I get a lot of complaints about all the logging in Beam playground for python examples. It really drowns out any output that might be coming from the examples. I...
**Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ]...
The `ensure_clean_state` pytest fixture adds ~200ms of overhead to every unit test. This slows down local development quite a bit. This adds an opt-in environment flag to skip this fixture...
### What would you like to happen? It's semantically confusing that `Row` is defined in `pvalue.py`. `pvalue`s are abstract representations of data while `Row`s are actually concretely instantiated. It might...