From 0333436447ebd6ceb6889841d95c5c7da3275e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 9 May 2025 15:05:29 +0200 Subject: [PATCH 1/3] R2 Data Catalog: add some precisions to Get Started --- src/content/docs/r2/data-catalog/get-started.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/content/docs/r2/data-catalog/get-started.mdx b/src/content/docs/r2/data-catalog/get-started.mdx index deef04fcc9a1359..eaf125e8b13c85f 100644 --- a/src/content/docs/r2/data-catalog/get-started.mdx +++ b/src/content/docs/r2/data-catalog/get-started.mdx @@ -144,7 +144,7 @@ We will use [marimo](https://github.com/marimo-team/marimo) as a Python notebook 5. Install marimo with uv: ```py - uv pip install marimo + uv pip install marimo pandas pyarrow pyiceberg ``` @@ -271,6 +271,12 @@ We will use [marimo](https://github.com/marimo-team/marimo) as a Python notebook 3. Replace the `CATALOG_URI`, `WAREHOUSE`, and `TOKEN` variables with your values from sections **2** and **3** respectively. +4. Run the script you just created: + + ``` + marimo run r2-data-catalog-tutorial.py + ``` + In the Python notebook above, you: From 410f12bfa0639556921ee009c70b2fed494b7ec5 Mon Sep 17 00:00:00 2001 From: Yevgen Safronov Date: Fri, 9 May 2025 15:24:04 +0100 Subject: [PATCH 2/3] Update src/content/docs/r2/data-catalog/get-started.mdx Co-authored-by: Jun Lee --- src/content/docs/r2/data-catalog/get-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/r2/data-catalog/get-started.mdx b/src/content/docs/r2/data-catalog/get-started.mdx index eaf125e8b13c85f..d1a6cd22cd7646e 100644 --- a/src/content/docs/r2/data-catalog/get-started.mdx +++ b/src/content/docs/r2/data-catalog/get-started.mdx @@ -273,7 +273,7 @@ We will use [marimo](https://github.com/marimo-team/marimo) as a Python notebook 4. Run the script you just created: - ``` + ```py marimo run r2-data-catalog-tutorial.py ``` From 59f7e1ee63286083a3f394da6bef373ff8ebff23 Mon Sep 17 00:00:00 2001 From: Jun Lee Date: Tue, 13 May 2025 10:09:01 +0100 Subject: [PATCH 3/3] Update src/content/docs/r2/data-catalog/get-started.mdx --- src/content/docs/r2/data-catalog/get-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/r2/data-catalog/get-started.mdx b/src/content/docs/r2/data-catalog/get-started.mdx index d1a6cd22cd7646e..a1f570f2619eb53 100644 --- a/src/content/docs/r2/data-catalog/get-started.mdx +++ b/src/content/docs/r2/data-catalog/get-started.mdx @@ -273,7 +273,7 @@ We will use [marimo](https://github.com/marimo-team/marimo) as a Python notebook 4. Run the script you just created: - ```py + ```sh marimo run r2-data-catalog-tutorial.py ```