Skip to content

Commit

Permalink
Update Dataflow Python container to beam-master-20201005 (#13011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Amato committed Oct 6, 2020
1 parent b7ae7bb commit a27faca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/runners/dataflow/internal/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@

# Update this version to the next version whenever there is a change that will
# require changes to legacy Dataflow worker execution environment.
BEAM_CONTAINER_VERSION = 'beam-master-20200911'
BEAM_CONTAINER_VERSION = 'beam-master-20201005'
# Update this version to the next version whenever there is a change that
# requires changes to SDK harness container or SDK harness launcher.
BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20200911'
BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20201005'

# TODO(BEAM-5939): Remove these shared names once Dataflow worker is updated.
PICKLED_MAIN_SESSION_FILE = 'pickled_main_session'
Expand Down

0 comments on commit a27faca

Please sign in to comment.