Skip to content

Commit 5812ec3

Browse files
committed
fixed steps
1 parent da7ffc1 commit 5812ec3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/content/docs/r2-sql/tutorials/end-to-end-pipeline.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ npx wrangler r2 bucket create fraud-pipeline
108108
3. Enter the bucket name: `fraud-pipeline`
109109

110110
4. Select **Create bucket**.
111-
</Steps>
111+
112+
</Steps>
112113
</TabItem>
113114
</Tabs>
114115

@@ -136,7 +137,8 @@ When you run this command, take note of the "Warehouse" and "Catalog URI". You w
136137
3. Switch to the **Settings** tab, scroll down to **R2 Data Catalog**, and select **Enable**.
137138

138139
4. Once enabled, note the **Catalog URI** and **Warehouse name**.
139-
</Steps>
140+
141+
</Steps>
140142
</TabItem>
141143
</Tabs>
142144

@@ -172,7 +174,8 @@ npx wrangler r2 bucket catalog compaction enable fraud-pipeline --token $WRANGLE
172174
3. Switch to the **Settings** tab, scroll down to **R2 Data Catalog**, click on edit icon, and select **Enable**.
173175

174176
4. You can choose a target file size or leave the default. Click save.
175-
</Steps>
177+
178+
</Steps>
176179
</TabItem>
177180
</Tabs>
178181

@@ -340,7 +343,8 @@ npx wrangler pipelines create raw_events_pipeline \
340343
- Select **Create Pipeline**
341344

342345
8. After pipeline creation, note the **Stream ID** for the next step.
343-
</Steps>
346+
347+
</Steps>
344348

345349
</TabItem>
346350
</Tabs>

0 commit comments

Comments
 (0)