Closed DarshanSP19 closed 1 year ago
Removed --extra_package and relevant build logic from all three tools.
--extra_package
Injecting the args related to the runtime container (--sdk_container_image and --experiments) if not provided by the user.
args
--sdk_container_image
--experiments
--sdk_container_image will be the public docker image like below.
New flag for suppling the local code to DataflowRunner -–use-local-code.
-–use-local-code
gcr.io/weather-tools-prod/weather-tools:0.0.0
Resolves the first part of #353
Removed
--extra_package
and relevant build logic from all three tools.Injecting the
args
related to the runtime container (--sdk_container_image
and--experiments
) if not provided by the user.--sdk_container_image
will be the public docker image like below.New flag for suppling the local code to DataflowRunner
-–use-local-code
.Resolves the first part of #353