TheNeuralBit commented on pull request #13617: URL: https://github.com/apache/beam/pull/13617#issuecomment-831436684
Is it possible this broke PythonLint precommit? It's been failing since this went in. Weirdly it's causing mypy to complain about BigQuery: ``` 10:49:13 apache_beam/testing/load_tests/load_test_metrics_utils.py:51: error: Module 'google.cloud' has no attribute 'bigquery' [attr-defined] 10:49:18 Found 1 error in 1 file (checked 784 source files) 10:49:20 error: mypy exited with status 1 ``` Perhaps due to the new dependency? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
