Abacn commented on code in PR #39742:
URL: https://github.com/apache/beam/pull/39742#discussion_r3822363174
##########
sdks/python/build.gradle:
##########
@@ -152,6 +152,7 @@ tasks.register("yamlIntegrationTests") {
dependsOn ":sdks:java:io:expansion-service:build"
dependsOn ":sdks:java:io:google-cloud-platform:expansion-service:build"
dependsOn ":sdks:java:io:debezium:expansion-service:shadowJar"
+ dependsOn ":sdks:java:io:snowflake:expansion-service:shadowJar"
Review Comment:
Consider move this to postCommitYamlIntegrationTests. The test only need to
be exercised on postsubmit time. The PreCommit becomes heavier as we are adding
more expansion services (and test container). Same apply to kenesis / JmsIO /
debezium
--
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]