forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BEAM-7923] Streaming support and pipeline pruning when instrumenting…
… a pipeline with interactivity (apache#11100) [BEAM-7923] Streaming support and pipeline pruning when instrumenting a pipeline with interactivity (apache#11100) 1. Updated pipeline_fragment to not prune newly added TestStream transforms. 2. Updated pipeline_instrument to support streaming pipeline and prune transforms that don't contribute to the desired outputs. 3. Updated ipython version upperbound to <8. We are targeting ipython > 7.3 for the introduction of cell magic `%pip`. Note `%pip` has different behavior than `!pip` because the previous one guaranteees the installation in the kernel not arbitrary environment the notebook is running in. 4. Updated the README for Interactive Beam. The main change is recommending using Jupyterlab over old Jupyter notebook and setup instructions such as setting virtual env through Python3 venv module, installing new labextensions over nbextensions and install extra dependencies.
- Loading branch information
Ning Kang
authored
Mar 13, 2020
1 parent
08ac97f
commit 64c2b41
Showing
12 changed files
with
1,095 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.