You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ja...@apache.org on 2018/10/12 08:05:06 UTC

[beam] branch master updated (0e146da -> d52b230)

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

jaku pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 0e146da  Merge pull request #6669: [BEAM-5672] Pull URL out of logs for build description
     add 5b023b6  [BEAM-5701] port datastore_write Python integration tests to Beam
     new d52b230  Merge pull request #6642: [BEAM-5701] port datastore_write Python integration tests to Beam

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.


Summary of changes:
 .../io/gcp/datastore_write_it_pipeline.py          | 207 +++++++++++++++++++++
 ..._read_it_test.py => datastore_write_it_test.py} |  43 +++--
 2 files changed, 232 insertions(+), 18 deletions(-)
 create mode 100644 sdks/python/apache_beam/io/gcp/datastore_write_it_pipeline.py
 copy sdks/python/apache_beam/io/gcp/{bigquery_io_read_it_test.py => datastore_write_it_test.py} (55%)


[beam] 01/01: Merge pull request #6642: [BEAM-5701] port datastore_write Python integration tests to Beam

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

jaku pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit d52b230d646a6008e1d208987444bd989375d85f
Merge: 0e146da 5b023b6
Author: jasonkuster <ja...@google.com>
AuthorDate: Fri Oct 12 01:04:57 2018 -0700

    Merge pull request #6642: [BEAM-5701] port datastore_write Python integration tests to Beam
    
    [BEAM-5701] port datastore_write Python integration tests to Beam

 .../io/gcp/datastore_write_it_pipeline.py          | 207 +++++++++++++++++++++
 .../apache_beam/io/gcp/datastore_write_it_test.py  |  70 +++++++
 2 files changed, 277 insertions(+)