Skip to content

Commit 9b8cc06

Browse files
committed
Fix PR comments/typos.
1 parent fdc400b commit 9b8cc06

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/content/docs/r2/data-catalog/config-examples/pyiceberg.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Below is an example of using [PyIceberg](https://py.iceberg.apache.org/) to conn
88
## Prerequisites
99

1010
- Sign up for a [Cloudflare account](https://dash.cloudflare.com/sign-up/workers-and-pages).
11-
- [Create an R2 bucket](/r2/buckets/create-buckets/) and enable the data catalog.
11+
- [Create an R2 bucket](/r2/buckets/create-buckets/) and [enable the data catalog](/r2/data-catalog/manage-catalogs/#enable-r2-data-catalog-on-a-bucket).
1212
- [Create an R2 API token](/r2/api/tokens/) with both [R2 and data catalog permissions](/r2/api/tokens/#permissions).
1313
- Install the [PyIceberg](https://py.iceberg.apache.org/#installation) and [PyArrow](https://arrow.apache.org/docs/python/install.html) libraries.
1414

src/content/docs/r2/data-catalog/config-examples/snowflake.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Below is an example of using [Snowflake](https://docs.snowflake.com/en/user-guid
88
## Prerequisites
99

1010
- Sign up for a [Cloudflare account](https://dash.cloudflare.com/sign-up/workers-and-pages).
11-
- [Create an R2 bucket](/r2/buckets/create-buckets/) and enable the data catalog.
11+
- [Create an R2 bucket](/r2/buckets/create-buckets/) and [enable the data catalog](/r2/data-catalog/manage-catalogs/#enable-r2-data-catalog-on-a-bucket).
1212
- [Create an R2 API token](/r2/api/tokens/) with both [R2 and data catalog permissions](/r2/api/tokens/#permissions).
1313
- A [Snowflake](https://www.snowflake.com/) account with the necessary privileges to create external volumes and catalog integrations.
1414

src/content/docs/r2/data-catalog/config-examples/spark.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Below is an example of how you can build an [Apache Spark](https://spark.apache.
1111
## Prerequisites
1212

1313
- Sign up for a [Cloudflare account](https://dash.cloudflare.com/sign-up/workers-and-pages).
14-
- [Create an R2 bucket](/r2/buckets/create-buckets/) and enable the data catalog.
14+
- [Create an R2 bucket](/r2/buckets/create-buckets/) and [enable the data catalog](/r2/data-catalog/manage-catalogs/#enable-r2-data-catalog-on-a-bucket).
1515
- [Create an R2 API token](/r2/api/tokens/) with both [R2 and data catalog permissions](/r2/api/tokens/#permissions).
1616
- Install Java 17, Spark 3.5.3, and SBT 1.10.11
1717
- Note: The specific versions of tools are critical for getting things to work in this example.

src/content/docs/r2/data-catalog/get-started.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ This guide will instruct you through:
4444
npx wrangler login
4545
```
4646

47-
2. Enable the catalog on your chosen R2 bucket:
47+
2. Create an R2 bucket:
4848

4949
```
50-
npx wrangler r2 bucket r2-data-catalog-tutorial
50+
npx wrangler r2 bucket create r2-data-catalog-tutorial
5151
```
5252

5353
</Steps>
@@ -57,9 +57,9 @@ This guide will instruct you through:
5757

5858
<Steps>
5959
1. From the Cloudflare dashboard, select **R2 Object Storage** from the sidebar.
60-
2. Select the bucket you want to enable as a data catalog.
61-
3. Switch to the **Settings** tab, scroll down to **R2 Data Catalog**, and select **Enable**.
62-
4. Once enabled, note the **Catalog URI** and **Warehouse name**.
60+
2. Select **Create bucket**.
61+
3. Enter the bucket name: r2-data-catalog-tutorial
62+
4. Select **Create bucket**.
6363
</Steps>
6464
</TabItem>
6565
</Tabs>
@@ -80,7 +80,7 @@ Then, enable the catalog on your chosen R2 bucket:
8080

8181
<Steps>
8282
1. From the Cloudflare dashboard, select **R2 Object Storage** from the sidebar.
83-
2. Select the bucket you want to enable as a data catalog.
83+
2. Select the bucket: r2-data-catalog-tutorial.
8484
3. Switch to the **Settings** tab, scroll down to **R2 Data Catalog**, and select **Enable**.
8585
4. Once enabled, note the **Catalog URI** and **Warehouse name**.
8686
</Steps>

0 commit comments

Comments
 (0)