This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 0f04de7 Better error on BQ schema parse (#12549)
new 5ae71f9 [BEAM-10545] HtmlView module
new 213c2c7 Use primitive string[] to replace Array<string> type
new bf85a7a Merge pull request #12460 from [BEAM-10545] HtmlView module
The 28426 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:
.../apache-beam-jupyterlab-sidepanel/.eslintrc.js | 12 +-
.../.prettierrc.json | 3 +-
.../apache-beam-jupyterlab-sidepanel/package.json | 8 +-
.../src/__tests__/common/HtmlView.test.tsx | 111 ++++++++++++++++
.../src/__tests__/kernel/KernelModel.test.ts | 21 ++-
.../src/common/HtmlView.tsx | 119 +++++++++++++++++
.../apache-beam-jupyterlab-sidepanel/tsconfig.json | 1 +
.../apache-beam-jupyterlab-sidepanel/yarn.lock | 146 ++++++++++++++++++++-
8 files changed, 407 insertions(+), 14 deletions(-)
create mode 100644
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/common/HtmlView.test.tsx
create mode 100644
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/common/HtmlView.tsx