Abacn commented on issue #26673: URL: https://github.com/apache/beam/issues/26673#issuecomment-1544522862
Found the cause: google-cloud-bigtable==2.18.0 breaks the test: To reproduce: in sdks/python run command: ``` pip install .[gcp] pytest -v apache_beam/io/gcp/bigtableio_test.py::TestWriteBigTable::test_write_metrics apache_beam/io/gcp/bigtableio_test.py::TestWriteBigTable::test_write_metrics FAILED [100%] ``` ``` pip install google-cloud-bigtable==2.17.0 pytest -v apache_beam/io/gcp/bigtableio_test.py::TestWriteBigTable::test_write_metrics apache_beam/io/gcp/bigtableio_test.py::TestWriteBigTable::test_write_metrics PASSED [100%] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
