You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/08/12 11:37:37 UTC

[beam] branch damccorm-patch-1 created (now d23e289245f)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch damccorm-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git


      at d23e289245f WIP: Dummy change

This branch includes the following new commits:

     new d23e289245f WIP: Dummy change

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: WIP: Dummy change

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch damccorm-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d23e289245f40357a3652ce755c0df765f4f92e7
Author: Danny McCormick <da...@google.com>
AuthorDate: Fri Aug 12 07:37:30 2022 -0400

    WIP: Dummy change
---
 sdks/python/apache_beam/runners/dataflow/internal/names.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py b/sdks/python/apache_beam/runners/dataflow/internal/names.py
index 40f8342a8c0..5cc61ee1237 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -41,6 +41,7 @@ BEAM_CONTAINER_VERSION = 'beam-master-20220803'
 # requires changes to SDK harness container or SDK harness launcher.
 BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20220803'
 
+
 DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'