mohamedawnallah commented on PR #35816: URL: https://github.com/apache/beam/pull/35816#issuecomment-3285976946
> I see `:sdks:python:test-suites:direct:py39:testcontainersTest FAILED` caused by bigtable enrichment issues. @mohamedawnallah could you take a look please? In this PR https://github.com/apache/beam/pull/35473 we haven't touched the bigtable enrichment code just the CloudSQL enrichment code. I have also checked the logs in the PostCommit workflows run (https://github.com/apache/beam/actions/runs/17676270810/job/50239024594) cloudSQL tests wasn't running and that is expected ```bash $ cat "job-logs-python-3.9.txt"| grep "cloudsql" 2025-09-12T13:48:40.6195331Z #9 153.4 INFO:root:copying apache_beam/transforms/enrichment_handlers/cloudsql.py -> build/lib.linux-x86_64-cpython-39/apache_beam/transforms/enrichment_handlers 2025-09-12T13:48:40.6197152Z #9 153.4 INFO:root:copying apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py -> build/lib.linux-x86_64-cpython-39/apache_beam/transforms/enrichment_handlers 2025-09-12T13:48:40.6201888Z #9 153.4 INFO:root:copying apache_beam/transforms/enrichment_handlers/cloudsql_test.py -> build/lib.linux-x86_64-cpython-39/apache_beam/transforms/enrichment_handlers 2025-09-12T13:48:40.6995855Z #9 153.5 INFO:root:copying apache_beam/ml/rag/ingestion/cloudsql.py -> build/lib.linux-x86_64-cpython-39/apache_beam/ml/rag/ingestion 2025-09-12T13:48:40.6996190Z #9 153.5 INFO:root:copying apache_beam/ml/rag/ingestion/cloudsql_it_test.py -> build/lib.linux-x86_64-cpython-39/apache_beam/ml/rag/ingestion 2025-09-12T13:51:13.3258607Z #9 306.1 INFO:root:copying build/lib.linux-x86_64-cpython-39/apache_beam/transforms/enrichment_handlers/cloudsql.py -> build/bdist.linux-x86_64/wheel/./apache_beam/transforms/enrichment_handlers 2025-09-12T13:51:13.3260727Z #9 306.1 INFO:root:copying build/lib.linux-x86_64-cpython-39/apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py -> build/bdist.linux-x86_64/wheel/./apache_beam/transforms/enrichment_handlers 2025-09-12T13:51:13.3266127Z #9 306.1 INFO:root:copying build/lib.linux-x86_64-cpython-39/apache_beam/transforms/enrichment_handlers/cloudsql_test.py -> build/bdist.linux-x86_64/wheel/./apache_beam/transforms/enrichment_handlers 2025-09-12T13:51:13.4147035Z #9 306.2 INFO:root:copying build/lib.linux-x86_64-cpython-39/apache_beam/ml/rag/ingestion/cloudsql.py -> build/bdist.linux-x86_64/wheel/./apache_beam/ml/rag/ingestion 2025-09-12T13:51:13.4147442Z #9 306.2 INFO:root:copying build/lib.linux-x86_64-cpython-39/apache_beam/ml/rag/ingestion/cloudsql_it_test.py -> build/bdist.linux-x86_64/wheel/./apache_beam/ml/rag/ingestion 2025-09-12T13:51:14.6732152Z #9 307.4 INFO:wheel:adding 'apache_beam/ml/rag/ingestion/cloudsql.py' 2025-09-12T13:51:14.6732532Z #9 307.4 INFO:wheel:adding 'apache_beam/ml/rag/ingestion/cloudsql_it_test.py' 2025-09-12T13:51:15.7710474Z #9 308.5 INFO:wheel:adding 'apache_beam/transforms/enrichment_handlers/cloudsql.py' 2025-09-12T13:51:15.7710925Z #9 308.5 INFO:wheel:adding 'apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py' 2025-09-12T13:51:15.7711400Z #9 308.5 INFO:wheel:adding 'apache_beam/transforms/enrichment_handlers/cloudsql_test.py' ``` ```bash $ cat "job-logs-python-3.10.txt" | grep "cloudsql" 2025-09-12T13:48:58.9028997Z #9 122.9 INFO:root:copying apache_beam/transforms/enrichment_handlers/cloudsql.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms/enrichment_handlers 2025-09-12T13:48:58.9030871Z #9 122.9 INFO:root:copying apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms/enrichment_handlers 2025-09-12T13:48:58.9035431Z #9 122.9 INFO:root:copying apache_beam/transforms/enrichment_handlers/cloudsql_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms/enrichment_handlers 2025-09-12T13:48:58.9554468Z #9 123.3 INFO:root:copying apache_beam/ml/rag/ingestion/cloudsql.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/rag/ingestion 2025-09-12T13:48:58.9555197Z #9 123.3 INFO:root:copying apache_beam/ml/rag/ingestion/cloudsql_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/rag/ingestion 2025-09-12T13:51:40.6986079Z #9 304.7 INFO:root:copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/enrichment_handlers/cloudsql.py -> build/bdist.linux-x86_64/wheel/./apache_beam/transforms/enrichment_handlers 2025-09-12T13:51:40.6989720Z #9 304.7 INFO:root:copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py -> build/bdist.linux-x86_64/wheel/./apache_beam/transforms/enrichment_handlers 2025-09-12T13:51:40.6997091Z #9 304.7 INFO:root:copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/enrichment_handlers/cloudsql_test.py -> build/bdist.linux-x86_64/wheel/./apache_beam/transforms/enrichment_handlers 2025-09-12T13:51:40.7944543Z #9 304.8 INFO:root:copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/rag/ingestion/cloudsql.py -> build/bdist.linux-x86_64/wheel/./apache_beam/ml/rag/ingestion 2025-09-12T13:51:40.7945462Z #9 304.8 INFO:root:copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/rag/ingestion/cloudsql_it_test.py -> build/bdist.linux-x86_64/wheel/./apache_beam/ml/rag/ingestion 2025-09-12T13:51:41.9564684Z #9 305.9 INFO:wheel:adding 'apache_beam/ml/rag/ingestion/cloudsql.py' 2025-09-12T13:51:41.9565338Z #9 305.9 INFO:wheel:adding 'apache_beam/ml/rag/ingestion/cloudsql_it_test.py' 2025-09-12T13:51:43.1498356Z #9 307.1 INFO:wheel:adding 'apache_beam/transforms/enrichment_handlers/cloudsql.py' 2025-09-12T13:51:43.1498837Z #9 307.1 INFO:wheel:adding 'apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py' 2025-09-12T13:51:43.1499331Z #9 307.1 INFO:wheel:adding 'apache_beam/transforms/enrichment_handlers/cloudsql_test.py' ``` ```bash $ Downloads cat "job-logs-python-3.11.txt" | grep "cloudsql" 2025-09-12T13:48:55.9911738Z #9 140.9 INFO:root:copying apache_beam/transforms/enrichment_handlers/cloudsql.py -> build/lib.linux-x86_64-cpython-311/apache_beam/transforms/enrichment_handlers 2025-09-12T13:48:55.9913728Z #9 140.9 INFO:root:copying apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py -> build/lib.linux-x86_64-cpython-311/apache_beam/transforms/enrichment_handlers 2025-09-12T13:48:55.9918358Z #9 140.9 INFO:root:copying apache_beam/transforms/enrichment_handlers/cloudsql_test.py -> build/lib.linux-x86_64-cpython-311/apache_beam/transforms/enrichment_handlers 2025-09-12T13:48:56.1628991Z #9 140.9 INFO:root:copying apache_beam/ml/rag/ingestion/cloudsql.py -> build/lib.linux-x86_64-cpython-311/apache_beam/ml/rag/ingestion 2025-09-12T13:48:56.1629697Z #9 140.9 INFO:root:copying apache_beam/ml/rag/ingestion/cloudsql_it_test.py -> build/lib.linux-x86_64-cpython-311/apache_beam/ml/rag/ingestion 2025-09-12T13:51:56.8935772Z #9 298.1 INFO:root:copying build/lib.linux-x86_64-cpython-311/apache_beam/transforms/enrichment_handlers/cloudsql.py -> build/bdist.linux-x86_64/wheel/./apache_beam/transforms/enrichment_handlers 2025-09-12T13:51:56.8937888Z #9 298.1 INFO:root:copying build/lib.linux-x86_64-cpython-311/apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py -> build/bdist.linux-x86_64/wheel/./apache_beam/transforms/enrichment_handlers 2025-09-12T13:51:56.8943917Z #9 298.1 INFO:root:copying build/lib.linux-x86_64-cpython-311/apache_beam/transforms/enrichment_handlers/cloudsql_test.py -> build/bdist.linux-x86_64/wheel/./apache_beam/transforms/enrichment_handlers 2025-09-12T13:51:56.9648710Z #9 298.2 INFO:root:copying build/lib.linux-x86_64-cpython-311/apache_beam/ml/rag/ingestion/cloudsql.py -> build/bdist.linux-x86_64/wheel/./apache_beam/ml/rag/ingestion 2025-09-12T13:51:56.9649138Z #9 298.2 INFO:root:copying build/lib.linux-x86_64-cpython-311/apache_beam/ml/rag/ingestion/cloudsql_it_test.py -> build/bdist.linux-x86_64/wheel/./apache_beam/ml/rag/ingestion 2025-09-12T13:51:56.9959580Z #9 299.2 INFO:wheel:adding 'apache_beam/ml/rag/ingestion/cloudsql.py' 2025-09-12T13:51:56.9959790Z #9 299.2 INFO:wheel:adding 'apache_beam/ml/rag/ingestion/cloudsql_it_test.py' 2025-09-12T13:51:57.0100949Z #9 300.3 INFO:wheel:adding 'apache_beam/transforms/enrichment_handlers/cloudsql.py' 2025-09-12T13:51:57.0101317Z #9 300.3 INFO:wheel:adding 'apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py' 2025-09-12T13:51:57.0101664Z #9 300.3 INFO:wheel:adding 'apache_beam/transforms/enrichment_handlers/cloudsql_test.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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org