Wanqi Lyu created BEAM-8666:
-------------------------------
Summary: Remove dependency between DataflowRunner and
PortableRunner introduced by PR#9811
Key: BEAM-8666
URL: https://issues.apache.org/jira/browse/BEAM-8666
Project: Beam
Issue Type: Improvement
Components: sdk-py-core
Reporter: Wanqi Lyu
PR#9811 creates a new dependency between `DataflowRunner` and `PortableRunner`.
`DataflowRunner` uses `DockerEnvironment` but there was no need for
`DataflowRunner` to depend on the `PortableRunner` module before. We will
refactor out `default_docker_image()` method to live in
`apache_beam.transforms.Environment`.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)