tvalentyn commented on code in PR #37725: URL: https://github.com/apache/beam/pull/37725#discussion_r2880817080
########## sdks/python/apache_beam/ml/transforms/embeddings/vertex_ai_test.py: ########## @@ -58,6 +61,8 @@ model_name: str = "text-embedding-005" +@skip_if_vertex_ai_disabled [email protected]_ai_postcommit Review Comment: Note that adding vertex_ai_postcommit would make these tests run on Dataflow, instead of Beam direct runner: https://github.com/apache/beam/blob/3197d88ef5c9f41371756c78b0efca8590b47165/sdks/python/test-suites/dataflow/common.gradle#L500 Was that your intent? -- 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]
