pandasanjay commented on PR #35197: URL: https://github.com/apache/beam/pull/35197#issuecomment-2992577571
> @pandasanjay – It looks like the example pipelines fail with this error: > > ``` > > from google.api_core.exceptions import TooManyRequests > E ModuleNotFoundError: No module named 'google.api_core' > ``` > > Given this to be installed have you tested this with BQ table in your Google Cloud and the tests pass? @mohamedawnallah, you’re right. I’ve noticed that wherever this module is used, the Beam pipeline is skipping those tests. The pyproject.toml file does list the necessary dependency, so this might be an issue with the pipeline itself. I suspect that’s also why there aren’t any examples available for BQ enrichment. @damccorm would you be able guide us here. :) -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org