From 3da0b066c4e21763174aba6c3b3aab0278dac632 Mon Sep 17 00:00:00 2001 From: bzablocki Date: Mon, 18 Mar 2024 23:04:31 +0100 Subject: [PATCH] Install apache-beam[yaml] --- examples/notebooks/get-started/try-apache-beam-yaml.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/get-started/try-apache-beam-yaml.ipynb b/examples/notebooks/get-started/try-apache-beam-yaml.ipynb index c188291d803b..b18b318e85ea 100644 --- a/examples/notebooks/get-started/try-apache-beam-yaml.ipynb +++ b/examples/notebooks/get-started/try-apache-beam-yaml.ipynb @@ -89,7 +89,7 @@ "outputs": [], "source": [ "# Install apache-beam\n", - "! pip install --quiet apache-beam\n", + "! pip install --quiet apache-beam[yaml]\n", "\n", "# Create directories for storing data, pipelines and results\n", "! mkdir -p data\n",