You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2021/03/17 16:08:42 UTC

[beam] branch master updated (3014959 -> d559544)

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

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


    from 3014959  [BEAM-11628] Switch to pd.testing.assert* in transforms_test (#14256)
     add d559544  [BEAM-10708] Clean up pipeline instrument (#14176)

No new revisions were added by this update.

Summary of changes:
 .../runners/interactive/background_caching_job.py  |   1 +
 .../runners/interactive/caching/cacheable.py       |  78 ++++++++++++++
 .../runners/interactive/caching/streaming_cache.py |   4 +-
 .../interactive/caching/streaming_cache_test.py    |   2 +-
 .../runners/interactive/interactive_runner.py      |   2 +-
 .../runners/interactive/pipeline_instrument.py     | 119 ++++-----------------
 .../interactive/pipeline_instrument_test.py        |   4 +
 .../container/license_scripts/dep_urls_py.yaml     |   2 +
 sdks/python/setup.py                               |   4 +
 9 files changed, 110 insertions(+), 106 deletions(-)
 create mode 100644 sdks/python/apache_beam/runners/interactive/caching/cacheable.py