Abacn commented on code in PR #39941:
URL: https://github.com/apache/beam/pull/39941#discussion_r3917196439
##########
sdks/python/setup.py:
##########
@@ -535,6 +535,7 @@ def get_portability_package_data():
# errors raised during async flushes instead of swallowing them.
'google-cloud-bigtable>=2.42.0,<3',
'google-cloud-build>=3.35.0,<4',
+ 'google-cloud-firestore>=2.0.0,<3',
Review Comment:
This is only used in tests. Consider put it into 'test' extra and make the
import optional in integration_tests.py
--
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]