tvalentyn commented on issue #30867: URL: https://github.com/apache/beam/issues/30867#issuecomment-2058072150
There is a confirmed issue https://github.com/googleapis/python-bigtable/issues/949 that affects google-api-core and grpcio library, which caused a regression in Apache Beam 2.55.0. It will be fixed in the upcoming release of grpcio and mitigated in Beam 2.56.0. For affected 2.55.0 users, any of the following mitigations should help: - downgrade to apache-beam==2.54.0 or below Install any of the the following dependency combinations in the Beam pipeline runtime environment (For example, you can use a --requirements_file pipeline option): - upgrade grpcio and grpcio-status to version 1.63.0 or above (currently only 1.63.0rc1 is available) OR - downgrade google-api-core to version 2.16.2 or below OR - downgrade grpcio and grpcio-status to 1.58.0 or below. -- 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]
